Update to odlparent 2.0.2
[alto.git] / alto-core / standard-northbound-routes / pom.xml
index 7708ec8e44b9cabbcfdcfbdc06370f6079228268..273a8e1992726fc0780dea069848712da4e93ffd 100644 (file)
@@ -9,49 +9,27 @@ 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>2.0.2</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.alto.core</groupId>
   <artifactId>standard-northbound-routes-aggregator</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
-  <name>alto-standard-nb-routes-aggregator</name>
+  <version>0.5.0-SNAPSHOT</version>
+  <name>ODL :: alto :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
 
-  <profiles>
-    <profile>
-      <id>minimal</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <modules>
-        <module>networkmap</module>
-        <module>costmap</module>
-        <module>endpointcost</module>
-      </modules>
-    </profile>
+  <modules>
+    <module>networkmap</module>
+    <module>costmap</module>
+    <module>endpointcost</module>
+    <module>endpointproperty</module>
+  </modules>
 
-    <profile>
-      <id>alto-dev</id>
-      <modules>
-        <module>example</module>
-        <module>networkmap</module>
-        <module>costmap</module>
-      </modules>
-    </profile>
-
-    <profile>
-      <id>alto-test</id>
-      <modules>
-        <module>example</module>
-      </modules>
-    </profile>
-  </profiles>
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
     <plugins>