summaryrefslogtreecommitdiffstats
path: root/common/honeycomb-parent/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-01-04 19:34:10 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-01-04 19:34:10 +0100
commit206c01ce770cc469c25a9f3dbc1bff58881b3e81 (patch)
tree85f60f771e1c0e997987bfe02a64b44be840a006 /common/honeycomb-parent/pom.xml
parentb0c2350c915238785e641d18d63a9bf74bb326c8 (diff)
Set honeycomb version back to SNAPSHOT
Change-Id: I518b7594eb13040a47f100199ff75f342c054390 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 b0eeeb822..59709b7a3 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.01-RC1</version>
+ <version>1.17.01-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.01-RC1</version>
+ <version>1.17.01-SNAPSHOT</version>
</dependency>
<!-- Necessary for logging checks -->
<dependency>
@@ -484,7 +484,7 @@
<dependency>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>common-scripts</artifactId>
- <version>1.17.01-RC1</version>
+ <version>1.17.01-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>