Bump versions by x.(y+1).z for next dev cycle
[lispflowmapping.git] / features / features-lispflowmapping / pom.xml
index 719f7303ca5702e8767bb476194bd0b0f0636425..1545005f987afbffdbb9426af697f148f268f00d 100644 (file)
@@ -12,24 +12,26 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>features-lispflowmapping</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.6.0-SNAPSHOT</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
 
   <properties>
-    <dlux.core.version>0.5.0-SNAPSHOT</dlux.core.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <neutron.version>0.8.0-SNAPSHOT</neutron.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
+    <dlux.core.version>0.6.0-SNAPSHOT</dlux.core.version>
+    <dluxapps.version>0.6.0-SNAPSHOT</dluxapps.version>
+    <mdsal.version>1.6.0-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.11.0-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.3.0-SNAPSHOT</netconf.version>
+    <neutron.version>0.9.0-SNAPSHOT</neutron.version>
+    <restconf.version>1.6.0-SNAPSHOT</restconf.version>
+    <vbd.version>1.2.0-SNAPSHOT</vbd.version>
   </properties>
 
   <dependencyManagement>
@@ -42,6 +44,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <dependency>
+        <groupId>org.opendaylight.honeycomb.vbd</groupId>
+        <artifactId>vbd-artifacts</artifactId>
+        <version>${vbd.version}</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
@@ -69,6 +78,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.netconf</groupId>
+      <artifactId>features-netconf-connector</artifactId>
+      <version>${netconf.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.dlux</groupId>
       <artifactId>features-dlux</artifactId>
@@ -142,6 +159,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.honeycomb.vbd</groupId>
+      <artifactId>vbd-features</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
   </dependencies>
 
   <!--