diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-29 10:43:18 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-29 10:43:18 +0200 |
commit | b770a24ae3c8460a836daa10813259335f5dc6c3 (patch) | |
tree | b58520b1b46f799b248f4bf047813fa5d3be3c14 /infra/notification | |
parent | bd028c022c974b3f49e41eba52ed0a574510a524 (diff) |
Honeycomb 1.19.04 releasev1.19.04
Change-Id: I5b684eed325af39b465033c41c4b0334e97398eb
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'infra/notification')
-rw-r--r-- | infra/notification/api/pom.xml | 4 | ||||
-rw-r--r-- | infra/notification/impl/pom.xml | 4 | ||||
-rw-r--r-- | infra/notification/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/infra/notification/api/pom.xml b/infra/notification/api/pom.xml index 42e3c5412..118ea56df 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</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</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml index 5fca8c644..4c9a09d83 100644 --- a/infra/notification/impl/pom.xml +++ b/infra/notification/impl/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</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -26,7 +26,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>notification-impl</artifactId> <name>${project.artifactId}</name> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml index c6f1029a0..f8c7e68fd 100644 --- a/infra/notification/pom.xml +++ b/infra/notification/pom.xml @@ -18,13 +18,13 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>notification-aggregator</artifactId> - <version>1.19.04-SNAPSHOT</version> + <version>1.19.04</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |