diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-05-24 22:17:27 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-05-24 22:21:16 +0200 |
commit | 6d9473679a5f7a82234912d91bbe2cf375d41021 (patch) | |
tree | 7a7ec8e1fa1891d727f20447fada51cb5c62521e /nsh/api | |
parent | 0438569322d1fc3ecfdd888c7f84cab51acd548d (diff) |
Set hc2vpp version to 1.18.01.3-SNAPSHOT
Change-Id: Ic9b94e11989ad128df3c51fa6a2cf1db268a9444
Signed-off-by: Marek Gradzki <mgradzki@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 e9d10e2f5..2ecfbac20 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.01.2</version> + <version>1.18.01.3-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.01.2</version> + <version>1.18.01.3-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |