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