diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-01-18 21:08:52 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-01-18 21:13:08 +0100 |
commit | e2572fb640f241b330a1a37e187895c9fe716aa8 (patch) | |
tree | 0d7b032f865312dbd35b475e800a887def4bdfc7 /infra/rpc/impl | |
parent | a8bb23f6d54e7e90778a4edb70dc74ee7caf9635 (diff) |
Set Honeycomb version back to 1.17.01-SNAPSHOT
Change-Id: I72b57c3201a070fb0da84f90206cdd5f8a2bd435
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 8572526bb..7e52f4d8f 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.01-RC2</version> + <version>1.17.01-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.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> |