summaryrefslogtreecommitdiffstats
path: root/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-04-29 14:52:55 +0200
committerMichal Cmarada <mcmarada@cisco.com>2019-04-29 14:52:55 +0200
commit7419ebbac5fc99ae954eb756ec56edc6b1034edd (patch)
tree3df03f023606ef6743fc48c6552710e6028681fa /tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
parentb770a24ae3c8460a836daa10813259335f5dc6c3 (diff)
Set Honeycomb version to 1.19.04.1-SNAPSHOTstable/1904
Change-Id: Idc574442618d5ace087015c842fe2b8f72fb0ae2 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 0dd6414d5..b8472f9e7 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.19.04</version>
+ <version>1.19.04.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.19.04</honeycomb.infra.version>
+ <honeycomb.infra.version>1.19.04.1-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>