diff options
Diffstat (limited to 'it/api-test')
-rw-r--r-- | it/api-test/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/it/api-test/pom.xml b/it/api-test/pom.xml index 3ee9f94c7..3cc1447af 100644 --- a/it/api-test/pom.xml +++ b/it/api-test/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC2</version> <relativePath>../../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-test</artifactId> - <version>1.18.01-SNAPSHOT</version> + <version>1.18.01-RC2</version> <name>${project.artifactId}</name> <dependencies> |