Merge "Bug 8535: Fix IPv6 OXMHeader Mask issue"
[openflowplugin.git] / distribution / karaf / pom.xml
index c1f62cace75c71fa9734ac78c513effbfe541505..1b1b97afcd06f3247db5e1185ebea8c1baea0f2a 100644 (file)
@@ -2,21 +2,18 @@
 <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">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
+    <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <relativePath></relativePath>
   </parent>
   <groupId>org.opendaylight.openflowplugin</groupId>
   <artifactId>openflowplugin-karaf</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <prerequisites>
-    <maven>3.0</maven>
-  </prerequisites>
 
   <properties>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
+    <openflowplugin.version>0.5.0-SNAPSHOT</openflowplugin.version>
   </properties>
 
   <dependencyManagement>