diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 13:21:41 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 13:22:16 +0200 |
commit | e8e5e4155df5d21530e4b3e421cffa59f0960d99 (patch) | |
tree | ff94d6a205d7c1c68a05fd75f4fbd9d2fc0df50d /samples/samples-api | |
parent | d4d78fa86e8b36cef4f24449512aabe8687b42cc (diff) |
Bump hc2vpp version to 1.17.07-RC2v1.17.07-RC2
Also updates honeycomb dependencies.
Change-Id: I6f2e059d96ba8e85ee7fde5d2cae1b24d8f7699d
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'samples/samples-api')
-rw-r--r-- | samples/samples-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/samples-api/pom.xml b/samples/samples-api/pom.xml index 3628915ac..8095c9d21 100644 --- a/samples/samples-api/pom.xml +++ b/samples/samples-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC2</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -13,7 +13,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>samples-api</artifactId> <name>${project.artifactId}</name> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC2</version> <packaging>bundle</packaging> <dependencies> |