diff options
Diffstat (limited to 'infra/notification/impl/pom.xml')
-rw-r--r-- | infra/notification/impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml index 42cc45b6a..fdd80dacd 100644 --- a/infra/notification/impl/pom.xml +++ b/infra/notification/impl/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>notification-impl</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencies> |