summaryrefslogtreecommitdiffstats
path: root/infra/rpc
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-07-27 07:27:25 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-07-27 14:09:11 +0200
commit4c6da0846fbb26a6b51fc0272ee360671f50ca19 (patch)
treec4cc1893834bca13da2885ff35b265a8fcd9228e /infra/rpc
parent756ffae6576fe50c052950418627be4a1d21f996 (diff)
Bump Honeycomb version to 1.17.07v1.17.07
Change-Id: I3ff312361a5eedff9ca10cb0ef941e9e2efeeab4 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/rpc')
-rw-r--r--infra/rpc/api/pom.xml4
-rw-r--r--infra/rpc/impl/pom.xml4
-rw-r--r--infra/rpc/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/infra/rpc/api/pom.xml b/infra/rpc/api/pom.xml
index 7a79bddb2..5043a15c7 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</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</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/rpc/impl/pom.xml b/infra/rpc/impl/pom.xml
index 6a5b61111..a1afffed3 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</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</version>
<packaging>bundle</packaging>
<dependencies>
diff --git a/infra/rpc/pom.xml b/infra/rpc/pom.xml
index 5abe83015..7cbad3873 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</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</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>