Clean up unused subprojects and configurations
[alto.git] / alto-core / standard-northbound-routes / costmap / pom.xml
index bb752af02a7191b75bb7fd3f07db9fdaeb5d29c4..581da047a01876c9bdec1b1b6b23a6d358850739 100644 (file)
@@ -9,48 +9,25 @@ 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.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.alto.core</groupId>
   <artifactId>routes-costmap-aggregator</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
-  <name>alto-northbound-route-costmap-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>api</module>
-        <module>impl</module>
-      </modules>
-    </profile>
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+  </modules>
 
-    <profile>
-      <id>alto-dev</id>
-      <modules>
-        <module>api</module>
-        <module>impl</module>
-      </modules>
-    </profile>
-
-    <profile>
-      <id>alto-test</id>
-      <modules>
-        <module>api</module>
-        <module>impl</module>
-      </modules>
-    </profile>
-  </profiles>
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
     <plugins>