From 2ea6279505d0e66c8474c3933a9b3ca3423ae4b7 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 9 Apr 2018 16:00:33 +0200 Subject: Bump Honeycomb version to 1.18.07-SNAPSHOT Change-Id: Ib0b9a2a2369730cd8a21e35e4dce0b62e45e8ad3 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 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tools/archetype') diff --git a/tools/archetype/asciidoc/Readme.adoc b/tools/archetype/asciidoc/Readme.adoc index 2a0cb01ed..07323f4d0 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.04-SNAPSHOT + archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.18.07-SNAPSHOT This will generate main aggregator project containing two sub-projects diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index e2948e601..e71d7c2b3 100644 --- a/tools/archetype/pom.xml +++ b/tools/archetype/pom.xml @@ -5,14 +5,14 @@ io.fd.honeycomb.common honeycomb-parent - 1.18.04-SNAPSHOT + 1.18.07-SNAPSHOT ../../common/honeycomb-parent io.fd.honeycomb.tools honeycomb-plugin-archetype ${project.artifactId} - 1.18.04-SNAPSHOT + 1.18.07-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 c143d8f38..38ef6c538 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.04-SNAPSHOT + 1.18.07-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 2294719ad..c6a4cbc96 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.04-SNAPSHOT + 1.18.07-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 73eaf4110..0c956c41d 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.04-SNAPSHOT + 1.18.07-SNAPSHOT 4.0.0 @@ -27,7 +27,7 @@ bundle - 1.18.04-SNAPSHOT + 1.18.07-SNAPSHOT -- cgit 1.2.3-korg