summaryrefslogtreecommitdiffstats
path: root/tools/archetype/src/main/resources/archetype-resources
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-04-18 08:52:56 +0200
committerMichal Cmarada <mcmarada@cisco.com>2019-04-18 08:52:56 +0200
commitb52cda3fac85067b7eb5e3595dc477d75861f584 (patch)
tree3e01aad589fe22b3ed1653e62d68fb7e19786578 /tools/archetype/src/main/resources/archetype-resources
parenta7a8f9822082e533096e5bdecc531cbaea0f3931 (diff)
Bump honeycomb version to 1.19.08-SNAPSHOT
Change-Id: I25443928980cbce5b2cdc98f2c6bce7d825bd313 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'tools/archetype/src/main/resources/archetype-resources')
-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
2 files changed, 3 insertions, 3 deletions
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 9486e2844..1ff3b6742 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.04-SNAPSHOT</version>
+ <version>1.19.08-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 e39d23ce3..61eb3c22f 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-SNAPSHOT</version>
+ <version>1.19.08-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.19.04-SNAPSHOT</honeycomb.infra.version>
+ <honeycomb.infra.version>1.19.08-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>