Bump versions by 0.1.0 for next dev cycle
[alto.git] / alto-core / standard-northbound-routes / pom.xml
index b2e16cb6083cf427491108c7d8a9eada8a0f300f..c34ff18cf24835470644a68720e4c812319145ca 100644 (file)
@@ -9,13 +9,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.alto.core</groupId>
   <artifactId>standard-northbound-routes-aggregator</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.4.0-SNAPSHOT</version>
   <name>alto-standard-nb-routes-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
@@ -32,6 +32,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <modules>
         <module>networkmap</module>
         <module>costmap</module>
+        <module>endpointcost</module>
+        <module>endpointproperty</module>
       </modules>
     </profile>
 
@@ -41,6 +43,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <module>example</module>
         <module>networkmap</module>
         <module>costmap</module>
+        <module>endpointcost</module>
+        <module>endpointproperty</module>
       </modules>
     </profile>
 
@@ -48,6 +52,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <id>alto-test</id>
       <modules>
         <module>example</module>
+        <module>networkmap</module>
+        <module>costmap</module>
+        <module>endpointcost</module>
       </modules>
     </profile>
   </profiles>