Bug 4996 - Wrong flows when using SFC coexistence
[ovsdb.git] / utils / mdsal-openflow / pom.xml
index 652046c1af07a68ef96ffad93f9d9e09306fee44..b44c5d83fc6a23912369a888b298f4e98fb0c157 100644 (file)
@@ -14,13 +14,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
+  <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>utils.mdsal-openflow</artifactId>
   <name>${project.artifactId}</name>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
@@ -45,7 +46,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </scm>
 
   <properties>
-    <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
+    <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
   </properties>
 
   <dependencies>