diff options
Diffstat (limited to 'it')
-rw-r--r-- | it/api-coverage/pom.xml | 4 | ||||
-rw-r--r-- | it/api-test/pom.xml | 4 | ||||
-rw-r--r-- | it/pom.xml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/it/api-coverage/pom.xml b/it/api-coverage/pom.xml index 4c939ffeb..df14a2b8a 100644 --- a/it/api-coverage/pom.xml +++ b/it/api-coverage/pom.xml @@ -21,14 +21,14 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.hc2vpp.it</groupId> <artifactId>api-coverage</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <name>${project.artifactId}</name> <properties> diff --git a/it/api-test/pom.xml b/it/api-test/pom.xml index accd8cf3f..bdea527d1 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.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <relativePath>../../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-test</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <name>${project.artifactId}</name> <dependencies> diff --git a/it/pom.xml b/it/pom.xml index 998d29c1a..00fd076b9 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>hc2vpp-parent</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC1</version> <relativePath>../common/hc2vpp-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |