summaryrefslogtreecommitdiffstats
path: root/infra/it/memory-benchmark/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-08-06 09:00:03 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-08-06 09:00:03 +0200
commit3f8a39231951dbfd8caf5fd1b610f418b25820b8 (patch)
tree51a296b9129e7fdef228bbb8b22d948ded30ebdc /infra/it/memory-benchmark/pom.xml
parent092d44ff1ba30e8c0154f2038fb6b0f6731aaabf (diff)
Set Honeycomb version to 1.18.07.1-SNAPSHOTstable/1807
Change-Id: I2757a35e545d87ca1fb4af2933e8fc6535027feb 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 e9fc4c49d..4910bd45e 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.07</version>
+ <version>1.18.07.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.07</honeycomb.version>
+ <honeycomb.version>1.18.07.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.07</version>
+ <version>1.18.07.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>