summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-09-15 10:11:29 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-09-15 10:12:23 +0200
commita5846cd36101fba5acdf511480fdbdf2f17f039a (patch)
treed318c04fa6c7f5fc240e95b43ef31c4b4991aed5 /tools
parentd8489c4d78acba2ed6b470df564c5ed2e740422a (diff)
Bump versions to RC2v1.16.9-RC2
Change-Id: Icb2d7ee58046b30a4e080456c2c2cb6417d46629 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/archetype/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/Readme.adoc b/tools/archetype/Readme.adoc
index 0ffcd9cf9..e200eb831 100644
--- a/tools/archetype/Readme.adoc
+++ b/tools/archetype/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.16.9-SNAPSHOT
+ archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.16.9-RC2
This will generate main aggregator project containing two sub-projects
diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml
index d19c46469..30f54493c 100644
--- a/tools/archetype/pom.xml
+++ b/tools/archetype/pom.xml
@@ -5,13 +5,13 @@
<parent>
<artifactId>honeycomb-tools</artifactId>
<groupId>io.fd.honeycomb.tools</groupId>
- <version>1.16.9-SNAPSHOT</version>
+ <version>1.16.9-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.tools</groupId>
<artifactId>honeycomb-plugin-archetype</artifactId>
- <version>1.16.9-SNAPSHOT</version>
+ <version>1.16.9-RC2</version>
<packaging>jar</packaging>
</project> \ No newline at end of file
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 579f0524f..6787be28c 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.16.9-SNAPSHOT</defaultValue>
+ <defaultValue>1.16.9-RC2</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 d8f5ec298..8e5cd7d75 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.16.9-SNAPSHOT</version>
+ <version>1.16.9-RC2</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 8a073e570..c4cd817d9 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.16.9-SNAPSHOT</version>
+ <version>1.16.9-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -26,7 +26,7 @@
<packaging>bundle</packaging>
<properties>
- <honeycomb.infra.version>1.16.9-SNAPSHOT</honeycomb.infra.version>
+ <honeycomb.infra.version>1.16.9-RC2</honeycomb.infra.version>
</properties>
<dependencies>
diff --git a/tools/pom.xml b/tools/pom.xml
index ae2740584..ea0a4a94d 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -5,14 +5,14 @@
<parent>
<artifactId>honeycomb-aggregator</artifactId>
<groupId>io.fd.honeycomb</groupId>
- <version>1.16.9-SNAPSHOT</version>
+ <version>1.16.9-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.tools</groupId>
<artifactId>honeycomb-tools</artifactId>
<packaging>pom</packaging>
- <version>1.16.9-SNAPSHOT</version>
+ <version>1.16.9-RC2</version>
<modules>
<module>archetype</module>
</modules>