diff options
Diffstat (limited to 'infra/translate-impl')
-rw-r--r-- | infra/translate-impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/translate-impl/pom.xml b/infra/translate-impl/pom.xml index 4ac8b5b65..15a27bbba 100644 --- a/infra/translate-impl/pom.xml +++ b/infra/translate-impl/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <relativePath>../../common/api-parent</relativePath> </parent> @@ -27,7 +27,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>translate-impl</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04-RC1</version> <packaging>bundle</packaging> <dependencies> |