diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-31 20:32:29 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-31 20:56:26 +0100 |
commit | 9543c6f3ac4a4c7e12f51b2816e8d4c743a57b3e (patch) | |
tree | 97974b3a0bef68b83b3843d7931f8a6938adc63a /nsh/api/pom.xml | |
parent | 7758b80f96ce03b475c94be49b259bf0a2dd40dd (diff) |
Set hc2vpp version to 1.17.10.1-SNAPSHOT
Change-Id: Ic1cca03f4375df306dca3bfe946cc2287a4ac44e
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'nsh/api/pom.xml')
-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 62a7a9d9e..fa422448f 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</version> + <version>1.17.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.17.10</version> + <version>1.17.10.1-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |