summaryrefslogtreecommitdiffstats
path: root/infra/it/memory-benchmark/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-30 13:47:31 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-10-30 13:47:31 +0100
commitc5b3d8663a042dac2e5f9d5a93e3a1375ca1abd2 (patch)
treeed26d69c7b3745198cf24e1ae0f6cc8c7000a7fc /infra/it/memory-benchmark/pom.xml
parent6054569d75a642becd4014baf314b2f17fb511a3 (diff)
Bump Honeycomb version to 1.17.10v1.17.10
Change-Id: I06ff08cc2f5054bed62b309e09fef00f88b13b94 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 78fea4e89..8514382f0 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.17.10-SNAPSHOT</version>
+ <version>1.17.10</version>
<relativePath>../../../common/honeycomb-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
<version>1.0.0</version>
<properties>
<commons-csv.version>1.4</commons-csv.version>
- <honeycomb.version>1.17.10-SNAPSHOT</honeycomb.version>
+ <honeycomb.version>1.17.10</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>
@@ -175,7 +175,7 @@
<dependency>
<groupId>io.fd.honeycomb.it</groupId>
<artifactId>benchmark-scripts</artifactId>
- <version>1.17.10-SNAPSHOT</version>
+ <version>1.17.10</version>
</dependency>
</dependencies>
</plugin>