summaryrefslogtreecommitdiffstats
path: root/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2018-10-17 13:09:30 +0200
committerMichal Cmarada <mcmarada@cisco.com>2018-10-18 20:00:38 +0200
commit40c00e4ec98b88c3b52170cf8b108e05e2e14cdd (patch)
treef082b2163835d24837d57fdf56b82f73037ee324 /tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
parentf17ade9a517f342522fe4b8ce83419c18dd93196 (diff)
Set Honeycomb version back to 1.18.10-SNAPSHOT
Change-Id: Icd61765bdcbc96feaf71f899158923762bb9e0ce Signed-off-by: Michal Cmarada <mcmarada@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 36a350d7f..c9e1c4642 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.10-RC1</version>
+ <version>1.18.10-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.18.10-RC1</honeycomb.infra.version>
+ <honeycomb.infra.version>1.18.10-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>