Bump of jvpp version to 17.04 97/4597/6
authorJan Srnicek <[email protected]>
Mon, 9 Jan 2017 08:02:23 +0000 (09:02 +0100)
committerMarek Gradzki <[email protected]>
Wed, 11 Jan 2017 13:50:33 +0000 (14:50 +0100)
Depends on
https://gerrit.fd.io/r/#/c/4632/

Nsh stays on 17.01, till owner provides higher version

Change-Id: I1f51699b6809d30dd0272301ebb1074a42863618
Signed-off-by: Jan Srnicek <[email protected]>
acl/acl-impl/pom.xml
ioam/impl/pom.xml
nat/nat2vpp/pom.xml
nsh/impl/pom.xml
packaging/deb/trusty/debian/control
packaging/deb/xenial/debian/control
packaging/rpm/honeycomb.spec
vpp-common/vpp-common-integration/pom.xml
vpp-common/vpp-impl-parent/pom.xml

index 3df24e3..6f27755 100644 (file)
@@ -29,7 +29,7 @@
     <version>1.17.04-SNAPSHOT</version>
 
     <properties>
-        <jvpp.acl.version>1.0-SNAPSHOT</jvpp.acl.version>
+        <jvpp.acl.version>17.04-SNAPSHOT</jvpp.acl.version>
     </properties>
 
     <dependencies>
index ec273f9..0b058a7 100644 (file)
@@ -29,8 +29,8 @@
   <packaging>bundle</packaging>
 
   <properties>
-    <ioam.version>1.0-SNAPSHOT</ioam.version>
-    <jvpp.version>17.01-SNAPSHOT</jvpp.version>
+    <ioam.version>17.04-SNAPSHOT</ioam.version>
+    <jvpp.version>17.04-SNAPSHOT</jvpp.version>
   </properties>
 
   <dependencies>
     </dependency>
     <dependency>
         <groupId>io.fd.vpp</groupId>
-        <artifactId>jvpp-ioam-trace</artifactId>
+        <artifactId>jvpp-ioamtrace</artifactId>
         <version>${ioam.version}</version>
     </dependency>
     <dependency>
       <groupId>io.fd.vpp</groupId>
-      <artifactId>jvpp-ioam-pot</artifactId>
+      <artifactId>jvpp-ioampot</artifactId>
       <version>${ioam.version}</version>
     </dependency>
     <dependency>
index 79b6874..a136961 100644 (file)
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>io.fd.vpp</groupId>
             <artifactId>jvpp-snat</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>17.04-SNAPSHOT</version>
         </dependency>
 
         <!-- Honeycomb infrastructure-->
index 7677108..7e2114e 100644 (file)
     <dependency>
         <groupId>io.fd.vpp</groupId>
         <artifactId>jvpp-registry</artifactId>
-        <version>17.01-SNAPSHOT</version>
+        <version>17.04-SNAPSHOT</version>
     </dependency>
     <dependency>
         <groupId>io.fd.nsh_sfc</groupId>
         <artifactId>nsh-sfc</artifactId>
         <version>17.01-SNAPSHOT</version>
+        <exclusions>
+            <!-- To prevent conflict with 17.04 jvpp -->
+            <exclusion>
+                <groupId>io.fd.vpp</groupId>
+                <artifactId>jvpp-registry</artifactId>
+            </exclusion>
+        </exclusions>
     </dependency>
     <dependency>
       <groupId>io.fd.hc2vpp.common</groupId>
index 9bd2d96..79b2b61 100644 (file)
@@ -9,6 +9,6 @@ Vcs-Browser: https://git.fd.io/cgit/honeycomb/tree/
 
 Package: honeycomb
 Architecture: all
-Depends: vpp (>= 17.01), vpp (<< 17.04), vpp-plugins (>= 17.01), vpp-plugins (<< 17.04), openjdk-8-jdk | openjdk-8-jre
+Depends: vpp (>= 17.04), vpp (<< 17.08), vpp-plugins (>= 17.04), vpp-plugins (<< 17.08), openjdk-8-jdk | openjdk-8-jre
 Suggests: vpp-nsh-plugin
 Description: Honeycomb agent for VPP
index 74071d4..2354ed7 100644 (file)
@@ -9,6 +9,6 @@ Vcs-Browser: https://git.fd.io/cgit/honeycomb/tree/
 
 Package: honeycomb
 Architecture: all
-Depends: vpp (>= 17.01), vpp (<< 17.04), vpp-plugins (>= 17.01), vpp-plugins (<< 17.04), openjdk-8-jdk | openjdk-8-jre
+Depends: vpp (>= 17.04), vpp (<< 17.08), vpp-plugins (>= 17.04), vpp-plugins (<< 17.08), openjdk-8-jdk | openjdk-8-jre
 Suggests: vpp-nsh-plugin
 Description: Honeycomb agent for VPP
index f702904..7047a34 100644 (file)
@@ -18,7 +18,7 @@ License:    Apache-1.0
 URL:        http://www.fd.io
 Source0:     vpp-integration-distribution-%{_version}-SNAPSHOT-hc.zip
 Source1:     honeycomb.service
-Requires:    vpp >= 17.01, vpp < 17.04, vpp-plugins >= 17.01, vpp-plugins < 17.04, java >= 1:1.8.0
+Requires:    vpp >= 17.04, vpp < 17.08, vpp-plugins >= 17.04, vpp-plugins < 17.08, java >= 1:1.8.0
 # Required for creating honeycomb group
 Requires(pre): shadow-utils
 # Required for configuring systemd
index 265e908..2f2ad29 100644 (file)
@@ -29,7 +29,7 @@
 
     <properties>
         <honeycomb.min.distro.version>1.17.04-SNAPSHOT</honeycomb.min.distro.version>
-        <jvpp.version>17.01-SNAPSHOT</jvpp.version>
+        <jvpp.version>17.04-SNAPSHOT</jvpp.version>
         <hamcrest.version>1.3</hamcrest.version>
     </properties>
 
index b8453a5..d2cdc5d 100644 (file)
@@ -30,7 +30,7 @@
   <packaging>pom</packaging>
 
   <properties>
-    <jvpp.version>17.01-SNAPSHOT</jvpp.version>
+    <jvpp.version>17.04-SNAPSHOT</jvpp.version>
   </properties>
 
   <dependencyManagement>