summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-parent/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-30 13:48:30 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-10-31 20:19:25 +0100
commit45e7a85d96163f688d3cfbfb5eade656370c7c81 (patch)
tree53e1e38bbb009e449cba5f522f2a684cb3257f1e /common/honeycomb-parent/pom.xml
parentc5b3d8663a042dac2e5f9d5a93e3a1375ca1abd2 (diff)
Set honeycomb version to 1.17.10.1-SNAPSHOT
Change-Id: Iacb351f6bcce8275c7a49295663f8d361b33fc16 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 3aa75b4b6..1cdc37395 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</version>
+ <version>1.17.10.1-SNAPSHOT</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</version>
+ <version>1.17.10.1-SNAPSHOT</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</version>
+ <version>1.17.10.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>