diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-12-07 08:56:02 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-12-07 10:01:10 +0100 |
commit | 8be1783be737e79fbcb7e4377b920959cf1f7198 (patch) | |
tree | 5f183e23e7943eb88e824d705174f1c9dac9b02d /infra/notification | |
parent | c70fcc07dd643654f8c436c5ea4ff8d81bf51603 (diff) |
Set honeycomb version to 17.01 to allign with vpp release
Change-Id: I47f37a60f276928672fc2bd53e948641d9278014
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 8aa4b6b70..05fad10d7 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.16.12-SNAPSHOT</version> + <version>1.17.01-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.16.12-SNAPSHOT</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml index 4767fc958..9442b4f86 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.16.12-SNAPSHOT</version> + <version>1.17.01-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.16.12-SNAPSHOT</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml index e8e9e5cc5..882c23ae5 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.16.12-SNAPSHOT</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>notification-aggregator</artifactId> - <version>1.16.12-SNAPSHOT</version> + <version>1.17.01-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |