summaryrefslogtreecommitdiffstats
path: root/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-01-17 16:32:51 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-01-17 16:34:09 +0100
commitcd482508dce9d40eee561243a52d052f22e4f7cd (patch)
tree68e81187d9a3f4c0e02bd0d5247108fc11f851e6 /tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
parent18fb6025593c960f58e587c7c7fd01ce7a5a1cc2 (diff)
Set Honeycomb version back to 1.18.01-SNAPSHOT
Change-Id: If0c4106e7c738acfdbe82a50303a4d84aa80d385 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 4a2941d06..8c00e6ed0 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.18.01-RC2</version>
+ <version>1.18.01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.18.01-RC2</honeycomb.infra.version>
+ <honeycomb.infra.version>1.18.01-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>