summaryrefslogtreecommitdiffstats
path: root/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-02-15 14:28:56 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-02-15 13:30:03 +0000
commitb69b4688446bdf790a714944c72b8324ba4efce8 (patch)
tree46cabdde1d38bca9fbe65bf04f67ae64011ae924 /tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl
parent51522c553834b6e8773e91b1561c5838776b5c29 (diff)
Set Honeycomb version to 1.18.01.2-SNAPSHOT
Change-Id: Ia99ee95a3b53b7d90ee871ad6754053b4524c086 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl')
-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 a9065081d..c93fe52fc 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.1</version>
+ <version>1.18.01.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.18.01.1</honeycomb.infra.version>
+ <honeycomb.infra.version>1.18.01.2-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>