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-10-30 13:48:30 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-10-31 20:19:25 +0100
commit45e7a85d96163f688d3cfbfb5eade656370c7c81 (patch)
tree53e1e38bbb009e449cba5f522f2a684cb3257f1e /tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
parentc5b3d8663a042dac2e5f9d5a93e3a1375ca1abd2 (diff)
Set honeycomb version to 1.17.10.1-SNAPSHOT
Change-Id: Iacb351f6bcce8275c7a49295663f8d361b33fc16 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 d66424df3..3ae98e332 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.10</version>
+ <version>1.17.10.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.17.10</honeycomb.infra.version>
+ <honeycomb.infra.version>1.17.10.1-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>