diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2018-10-18 10:36:33 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2018-10-18 10:36:33 +0200 |
commit | 75b986b70781a51001522e96f54cb10baced29c7 (patch) | |
tree | 8251314108b1abd4b907c6923ec37e3d1c39d083 /samples/samples-api | |
parent | 7825d0901bc5641c6670dbb126c9370fa23052cf (diff) |
Hc2vpp 1.18.10-RC1
Change-Id: I003a05fb0613855de1912ea6d790ece8a077c687
Signed-off-by: Michal Cmarada <mcmarada@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 3e8accc61..dc7d25450 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.18.10-SNAPSHOT</version> + <version>1.18.10-RC1</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.18.10-SNAPSHOT</version> + <version>1.18.10-RC1</version> <packaging>bundle</packaging> <dependencies> |