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 /routing/routing-api | |
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 'routing/routing-api')
-rw-r--r-- | routing/routing-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml index aa88bd3fc..c317edcde 100644 --- a/routing/routing-api/pom.xml +++ b/routing/routing-api/pom.xml @@ -18,14 +18,14 @@ <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> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.routing</groupId> <artifactId>routing-api</artifactId> - <version>1.17.10</version> + <version>1.17.10.1-SNAPSHOT</version> <packaging>bundle</packaging> <dependencyManagement> |