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 /vpp-common/naming-context-impl/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 'vpp-common/naming-context-impl/pom.xml')
-rw-r--r-- | vpp-common/naming-context-impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpp-common/naming-context-impl/pom.xml b/vpp-common/naming-context-impl/pom.xml index 51f8ff127..1d65a8661 100644 --- a/vpp-common/naming-context-impl/pom.xml +++ b/vpp-common/naming-context-impl/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.10</version> + <version>1.17.10.1-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -27,7 +27,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>naming-context-impl</artifactId> <name>${project.artifactId}</name> - <version>1.17.10</version> + <version>1.17.10.1-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |