Bump versions by x.y.(z+1)
[netconf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 03c4e3ecb1f8ad914642f9637184ef325a87cb04..00a545b734b98faa69c0e5630a01464c1e9e32e7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,39 +7,28 @@
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.0.4</version>
+        <version>3.1.7</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>netconf-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <artifactId>netconf-aggregator</artifactId>
+    <version>1.5.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
     <modules>
-        <module>protocol-framework</module>
-        <module>netconf</module>
-        <module>restconf</module>
-
         <module>features</module>
         <module>karaf</module>
+        <module>netconf</module>
+        <module>protocol-framework</module>
+        <module>restconf</module>
     </modules>
 
-    <profiles>
-        <profile>
-            <id>integrationtests</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <modules>
-                <!-- module>opendaylight/netconf/netconf-it</module -->
-            </modules>
-        </profile>
-    </profiles>
 </project>