summaryrefslogtreecommitdiffstats
path: root/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-01-18 21:08:52 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-01-18 21:13:08 +0100
commite2572fb640f241b330a1a37e187895c9fe716aa8 (patch)
tree0d7b032f865312dbd35b475e800a887def4bdfc7 /tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
parenta8bb23f6d54e7e90778a4edb70dc74ee7caf9635 (diff)
Set Honeycomb version back to 1.17.01-SNAPSHOT
Change-Id: I72b57c3201a070fb0da84f90206cdd5f8a2bd435 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml')
-rw-r--r--tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
index c7beb32d4..024491c89 100644
--- a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
+++ b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>impl-parent</artifactId>
- <version>1.17.01-RC2</version>
+ <version>1.17.01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.17.01-RC2</honeycomb.infra.version>
+ <honeycomb.infra.version>1.17.01-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>