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