diff options
Diffstat (limited to 'infra/it/it-test')
-rw-r--r-- | infra/it/it-test/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml index b319c46b6..806cc4c0c 100644 --- a/infra/it/it-test/pom.xml +++ b/infra/it/it-test/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10-RC1</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -27,10 +27,10 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>honeycomb-it-test</artifactId> <name>${project.artifactId}</name> - <version>1.18.10-SNAPSHOT</version> + <version>1.18.10-RC1</version> <properties> - <hc.infra.version>1.18.10-SNAPSHOT</hc.infra.version> + <hc.infra.version>1.18.10-RC1</hc.infra.version> </properties> <dependencies> |