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 | |
parent | 7825d0901bc5641c6670dbb126c9370fa23052cf (diff) |
Hc2vpp 1.18.10-RC1
Change-Id: I003a05fb0613855de1912ea6d790ece8a077c687
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/pom.xml | 2 | ||||
-rw-r--r-- | samples/samples-api/pom.xml | 4 | ||||
-rw-r--r-- | samples/samples-impl/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/samples/pom.xml b/samples/pom.xml index 8d003f3af..dd121bb99 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>hc2vpp-parent</artifactId> <groupId>io.fd.hc2vpp.common</groupId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10-RC1</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> 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> diff --git a/samples/samples-impl/pom.xml b/samples/samples-impl/pom.xml index 2e67f7f0a..e40885499 100644 --- a/samples/samples-impl/pom.xml +++ b/samples/samples-impl/pom.xml @@ -5,14 +5,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-impl-parent</artifactId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10-RC1</version> <relativePath>../../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>samples-impl</artifactId> <name>${project.artifactId}</name> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10-RC1</version> <dependencies> <!-- Api classes generated from yang model --> |