diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-04 08:26:57 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-04 08:27:24 +0200 |
commit | ed51dab992b6a03d63ae2096f4736a6ddf449ecf (patch) | |
tree | cbab074ac988eda7d2106828975c212179e00c5c /vpp-common/naming-context-api/pom.xml | |
parent | bc105e2a717de1a779114354f2fb2cf9f9013567 (diff) |
Set hc2vpp version back to 1.17.10-SNAPSHOT
Change-Id: I6fa53750c10dc914794d4d45ebc5fdb881e214c8
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-common/naming-context-api/pom.xml')
-rw-r--r-- | vpp-common/naming-context-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp-common/naming-context-api/pom.xml b/vpp-common/naming-context-api/pom.xml index 54a869400..ea202209e 100644 --- a/vpp-common/naming-context-api/pom.xml +++ b/vpp-common/naming-context-api/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.10-RC1</version> + <version>1.17.10-SNAPSHOT</version> <relativePath>../../common/api-parent</relativePath> </parent> @@ -26,7 +26,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>naming-context-api</artifactId> <name>${project.artifactId}</name> - <version>1.17.10-RC1</version> + <version>1.17.10-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |