diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 16:41:22 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 16:53:30 +0200 |
commit | 1cc459d8afb3aa4d5aaef9da3b6e7431bfc02dcb (patch) | |
tree | ff5c99fa15eabe490d7ddaa05cc87422af8e2eac /nsh/api/pom.xml | |
parent | d39f8a20bd14f4b461ebb081334efff64670e309 (diff) |
Set Hc2vpp version back to 1.18.04-SNAPSHOT
Change-Id: I7b191fa93bbdfbcf3a3558b0fbf48d5c1e524b30
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 693a3529e..b30e1c7b9 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.04-RC1</version> + <version>1.18.04-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.04-RC1</version> + <version>1.18.04-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |