summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-parent/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-03-31 13:30:06 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-03-31 13:30:24 +0200
commit10954756a701161d565096b39d4a536f2550f1a1 (patch)
treefaea5c92deec3ead2d1dbc6487ff40e581694c38 /common/honeycomb-parent/pom.xml
parent2abb019fbbd8b5fd201788e6f6a59f71fbc91875 (diff)
Set version back to 1.17.04-SNAPSHOT
Change-Id: Icba980b7c9252eb29382e4da22e77051bc6ed435 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 9d3f6dfd3..3f03475aa 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-RC1</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.1.1</maven>
@@ -264,7 +264,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-RC1</version>
+ <version>1.17.04-SNAPSHOT</version>
</dependency>
<!-- Necessary for logging checks -->
<dependency>
@@ -492,7 +492,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.17.04-RC1</version>
+ <version>1.17.04-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>