diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 16:00:33 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 16:00:33 +0200 |
commit | 2ea6279505d0e66c8474c3933a9b3ca3423ae4b7 (patch) | |
tree | ae285fa0c2231edd020abe13cbffb48aefd8f030 /infra/rpc | |
parent | 8acc5613345d9c50d0f33c3d74ae64e474b80724 (diff) |
Bump Honeycomb version to 1.18.07-SNAPSHOT
Change-Id: Ib0b9a2a2369730cd8a21e35e4dce0b62e45e8ad3
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/rpc')
-rw-r--r-- | infra/rpc/api/pom.xml | 4 | ||||
-rw-r--r-- | infra/rpc/impl/pom.xml | 4 | ||||
-rw-r--r-- | infra/rpc/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/infra/rpc/api/pom.xml b/infra/rpc/api/pom.xml index 5009b0ac0..c6e9d5008 100644 --- a/infra/rpc/api/pom.xml +++ b/infra/rpc/api/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -26,7 +26,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>rpc-api</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/rpc/impl/pom.xml b/infra/rpc/impl/pom.xml index 7eb55f759..e979fd1e9 100644 --- a/infra/rpc/impl/pom.xml +++ b/infra/rpc/impl/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <relativePath>../../../common/impl-parent</relativePath> </parent> @@ -26,7 +26,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>rpc-impl</artifactId> <name>${project.artifactId}</name> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/rpc/pom.xml b/infra/rpc/pom.xml index c0df44f82..fbac6a83a 100644 --- a/infra/rpc/pom.xml +++ b/infra/rpc/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>rpc-aggregator</artifactId> - <version>1.18.04-SNAPSHOT</version> + <version>1.18.07-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |