diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-30 13:47:31 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-30 13:47:31 +0100 |
commit | c5b3d8663a042dac2e5f9d5a93e3a1375ca1abd2 (patch) | |
tree | ed26d69c7b3745198cf24e1ae0f6cc8c7000a7fc /infra/notification | |
parent | 6054569d75a642becd4014baf314b2f17fb511a3 (diff) |
Bump Honeycomb version to 1.17.10v1.17.10
Change-Id: I06ff08cc2f5054bed62b309e09fef00f88b13b94
Signed-off-by: Marek Gradzki <mgradzki@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 575564195..96f80d16b 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.17.10-SNAPSHOT</version> + <version>1.17.10</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.17.10-SNAPSHOT</version> + <version>1.17.10</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml index a6c1e861e..cef21c339 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.17.10-SNAPSHOT</version> + <version>1.17.10</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.17.10-SNAPSHOT</version> + <version>1.17.10</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml index ff447d4ca..39888de8e 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.17.10-SNAPSHOT</version> + <version>1.17.10</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>notification-aggregator</artifactId> - <version>1.17.10-SNAPSHOT</version> + <version>1.17.10</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |