From 7567ab4670f6cdf44e227ab8d547414a755401df Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 31 Aug 2016 09:56:23 +0200 Subject: Bump version to 1.16.12-SNAPSHOT Change-Id: I27b09dc1fdf7597c8b0751d8cbf950500e03fa23 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 24040b89a..e5528d7ee 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.0.0-SNAPSHOT + archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.16.12-SNAPSHOT This will generate main aggregator project containing two sub-projects diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index e49e031c9..9f6bb3c55 100644 --- a/tools/archetype/pom.xml +++ b/tools/archetype/pom.xml @@ -5,13 +5,13 @@ honeycomb-tools io.fd.honeycomb.tools - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 4.0.0 io.fd.honeycomb.tools honeycomb-plugin-archetype - 1.0.0-SNAPSHOT + 1.16.12-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 c35327187..0061c21ad 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.0.0-SNAPSHOT + 1.16.12-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 a88775d8a..3b67a0d7f 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.0.0-SNAPSHOT + 1.16.12-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 faaba62a8..19564db74 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.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 4.0.0 @@ -26,7 +26,7 @@ bundle - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT diff --git a/tools/pom.xml b/tools/pom.xml index 972f5e75a..41c8c111b 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,14 +5,14 @@ honeycomb-aggregator io.fd.honeycomb - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 4.0.0 io.fd.honeycomb.tools honeycomb-tools pom - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT archetype -- cgit 1.2.3-korg