summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-parent/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 /common/honeycomb-parent/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 'common/honeycomb-parent/pom.xml')
-rw-r--r--common/honeycomb-parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/honeycomb-parent/pom.xml b/common/honeycomb-parent/pom.xml
index 52ece9b23..3aa75b4b6 100644
--- a/common/honeycomb-parent/pom.xml
+++ b/common/honeycomb-parent/pom.xml
@@ -21,7 +21,7 @@
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.10-SNAPSHOT</version>
+ <version>1.17.10</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.1.1</maven>
@@ -289,7 +289,7 @@
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-checkstyle</artifactId>
<!-- Hardcoded version to prevent archetype generated projects to use their own project version -->
- <version>1.17.10-SNAPSHOT</version>
+ <version>1.17.10</version>
</dependency>
<!-- Necessary for logging checks -->
<dependency>
@@ -526,7 +526,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.17.10-SNAPSHOT</version>
+ <version>1.17.10</version>
</dependency>
</dependencies>
</plugin>