Bump versions by 0.1.0 for next dev cycle
[netvirt.git] / openstack / net-virt-sfc / features / pom.xml
index 076fe0c8fd1a19246586036044a7ce1830c839b5..c94ef976940d3523a78acf26e28eab663592d0ed 100644 (file)
@@ -12,12 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>openstack.net-virt-sfc-features</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.4.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
@@ -25,13 +25,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </prerequisites>
   <properties>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <controller.mdsal.version>1.4.0-SNAPSHOT</controller.mdsal.version>
-    <dlux.version>0.4.0-SNAPSHOT</dlux.version>
-    <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
-    <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
-    <ovsdb.version>1.3.0-SNAPSHOT</ovsdb.version>
-    <restconf.version>1.4.0-SNAPSHOT</restconf.version>
-    <sfc.version>0.3.0-SNAPSHOT</sfc.version>
+    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
+    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
+    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
+    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
+    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
+    <sfc.version>0.4.0-SNAPSHOT</sfc.version>
   </properties>
   <dependencies>
     <dependency>
@@ -122,13 +122,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <artifactId>utils.servicehelper</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>openstack.net-virt-sfc-impl</artifactId>
-      <version>${project.version}</version>
-      <type>xml</type>
-      <classifier>config</classifier>
-    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>utils.netvirt-it-utils</artifactId>