Bump versions by x.(y+1).z for next dev cycle
[l2switch.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>odlparent-lite</artifactId>
16         <version>1.9.0-SNAPSHOT</version>
17         <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.l2switch</groupId>
21     <artifactId>features-l2switch-aggregator</artifactId>
22     <version>0.6.0-SNAPSHOT</version>
23     <packaging>pom</packaging>
24     <name>${project.artifactId}</name>
25
26     <modules>
27         <module>features-l2switch</module>
28         <module>features4-l2switch</module>
29         <module>odl-l2switch-all</module>
30         <module>odl-l2switch-switch</module>
31         <module>odl-l2switch-switch-rest</module>
32         <module>odl-l2switch-switch-ui</module>
33         <module>odl-l2switch-hosttracker</module>
34         <module>odl-l2switch-addresstracker</module>
35         <module>odl-l2switch-arphandler</module>
36         <module>odl-l2switch-loopremover</module>
37         <module>odl-l2switch-packethandler</module>
38     </modules>
39 </project>