summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-01-04 13:45:57 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-01-04 18:29:46 +0000
commit75f0efb8b1aff9e9be8d222fd90d1df7ce542bbc (patch)
tree47df5ee73565ef496f714b9842e34fc1ef381adb /tools
parent9900bb5101afedf7776787a66c5fb15c411c2cf9 (diff)
Bump Honeycomb version to 17.04
Change-Id: I99bc2593d50e59a6d4293e2d98ef3a9569a55008 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/archetype/asciidoc/Readme.adoc2
-rw-r--r--tools/archetype/pom.xml4
-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
-rw-r--r--tools/pom.xml4
6 files changed, 9 insertions, 9 deletions
diff --git a/tools/archetype/asciidoc/Readme.adoc b/tools/archetype/asciidoc/Readme.adoc
index 270d55056..47e3094b7 100644
--- a/tools/archetype/asciidoc/Readme.adoc
+++ b/tools/archetype/asciidoc/Readme.adoc
@@ -4,7 +4,7 @@ Honeycomb Plugin Archetype
How to use it :
- archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.17.01-SNAPSHOT
+ archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.17.04-SNAPSHOT
This will generate main aggregator project containing two sub-projects
diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml
index 5e5b34721..0874bd5c7 100644
--- a/tools/archetype/pom.xml
+++ b/tools/archetype/pom.xml
@@ -5,14 +5,14 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<relativePath>../../common/honeycomb-parent</relativePath>
</parent>
<groupId>io.fd.honeycomb.tools</groupId>
<artifactId>honeycomb-plugin-archetype</artifactId>
<name>${project.artifactId}</name>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
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 197c7258b..e1cb69012 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.01-SNAPSHOT</defaultValue>
+ <defaultValue>1.17.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 b836c56e1..c0b31f765 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.01-SNAPSHOT</version>
+ <version>1.17.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 024491c89..ebc5cf504 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.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.17.01-SNAPSHOT</honeycomb.infra.version>
+ <honeycomb.infra.version>1.17.04-SNAPSHOT</honeycomb.infra.version>
</properties>
<dependencies>
diff --git a/tools/pom.xml b/tools/pom.xml
index 5f181c041..da9815397 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>io.fd.honeycomb.common</groupId>
<artifactId>honeycomb-parent</artifactId>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<relativePath>../common/honeycomb-parent</relativePath>
</parent>
@@ -13,7 +13,7 @@
<artifactId>honeycomb-tools</artifactId>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
- <version>1.17.01-SNAPSHOT</version>
+ <version>1.17.04-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<description>Aggregator for various Honeycomb tools</description>