diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-10-19 08:19:27 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-19 08:19:48 +0200 |
commit | 9aadab88a23729bb1fee1d4b4bcde3e4612c2adf (patch) | |
tree | b0c8814a8bc210a59b392d379fe0b34089671001 /infra/impl/pom.xml | |
parent | c695a84f379f73352f9142754632e473a3624788 (diff) |
Set honeycomb version back to 1.17.10-SNAPSHOT
Change-Id: I4b8b855e8a028ec230a9bf4b23266e4f1a7a3ea0
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/impl/pom.xml')
-rw-r--r-- | infra/impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/impl/pom.xml b/infra/impl/pom.xml index 6501256a2..c7b2c6d45 100644 --- a/infra/impl/pom.xml +++ b/infra/impl/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.17.10-RC2</version> + <version>1.17.10-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> @@ -27,7 +27,7 @@ <groupId>io.fd.honeycomb</groupId> <name>${project.artifactId}</name> <artifactId>honeycomb-impl</artifactId> - <version>1.17.10-RC2</version> + <version>1.17.10-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> <dependency> |