summaryrefslogtreecommitdiffstats
path: root/nsh
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-01-04 20:40:12 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-01-05 07:16:57 +0100
commit1075563ac279866b2aed210d4dac5504af2e2a56 (patch)
treeae826f68357fc424a12f395e31a360aebcdee909 /nsh
parentf85354b24e3b18dfe9ce6cd289b947061f46d5c6 (diff)
Bump hc2vpp versoin to 17.04
Also updates version of honeycomb dependencies. Vpp API version bump moved to separate commit due to issues with jvpp jars. Change-Id: Id336393b00fe05e8ecee9b547dcfc6a49e1a98ec 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.xml4
-rw-r--r--nsh/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/nsh/api/pom.xml b/nsh/api/pom.xml
index b87e1a13b..f5cf3747a 100644
--- a/nsh/api/pom.xml
+++ b/nsh/api/pom.xml
@@ -18,14 +18,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.hc2vpp.nsh</groupId>
<artifactId>vppnsh-api</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index e6020168f..76771081c 100644
--- a/nsh/impl/pom.xml
+++ b/nsh/impl/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
</parent>
@@ -25,7 +25,7 @@
<groupId>io.fd.hc2vpp.nsh</groupId>
<artifactId>vppnsh-impl</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
diff --git a/nsh/pom.xml b/nsh/pom.xml
index ada037bb0..25c023123 100644
--- a/nsh/pom.xml
+++ b/nsh/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
</parent>
<groupId>io.fd.hc2vpp.nsh</groupId>
<artifactId>vppnsh-aggregator</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>