summaryrefslogtreecommitdiffstats
path: root/nsh
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-05-02 08:00:30 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-05-02 08:34:09 +0200
commit49d72f953c34331427e45b6a8e7337ba0b8bceaa (patch)
treee95614df05eb25ace9a7481a7a373261d2e852a4 /nsh
parent3fed27fe786351f323715cc1af16130a29978319 (diff)
Set hc2vpp version to 1.17.04.1-SNAPSHOT
Follows vpp's & honeycomb's development cycle. Requires https://gerrit.fd.io/r/#/c/6543/ Change-Id: I91e5a08b3223e270e260ab8ece7e68179f8d2d31 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 c398eeb5f..86bd79d00 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</version>
+ <version>1.17.04.1-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</version>
+ <version>1.17.04.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml
index ddb9acb32..7d755c10e 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</version>
+ <version>1.17.04.1-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</version>
+ <version>1.17.04.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
@@ -89,12 +89,12 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-registry</artifactId>
- <version>17.04</version>
+ <version>17.04-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.fd.nsh_sfc</groupId>
<artifactId>nsh-sfc</artifactId>
- <version>17.04</version>
+ <version>17.04-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.fd.hc2vpp.common</groupId>
diff --git a/nsh/pom.xml b/nsh/pom.xml
index 83161f6d1..491c052b7 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</version>
+ <version>1.17.04.1-SNAPSHOT</version>
<relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<groupId>io.fd.hc2vpp.nsh</groupId>
<artifactId>vppnsh-aggregator</artifactId>
- <version>1.17.04</version>
+ <version>1.17.04.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>