From 0daba59676b4a1a2f5f7fe4d1221adcd52b1bbef Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Thu, 8 Sep 2016 14:30:57 +0200 Subject: Bump versions to SNAPSHOT Change-Id: I0cd37ed8717aab709b313055e3422778fbe2fe78 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 698412c09..0ffcd9cf9 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-RC1 + archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.16.9-SNAPSHOT This will generate main aggregator project containing two sub-projects diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index 220d9453e..d19c46469 100644 --- a/tools/archetype/pom.xml +++ b/tools/archetype/pom.xml @@ -5,13 +5,13 @@ honeycomb-tools io.fd.honeycomb.tools - 1.16.9-RC1 + 1.16.9-SNAPSHOT 4.0.0 io.fd.honeycomb.tools honeycomb-plugin-archetype - 1.16.9-RC1 + 1.16.9-SNAPSHOT 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 ecea6794f..579f0524f 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-RC1 + 1.16.9-SNAPSHOT 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 1246a02e8..d8f5ec298 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-RC1 + 1.16.9-SNAPSHOT 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 f2e3b6052..8a073e570 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-RC1 + 1.16.9-SNAPSHOT 4.0.0 @@ -26,7 +26,7 @@ bundle - 1.16.9-RC1 + 1.16.9-SNAPSHOT diff --git a/tools/pom.xml b/tools/pom.xml index d151e8610..ae2740584 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,14 +5,14 @@ honeycomb-aggregator io.fd.honeycomb - 1.16.9-RC1 + 1.16.9-SNAPSHOT 4.0.0 io.fd.honeycomb.tools honeycomb-tools pom - 1.16.9-RC1 + 1.16.9-SNAPSHOT archetype -- cgit 1.2.3-korg