diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 17:42:59 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 17:43:38 +0200 |
commit | 5e4470873e7b9580da9496f96d0a782d3de458ba (patch) | |
tree | e818c7ef38048fd08376f9897287b65569d9d647 /infra/it/benchmark/pom.xml | |
parent | 801e1cf4fd57a301e4216ef3ae04433e32788274 (diff) |
Set honeycomb version back to 1.17.07-SNAPSHOT
Change-Id: Id9a143b6d7774aa3a93aaad7168eb424fbda0a85
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 fe6eca19b..07d505fab 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.07-RC1</version> + <version>1.17.07-SNAPSHOT</version> <relativePath>../../../common/honeycomb-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>benchmark</artifactId> - <version>1.17.07-RC1</version> + <version>1.17.07-SNAPSHOT</version> <packaging>jar</packaging> <properties> |