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