Bump to odlparent 3.1.0 and yangtools 2.0.3
[alto.git] / alto-core / pom.xml
index f61ec6b0fb82e7fc46b99eb29cc59122645d2393..9ca5f00908b54711860e829c0266a7b3e4e43e30 100644 (file)
@@ -4,18 +4,20 @@ Copyright © 2015 Copyright (c) Yale University and others. All rights reserved.
 This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
---><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">
+-->
+<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">
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>3.1.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.7.0-SNAPSHOT</version>
+  <name>ODL :: alto :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
@@ -24,6 +26,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>