summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-parent/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-04-10 08:22:36 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-04-11 10:42:44 +0200
commitbff436651bcdbed179682a939bdc271cf57a88a6 (patch)
tree8cc683d0a9d688248ef3d0b2d6708a3ea9035db1 /common/honeycomb-parent/pom.xml
parentb5b71100799d530eb971524ba38192078c9213a4 (diff)
Set version back to 1.17.04-SNAPSHOT
Change-Id: I575955425f9cb2bd5cc0ea0a88941da0fa1c0588 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 f48a959cf..d1d00b479 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-RC2</version>
+ <version>1.17.04-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-RC2</version>
+ <version>1.17.04-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-RC2</version>
+ <version>1.17.04-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>