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 d3d18167c..a6f52a5e1 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.01-SNAPSHOT</version> + <version>1.19.01-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.01-SNAPSHOT</version> + <version>1.19.01-RC1</version> <packaging>bundle</packaging> <dependencies> |