Bump jvpp version to 16.09-SNAPSHOT 92/1192/1
authorMaros Marsalek <mmarsale@cisco.com>
Thu, 19 May 2016 10:12:03 +0000 (12:12 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Thu, 19 May 2016 10:12:03 +0000 (12:12 +0200)
Change-Id: Id7f9b0e8e8d5b044000e8f68f02df84ac7cfa916
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
v3po/features/pom.xml
v3po/features/src/main/features/features.xml
v3po/v3po2vpp/pom.xml
v3po/vpp-jvpp-cfg/pom.xml
v3po/vpp-translate-utils/pom.xml

index aa50c05..c413c6c 100644 (file)
     <dependency>
       <groupId>io.fd.vpp</groupId>
       <artifactId>jvpp</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>16.09-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>
index 9a8df9b..f46e552 100644 (file)
@@ -42,7 +42,7 @@
     <bundle>mvn:io.fd.honeycomb.v3po/data-api/${project.version}</bundle>
     <bundle>mvn:io.fd.honeycomb.v3po/data-impl/${project.version}</bundle>
     <bundle>mvn:io.fd.honeycomb.v3po/translate-impl/${project.version}</bundle>
-    <bundle>wrap:mvn:io.fd.vpp/jvpp/1.0.0-SNAPSHOT</bundle>
+    <bundle>wrap:mvn:io.fd.vpp/jvpp/16.09-SNAPSHOT</bundle>
     <bundle>mvn:io.fd.honeycomb.v3po/vpp-jvpp-cfg/${project.version}</bundle>
     <bundle>mvn:io.fd.honeycomb.v3po/v3po2vpp/${project.version}</bundle>
     <bundle>mvn:io.fd.honeycomb.v3po/vpp-cfg-init/${project.version}</bundle>
index 9fbaf0b..6eed273 100644 (file)
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>io.fd.vpp</groupId>
             <artifactId>jvpp</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>16.09-SNAPSHOT</version>
         </dependency>
 
         <!-- Testing Dependencies -->
index 9a864c8..c3f2f91 100644 (file)
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>io.fd.vpp</groupId>
             <artifactId>jvpp</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>16.09-SNAPSHOT</version>
         </dependency>
     </dependencies>
 
index e9717de..5a96950 100644 (file)
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>io.fd.vpp</groupId>
             <artifactId>jvpp</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>16.09-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>