From 1f9355041887924c148b4197ebab5df86b0d5ead Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 9 Apr 2018 15:49:21 +0200 Subject: Set Honeycomb version back to 1.18.04-SNAPSHOT Change-Id: Ib34bdab88f292165993b83c17bbae9b500b63eea Signed-off-by: Marek Gradzki --- .../main/resources/archetype-resources/__rootArtifactId__-api/pom.xml | 2 +- .../resources/archetype-resources/__rootArtifactId__-impl/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/archetype/src/main/resources/archetype-resources') 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 3065246b7..2294719ad 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-RC1 + 1.18.04-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 c16da82e8..73eaf4110 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-RC1 + 1.18.04-SNAPSHOT 4.0.0 @@ -27,7 +27,7 @@ bundle - 1.18.04-RC1 + 1.18.04-SNAPSHOT -- cgit 1.2.3-korg