From 8f677a4f39fd967900d0080d2c267ba112edc378 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Fri, 26 Oct 2018 15:54:07 +0200 Subject: Set Honeycomb version to 1.18.10.1-SNAPSHOT Change-Id: I22b9589cbacb3b4d4f38f145362537f0c1dbd5db Signed-off-by: Michal Cmarada --- 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 3fc9c24fb..26c0c5e0e 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.10 + archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.18.10.1-SNAPSHOT This will generate main aggregator project containing two sub-projects diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index 6a5092c4b..e975aa98b 100644 --- a/tools/archetype/pom.xml +++ b/tools/archetype/pom.xml @@ -5,14 +5,14 @@ io.fd.honeycomb.common honeycomb-parent - 1.18.10 + 1.18.10.1-SNAPSHOT ../../common/honeycomb-parent io.fd.honeycomb.tools honeycomb-plugin-archetype ${project.artifactId} - 1.18.10 + 1.18.10.1-SNAPSHOT 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 4474f1c98..8080c9261 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.10 + 1.18.10.1-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 cbfe9455a..680e90aa2 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.10 + 1.18.10.1-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 048b5db28..fff7167c4 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.10 + 1.18.10.1-SNAPSHOT 4.0.0 @@ -27,7 +27,7 @@ bundle - 1.18.10 + 1.18.10.1-SNAPSHOT diff --git a/tools/pom.xml b/tools/pom.xml index 4f2357b1b..e6201b806 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,7 +5,7 @@ io.fd.honeycomb.common honeycomb-parent - 1.18.10 + 1.18.10.1-SNAPSHOT ../common/honeycomb-parent @@ -13,7 +13,7 @@ honeycomb-tools ${project.artifactId} pom - 1.18.10 + 1.18.10.1-SNAPSHOT 4.0.0 Aggregator for various Honeycomb tools -- cgit 1.2.3-korg