Upgrade to the Neon base platform
[netvirt.git] / karaf / pom.xml
index 9cab7ca79df9e615bbd1126cb5157d7b0be860b0..ce76d0832e8034e33cedfe05acc2163d88c8aa08 100644 (file)
@@ -6,19 +6,18 @@ 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>karaf4-parent</artifactId>
-        <version>3.0.2</version>
+        <version>4.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>karaf</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <name>ODL :: netvirt :: ${project.artifactId}</name>
     <modelVersion>4.0.0</modelVersion>
 
@@ -58,7 +57,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
              -->
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features-mdsal-trace</artifactId>
-            <version>1.8.0-SNAPSHOT</version>
+            <version>1.9.0-SNAPSHOT</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
@@ -68,7 +67,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <!-- This ensures we have odl-jolokia in the distribution -->
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features-extras</artifactId>
-            <version>1.11.0-SNAPSHOT</version>
+            <version>1.12.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
             <scope>runtime</scope>
@@ -78,7 +77,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <!-- This ensures aaa-cli is available for the copy below -->
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-cli-jar</artifactId>
-            <version>0.8.0-SNAPSHOT</version>
+            <version>0.9.0-SNAPSHOT</version>
             <!-- Use scope test (and not more!) just so we have the dependency for the maven-dependency-plugin below -->
             <scope>test</scope>
         </dependency>
@@ -101,7 +100,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
                                 <artifactItem>
                                     <groupId>org.opendaylight.aaa</groupId>
                                     <artifactId>aaa-cli-jar</artifactId>
-                                    <version>0.8.0-SNAPSHOT</version>
+                                    <version>0.9.0-SNAPSHOT</version>
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/assembly/bin</outputDirectory>