summaryrefslogtreecommitdiffstats
path: root/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-01-09 16:43:43 +0100
committerMarek Gradzki <mgradzki@cisco.com>2018-01-09 16:43:43 +0100
commit19d9da5d937332ac61099e09c99eb9ea116219ae (patch)
tree8fae6e387b33fc0a2021310062c93365b26d4dcc /tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml
parente1050fc83417c986eaeed3b50d5b01eaed0530bd (diff)
Bump honeycomb version to 1.18.01-RC1v1.18.01-RC1
Change-Id: I1a3a7373206af1951b5a6fbdcba7942d9ceebec2 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 8c00e6ed0..27de7e4da 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-SNAPSHOT</version>
+ <version>1.18.01-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.18.01-SNAPSHOT</honeycomb.infra.version>
+ <honeycomb.infra.version>1.18.01-RC1</honeycomb.infra.version>
</properties>
<dependencies>