From 6dcd78a8100f7ff31332f4edee742a820ca126a4 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 27 Apr 2018 21:45:24 +0200 Subject: Honeycomb 1.18.04 release Change-Id: I5dffb785a9bc02df6caa30b932b05a96471cc111 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 2294719ad..10be37fb0 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.04 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..45a78ef62 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.04 4.0.0 @@ -27,7 +27,7 @@ bundle - 1.18.04-SNAPSHOT + 1.18.04 -- cgit 1.2.3-korg