Bump to odlparent 3.1.0 and yangtools 2.0.3
[alto.git] / alto-core / standard-northbound-routes / endpointproperty / pom.xml
index d7adb969025215779e4c3724fd604d468e9e5f86..cbf9caeeaf13785ad06d1b731db88c5edd16e8d8 100644 (file)
@@ -4,18 +4,19 @@ 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.8.0-SNAPSHOT</version>
+        <version>3.1.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.alto.core</groupId>
     <artifactId>routes-endpointproperty-aggregator</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.7.0-SNAPSHOT</version>
     <name>ODL :: alto :: ${project.artifactId}</name>
     <packaging>pom</packaging>
     <modelVersion>4.0.0</modelVersion>
@@ -23,34 +24,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <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>