summaryrefslogtreecommitdiffstats
path: root/tools/archetype/src
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-03 14:33:14 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-10-03 14:33:14 +0200
commite640cd3f5fb4a54947a9a1104646988b710624f5 (patch)
treeba77e04cfa92316473b104cdace91c2a3a4298b8 /tools/archetype/src
parent3a802b928c49e95b2b56c2f9721c1adc15fcf8d8 (diff)
Bump honeycomb version to 1.18.01-SNAPSHOT
Change-Id: I64bcd7e45da5d7431ba436ff6ad1ac62cd1d1051 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'tools/archetype/src')
-rw-r--r--tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml2
-rw-r--r--tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml2
-rw-r--r--tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
index 47c4d3338..6b0b6d34b 100644
--- a/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
+++ b/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -6,7 +6,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<requiredProperties>
<requiredProperty key="version">
- <defaultValue>1.17.10-SNAPSHOT</defaultValue>
+ <defaultValue>1.18.01-SNAPSHOT</defaultValue>
</requiredProperty>
</requiredProperties>
diff --git a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml
index 624203f29..d87c9b369 100644
--- a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml
+++ b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.17.10-SNAPSHOT</version>
+ <version>1.18.01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
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 b10415d84..8c00e6ed0 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-SNAPSHOT</version>
+ <version>1.18.01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.17.10-SNAPSHOT</honeycomb.infra.version>
+ <honeycomb.infra.version>1.18.01-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>