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-02-04 09:16:54 +0100
committerMichal Cmarada <mcmarada@cisco.com>2019-02-04 08:43:39 +0000
commit1f44ec1a605c70dcd512b652a10503361e590986 (patch)
treeebf4f9f205ae076687a7e061bdc5c4b96553673a /tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
parentc73f03c3e50ca04336537e401ee1b98cf0d3a473 (diff)
Set Honeycomb version to 1.19.01.1-SNAPSHOTstable/1901
Change-Id: Iee4590dc817b3696646770bbaab33de226534edf 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 145894d69..996ddf624 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.01</version>
+ <version>1.19.01.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.19.01</honeycomb.infra.version>
+ <honeycomb.infra.version>1.19.01.1-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>