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/it/benchmark/pom.xml | |
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/it/benchmark/pom.xml')
-rw-r--r-- | infra/it/benchmark/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/it/benchmark/pom.xml b/infra/it/benchmark/pom.xml index 8b46f88d0..8f9eabc56 100644 --- a/infra/it/benchmark/pom.xml +++ b/infra/it/benchmark/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <relativePath>../../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>benchmark</artifactId> - <version>1.17.01-RC2</version> + <version>1.17.01-SNAPSHOT</version> <packaging>jar</packaging> <properties> |