Fix DeviceFlowRegistry performance regression
[openflowplugin.git] / features / pom.xml
index 76ea5340c126a00fe1d6f535493f43d28f49a590..c155d0559b34aace0bbb978c0dbc93a358f85224 100644 (file)
@@ -5,26 +5,26 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.7.2-SNAPSHOT</version>
+        <version>1.7.3-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>features-openflowplugin</artifactId>
     <packaging>jar</packaging>
-    <version>0.3.2-SNAPSHOT</version>
+    <version>0.3.3-SNAPSHOT</version>
 
     <properties>
-        <yangtools.version>1.0.2-SNAPSHOT</yangtools.version>
-        <config.version>0.5.2-SNAPSHOT</config.version>
-        <mdsal.version>1.4.2-SNAPSHOT</mdsal.version>
-        <openflowjava.version>0.8.2-SNAPSHOT</openflowjava.version>
-        <openflowplugin.version>0.3.2-SNAPSHOT</openflowplugin.version>
-        <dlux.version>0.4.2-SNAPSHOT</dlux.version>
-        <lldp.version>0.11.2-SNAPSHOT</lldp.version>
+        <yangtools.version>1.0.3-SNAPSHOT</yangtools.version>
+        <config.version>0.5.3-SNAPSHOT</config.version>
+        <mdsal.version>1.4.3-SNAPSHOT</mdsal.version>
+        <openflowjava.version>0.8.3-SNAPSHOT</openflowjava.version>
+        <openflowplugin.version>0.3.3-SNAPSHOT</openflowplugin.version>
+        <dlux.version>0.4.3-SNAPSHOT</dlux.version>
+        <lldp.version>0.11.3-SNAPSHOT</lldp.version>
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
-        <restconf.version>1.4.2-SNAPSHOT</restconf.version>
-        <mdsal.model.version>0.9.2-SNAPSHOT</mdsal.model.version>
+        <restconf.version>1.4.3-SNAPSHOT</restconf.version>
+        <mdsal.model.version>0.9.3-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <dependencyManagement>