BUG-4117: add support of Old Notif. for Flow Statistics
[openflowplugin.git] / features / pom.xml
index ec9c83585ac138eabaf3e8197da8c8b14e540196..d40ce958d9c7fe1ee65bb13fe8a55322a44bd944 100644 (file)
@@ -5,29 +5,29 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>features-openflowplugin</artifactId>
     <packaging>jar</packaging>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
 
     <properties>
-        <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
-        <config.version>0.4.0-SNAPSHOT</config.version>
-        <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
-        <openflowjava.version>0.7.0-SNAPSHOT</openflowjava.version>
-        <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
-        <dlux.version>0.3.0-SNAPSHOT</dlux.version>
-        <lldp.version>0.10.0-SNAPSHOT</lldp.version>
+        <yangtools.version>0.9.0-SNAPSHOT</yangtools.version>
+        <config.version>0.5.0-SNAPSHOT</config.version>
+        <mdsal.version>1.4.0-SNAPSHOT</mdsal.version>
+        <openflowjava.version>0.8.0-SNAPSHOT</openflowjava.version>
+        <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
+        <dlux.version>0.4.0-SNAPSHOT</dlux.version>
+        <lldp.version>0.11.0-SNAPSHOT</lldp.version>
 
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
         <config.statistics.manager.configfile>30-statistics-manager.xml</config.statistics.manager.configfile>
         <config.inventory.manager.configfile>40-inventory-manager.xml</config.inventory.manager.configfile>
-        <restconf.version>1.3.0-SNAPSHOT</restconf.version>
-        <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
+        <restconf.version>1.4.0-SNAPSHOT</restconf.version>
+        <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <dependencyManagement>