summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-parent/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-05-02 08:04:23 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-05-02 08:27:04 +0200
commitf8ef7857b897df2ddc7ba43603964b0d72ae3a0d (patch)
treec4a768084f34fa28ef682e119171a9596786095a /common/honeycomb-parent/pom.xml
parent7ff9128452664adb6dfa0501f9208091ed8cbf38 (diff)
Set honeycomb version to 1.17.04.1-SNAPSHOT
Change-Id: Ia3eb37183a07841d799f356889da63f4590ad883 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 2697a679a..8bc8b8a84 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.04</version>
+ <version>1.17.04.1-SNAPSHOT</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.1.1</maven>
@@ -265,7 +265,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.04</version>
+ <version>1.17.04.1-SNAPSHOT</version>
</dependency>
<!-- Necessary for logging checks -->
<dependency>
@@ -499,7 +499,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.17.04</version>
+ <version>1.17.04.1-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>