summaryrefslogtreecommitdiffstats
path: root/infra/notification
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-04-29 14:52:55 +0200
committerMichal Cmarada <mcmarada@cisco.com>2019-04-29 14:52:55 +0200
commit7419ebbac5fc99ae954eb756ec56edc6b1034edd (patch)
tree3df03f023606ef6743fc48c6552710e6028681fa /infra/notification
parentb770a24ae3c8460a836daa10813259335f5dc6c3 (diff)
Set Honeycomb version to 1.19.04.1-SNAPSHOTstable/1904
Change-Id: Idc574442618d5ace087015c842fe2b8f72fb0ae2 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'infra/notification')
-rw-r--r--infra/notification/api/pom.xml4
-rw-r--r--infra/notification/impl/pom.xml4
-rw-r--r--infra/notification/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/infra/notification/api/pom.xml b/infra/notification/api/pom.xml
index 118ea56df..211e80610 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</version>
+ <version>1.19.04.1-SNAPSHOT</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</version>
+ <version>1.19.04.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml
index 4c9a09d83..7a886684c 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</version>
+ <version>1.19.04.1-SNAPSHOT</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</version>
+ <version>1.19.04.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml
index f8c7e68fd..a16e1acd0 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</version>
+ <version>1.19.04.1-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb</groupId>
<artifactId>notification-aggregator</artifactId>
- <version>1.19.04</version>
+ <version>1.19.04.1-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>