summaryrefslogtreecommitdiffstats
path: root/tools/archetype/src/main/resources
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-01-24 09:58:52 +0100
committerMichal Cmarada <mcmarada@cisco.com>2019-01-24 09:58:52 +0100
commit9bfd464714c29b4410098a3a8c5d1700ac6ded1a (patch)
tree1527c7211521fc139ad212b7620dc80c2d9068dc /tools/archetype/src/main/resources
parent754339b73a99a22ec25bae5fc5216ec65b2ec57b (diff)
Bump honeycomb version to 1.19.04-SNAPSHOT
Change-Id: Iaab95d1a821673f9138ba8a118c2e265826a6288 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'tools/archetype/src/main/resources')
-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 bfcc83dcc..ed6e6a079 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.19.01-SNAPSHOT</defaultValue>
+ <defaultValue>1.19.04-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 a55577b36..9486e2844 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.19.01-SNAPSHOT</version>
+ <version>1.19.04-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 99eceeb3e..e39d23ce3 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-SNAPSHOT</version>
+ <version>1.19.04-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.19.01-SNAPSHOT</honeycomb.infra.version>
+ <honeycomb.infra.version>1.19.04-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>