Bump jvpp version to 17.04 93/6393/3
authorMarek Gradzki <[email protected]>
Mon, 24 Apr 2017 14:43:01 +0000 (16:43 +0200)
committerMarek Gradzki <[email protected]>
Thu, 27 Apr 2017 04:50:13 +0000 (06:50 +0200)
Change-Id: I94f9d161bd5940e91eace12ff10157301220427e
Signed-off-by: Marek Gradzki <[email protected]>
ioam/impl/pom.xml
jvpp-version
nat/nat2vpp/pom.xml
nsh/impl/pom.xml
vpp-common/vpp-common-integration/pom.xml
vpp-common/vpp-impl-parent/pom.xml
vpp-version

index 2c061b1..ad56fbb 100644 (file)
@@ -30,8 +30,8 @@
   <packaging>bundle</packaging>
 
   <properties>
-    <ioam.version>17.04-SNAPSHOT</ioam.version>
-    <jvpp.version>17.04-SNAPSHOT</jvpp.version>
+    <ioam.version>17.04</ioam.version>
+    <jvpp.version>17.04</jvpp.version>
   </properties>
 
   <dependencies>
index 416238e..cde36c5 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-echo 17.04-SNAPSHOT
+echo 17.04
index 4cd4ab6..b59b477 100644 (file)
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>io.fd.vpp</groupId>
             <artifactId>jvpp-snat</artifactId>
-            <version>17.04-SNAPSHOT</version>
+            <version>17.04</version>
         </dependency>
 
         <!-- Honeycomb infrastructure-->
index beefe37..956329e 100644 (file)
     <dependency>
         <groupId>io.fd.vpp</groupId>
         <artifactId>jvpp-registry</artifactId>
-        <version>17.04-SNAPSHOT</version>
+        <version>17.04</version>
     </dependency>
     <dependency>
         <groupId>io.fd.nsh_sfc</groupId>
         <artifactId>nsh-sfc</artifactId>
-        <version>17.04-SNAPSHOT</version>
+        <version>17.04</version>
     </dependency>
     <dependency>
       <groupId>io.fd.hc2vpp.common</groupId>
index cca821f..699fa22 100644 (file)
@@ -30,7 +30,7 @@
 
     <properties>
         <honeycomb.min.distro.version>1.17.04-SNAPSHOT</honeycomb.min.distro.version>
-        <jvpp.version>17.04-SNAPSHOT</jvpp.version>
+        <jvpp.version>17.04</jvpp.version>
         <hamcrest.version>1.3</hamcrest.version>
     </properties>
 
index 254e2c7..c55c1bb 100644 (file)
@@ -31,7 +31,7 @@
   <packaging>pom</packaging>
 
   <properties>
-    <jvpp.version>17.04-SNAPSHOT</jvpp.version>
+    <jvpp.version>17.04</jvpp.version>
   </properties>
 
   <dependencyManagement>
index fea07c4..f641712 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-echo 'RELEASE'
+echo '17.04-release'
 
 # Determines which VPP version to use in hc2vpp-integration job.
 # 'RELEASE' will use the latest VPP in the respective branch.