summaryrefslogtreecommitdiffstats
path: root/infra/it/memory-benchmark/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-04-27 21:48:42 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-04-27 21:48:42 +0200
commit0c83ec168d17d7296a3c1e4e1e3983dc932688b6 (patch)
tree68ab1aec38327a1a5e2b57dc0b65994103da67c1 /infra/it/memory-benchmark/pom.xml
parent6dcd78a8100f7ff31332f4edee742a820ca126a4 (diff)
Set Honeycomb version to 1.18.04.1-SNAPSHOT
Change-Id: I8e0e0dc63c39b5c979fae30b743dc7a8b3a486dd Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/it/memory-benchmark/pom.xml')
-rw-r--r--infra/it/memory-benchmark/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/infra/it/memory-benchmark/pom.xml b/infra/it/memory-benchmark/pom.xml
index f5849d4e0..1b8e1a091 100644
--- a/infra/it/memory-benchmark/pom.xml
+++ b/infra/it/memory-benchmark/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.18.04</version>
+ <version>1.18.04.1-SNAPSHOT</version>
<relativePath>../../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -34,7 +34,7 @@
<version>1.0.0</version>
<properties>
<commons-csv.version>1.4</commons-csv.version>
- <honeycomb.version>1.18.04</honeycomb.version>
+ <honeycomb.version>1.18.04.1-SNAPSHOT</honeycomb.version>
<maven.groovy.version>2.0</maven.groovy.version>
<groovy.version>2.4.7</groovy.version>
<groovy.eclipse.compiler.version>2.9.2-01</groovy.eclipse.compiler.version>
@@ -176,7 +176,7 @@
<dependency>
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>benchmark-scripts</artifactId>
- <version>1.18.04</version>
+ <version>1.18.04.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>