diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 14:07:09 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 14:07:38 +0200 |
commit | 3f674859f51898f278387acfd15f8836537b3ff4 (patch) | |
tree | 739e736333f1d82c58d8b2961524ae51f21f9d0e /infra/rpc/impl | |
parent | 4fd0b2f67a9a14b7341acc1339355e2656523b85 (diff) |
Honeycomb 1.18.04-RC1v1.18.04-RC1
Change-Id: I11d748f414829419b401a296c4cc58750b799b4d
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/rpc/impl')
-rw-r--r-- | infra/rpc/impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/rpc/impl/pom.xml b/infra/rpc/impl/pom.xml index 7eb55f759..109d821f4 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.04-RC1</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.04-RC1</version> <packaging>bundle</packaging> <dependencies> |