diff options
Diffstat (limited to 'samples/samples-api/pom.xml')
-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 4ae01a7c8..379b79389 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.01-SNAPSHOT</version> + <version>1.18.01-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.18.01-SNAPSHOT</version> + <version>1.18.01-RC2</version> <packaging>bundle</packaging> <dependencies> |