Migrate to odlparent 1.9.0
[alto.git] / alto-core / pom.xml
index f61ec6b0fb82e7fc46b99eb29cc59122645d2393..9b2d3ff77c21e387b3850edf8b270a23a7e95a33 100644 (file)
@@ -9,13 +9,14 @@ 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.9.0</version>
+    <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.alto</groupId>
   <artifactId>core-aggregator</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
-  <name>alto-core-aggregator</name>
+  <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: alto :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
@@ -24,6 +25,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modules>
     <module>basic-types</module>
     <module>resourcepool</module>
+    <module>standard-service-models</module>
+    <module>northbound</module>
+    <module>standard-northbound-routes</module>
   </modules>
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>