diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2018-10-26 16:48:02 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2018-10-29 10:27:59 +0100 |
commit | dc93876f356864e26d00075b9d7be6c32d602445 (patch) | |
tree | 17b0aee110b25278a883f1bb7e6b03623332b7bf /nsh/api | |
parent | bb94464f2321b03b45c03c42effbcc458081c72e (diff) |
Set Hc2vpp version to 1.18.10.1-SNAPSHOTstable/1810
Change-Id: I78daf8ca553636c63f7baa8dd47685025eb82b9b
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'nsh/api')
-rw-r--r-- | nsh/api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsh/api/pom.xml b/nsh/api/pom.xml index ff6b7680e..67829f58c 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.18.10</version> + <version>1.18.10.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.18.10</version> + <version>1.18.10.1-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |