From 092d44ff1ba30e8c0154f2038fb6b0f6731aaabf Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 6 Aug 2018 08:58:20 +0200 Subject: Honeycomb 1.18.07 release Change-Id: Ifde1a7b607a55d635fbbaa1dd3e4f5aa7ae5d4d9 Signed-off-by: Marek Gradzki --- tools/archetype/asciidoc/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/asciidoc/Readme.adoc b/tools/archetype/asciidoc/Readme.adoc index 07323f4d0..ea2670544 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.18.07-SNAPSHOT + archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.18.07 This will generate main aggregator project containing two sub-projects diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index e71d7c2b3..1411b6b08 100644 --- a/tools/archetype/pom.xml +++ b/tools/archetype/pom.xml @@ -5,14 +5,14 @@ io.fd.honeycomb.common honeycomb-parent - 1.18.07-SNAPSHOT + 1.18.07 ../../common/honeycomb-parent io.fd.honeycomb.tools honeycomb-plugin-archetype ${project.artifactId} - 1.18.07-SNAPSHOT + 1.18.07 jar 4.0.0 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 38ef6c538..1da1e517a 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.18.07-SNAPSHOT + 1.18.07 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 c6a4cbc96..f1ed4cebc 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.18.07-SNAPSHOT + 1.18.07 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 0c956c41d..d4f2d66f9 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.18.07-SNAPSHOT + 1.18.07 4.0.0 @@ -27,7 +27,7 @@ bundle - 1.18.07-SNAPSHOT + 1.18.07 diff --git a/tools/pom.xml b/tools/pom.xml index 2e838a975..8ef1bad13 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ io.fd.honeycomb.common honeycomb-parent - 1.18.07-SNAPSHOT + 1.18.07 ../common/honeycomb-parent @@ -13,7 +13,7 @@ honeycomb-tools ${project.artifactId} pom - 1.18.07-SNAPSHOT + 1.18.07 4.0.0 Aggregator for various Honeycomb tools -- cgit 1.2.3-korg