From ef459f0d69b0b3f57d91c99224606994c20eb508 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Tue, 6 Sep 2016 16:17:15 +0200 Subject: Bump versions to RC0 Change-Id: I81bed6b833c9b3319c7b474c8f85fed2c6896db7 Signed-off-by: Maros Marsalek --- tools/archetype/Readme.adoc | 2 +- tools/archetype/pom.xml | 4 ++-- .../src/main/resources/META-INF/maven/archetype-metadata.xml | 2 +- .../main/resources/archetype-resources/__rootArtifactId__-api/pom.xml | 2 +- .../resources/archetype-resources/__rootArtifactId__-impl/pom.xml | 4 ++-- tools/pom.xml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) (limited to 'tools') diff --git a/tools/archetype/Readme.adoc b/tools/archetype/Readme.adoc index 0ffcd9cf9..eca1b22ec 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-RC0 This will generate main aggregator project containing two sub-projects diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index d19c46469..1548309ca 100644 --- a/tools/archetype/pom.xml +++ b/tools/archetype/pom.xml @@ -5,13 +5,13 @@ honeycomb-tools io.fd.honeycomb.tools - 1.16.9-SNAPSHOT + 1.16.9-RC0 4.0.0 io.fd.honeycomb.tools honeycomb-plugin-archetype - 1.16.9-SNAPSHOT + 1.16.9-RC0 jar \ 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..c935a0ef7 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"> - 1.16.9-SNAPSHOT + 1.16.9-RC0 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..0fab9a82f 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 @@ io.fd.honeycomb.common api-parent - 1.16.9-SNAPSHOT + 1.16.9-RC0 4.0.0 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..2a2567b33 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 @@ io.fd.honeycomb.common impl-parent - 1.16.9-SNAPSHOT + 1.16.9-RC0 4.0.0 @@ -26,7 +26,7 @@ bundle - 1.16.9-SNAPSHOT + 1.16.9-RC0 diff --git a/tools/pom.xml b/tools/pom.xml index ae2740584..4e7b1c18c 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,14 +5,14 @@ honeycomb-aggregator io.fd.honeycomb - 1.16.9-SNAPSHOT + 1.16.9-RC0 4.0.0 io.fd.honeycomb.tools honeycomb-tools pom - 1.16.9-SNAPSHOT + 1.16.9-RC0 archetype -- cgit 1.2.3-korg