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