summaryrefslogtreecommitdiffstats
path: root/nsh
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-03-31 13:46:34 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-04-04 07:53:54 +0200
commitc55507d9a61bb5595d2b594c9b01aecdb31cd182 (patch)
tree441b3640208b4c347566c719bc8a8a7a67cd8025 /nsh
parentb9e4c4b1d3455201d33248739bba01c7373c2c9f (diff)
Bump hc2vpp version to 1.17.07-SNAPSHOT
Also bumps honeycomb and vpp dependencies Change-Id: Ice9863b8afc1895d43b97953ed6d93e739730f5e Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh')
-rw-r--r--nsh/api/pom.xml4
-rw-r--r--nsh/impl/pom.xml8
-rw-r--r--nsh/pom.xml4
3 files changed, 8 insertions, 8 deletions
diff --git a/nsh/api/pom.xml b/nsh/api/pom.xml
index edc0ef9c5..190e18196 100644
--- a/nsh/api/pom.xml
+++ b/nsh/api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<relativePath>../../common/api-parent</relativePath>
</parent>
@@ -26,7 +26,7 @@
<groupId>io.fd.hc2vpp.nsh</groupId>
<artifactId>vppnsh-api</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index beefe370b..7a0dd256e 100644
--- a/nsh/impl/pom.xml
+++ b/nsh/impl/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<relativePath>../../common/impl-parent</relativePath>
</parent>
@@ -25,7 +25,7 @@
<groupId>io.fd.hc2vpp.nsh</groupId>
<artifactId>vppnsh-impl</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
@@ -89,12 +89,12 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-registry</artifactId>
- <version>17.04-SNAPSHOT</version>
+ <version>17.07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.fd.nsh_sfc</groupId>
<artifactId>nsh-sfc</artifactId>
- <version>17.04-SNAPSHOT</version>
+ <version>17.07-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.fd.hc2vpp.common</groupId>
diff --git a/nsh/pom.xml b/nsh/pom.xml
index a4584814c..abee20e2d 100644
--- a/nsh/pom.xml
+++ b/nsh/pom.xml
@@ -18,13 +18,13 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>hc2vpp-parent</artifactId>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<groupId>io.fd.hc2vpp.nsh</groupId>
<artifactId>vppnsh-aggregator</artifactId>
- <version>1.17.04-SNAPSHOT</version>
+ <version>1.17.07-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>