diff options
Diffstat (limited to 'v3po/api/pom.xml')
-rw-r--r-- | v3po/api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v3po/api/pom.xml b/v3po/api/pom.xml index c1c30acfc..5d427e6cc 100644 --- a/v3po/api/pom.xml +++ b/v3po/api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>api-parent</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC1</version> <relativePath>../../common/api-parent</relativePath> </parent> @@ -25,7 +25,7 @@ <groupId>io.fd.hc2vpp.v3po</groupId> <artifactId>v3po-api</artifactId> <name>${project.artifactId}</name> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC1</version> <packaging>bundle</packaging> <dependencies> |