summaryrefslogtreecommitdiffstats
path: root/nsh
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-04 08:49:08 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-10-04 08:49:08 +0200
commit6476517acdd7391845a3795a24cc6144fa5e685b (patch)
treeb26adce4dd8cd74fa373f31d47bed8f54d010af3 /nsh
parent8c31963654d126fa1b670c3d10c0ee81f445166a (diff)
Bump hc2vpp version to 1.18.01-SNAPSHOT
Change-Id: Id2b6e7c5259190808b7093dc18538427e4034fc0 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 62ab566ca..79638db05 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.10-SNAPSHOT</version>
+ <version>1.18.01-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.10-SNAPSHOT</version>
+ <version>1.18.01-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index 1eb7588c6..e4a308fb5 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.10-SNAPSHOT</version>
+ <version>1.18.01-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.10-SNAPSHOT</version>
+ <version>1.18.01-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
diff --git a/nsh/pom.xml b/nsh/pom.xml
index d942047c3..467d838ed 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.10-SNAPSHOT</version>
+ <version>1.18.01-SNAPSHOT</version>
<relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<groupId>io.fd.hc2vpp.nsh</groupId>
<artifactId>vppnsh-aggregator</artifactId>
- <version>1.17.10-SNAPSHOT</version>
+ <version>1.18.01-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>