diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-01-09 16:47:07 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-01-09 16:47:55 +0100 |
commit | 5702c35c57fdf8538bdf3c7bdce1ee8fae8d04ef (patch) | |
tree | 9cfa39d7007b37815318fd937fba5906f3975cee /infra/notification | |
parent | 19d9da5d937332ac61099e09c99eb9ea116219ae (diff) |
Set honeycomb version back to 1.18.01-SNAPSHOT
Change-Id: Iabf918a51119cc8e9c840ae8341a5a71bb936bd6
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 5dd4a8215..2b92408d7 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.01-RC1</version> + <version>1.18.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.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml index 3cc09f7b2..d8fe2446a 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.01-RC1</version> + <version>1.18.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.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml index 381d89d10..e922d119a 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.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>notification-aggregator</artifactId> - <version>1.18.01-RC1</version> + <version>1.18.01-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |