summaryrefslogtreecommitdiffstats
path: root/infra/notification
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-07-20 08:54:26 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-07-20 08:54:26 +0200
commit51b88a708aa648f4787e7fb1ca8addeb1fd0d523 (patch)
tree11b3ad57775bb4d18ce95861af4aaac0394c9ad5 /infra/notification
parent6672715bb0f66a6959f4ed68e11570316f7db7d0 (diff)
Bump honeycomb version to 1.18.10-SNAPSHOT
Change-Id: Ibd371b845debac895fad97b4e15732d858e00a3c Signed-off-by: Marek Gradzki <mgradzki@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 ae6db4bbe..1d502f106 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.18.07-SNAPSHOT</version>
+ <version>1.18.10-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.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml
index fb83e632a..8817ba209 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.18.07-SNAPSHOT</version>
+ <version>1.18.10-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.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml
index 27204f2ff..520617a20 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.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb</groupId>
<artifactId>notification-aggregator</artifactId>
- <version>1.18.07-SNAPSHOT</version>
+ <version>1.18.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>