diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 12:46:54 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-18 12:49:47 +0200 |
commit | ee55e59f5e1b2b1827bda39e553c5c200373caea (patch) | |
tree | de031d16819c63cf78924624a2615af309008c77 /infra/rpc | |
parent | a3d562afdd96d4c37fe608af99f364e879ee92b6 (diff) |
Bump honeycomb version to 1.17.07-RC2v1.17.07-RC2
Change-Id: I2d84081238446e35af7d33e2b9944ac34c2b1832
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 7a79bddb2..35a5d75f2 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.17.07-SNAPSHOT</version> + <version>1.17.07-RC2</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.17.07-SNAPSHOT</version> + <version>1.17.07-RC2</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/rpc/impl/pom.xml b/infra/rpc/impl/pom.xml index 6a5b61111..7d3613061 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.17.07-SNAPSHOT</version> + <version>1.17.07-RC2</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.17.07-SNAPSHOT</version> + <version>1.17.07-RC2</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/rpc/pom.xml b/infra/rpc/pom.xml index 5abe83015..5d392226c 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.17.07-SNAPSHOT</version> + <version>1.17.07-RC2</version> <relativePath>../../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb</groupId> <artifactId>rpc-aggregator</artifactId> - <version>1.17.07-SNAPSHOT</version> + <version>1.17.07-RC2</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |