From 45e7a85d96163f688d3cfbfb5eade656370c7c81 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 30 Oct 2017 13:48:30 +0100 Subject: Set honeycomb version to 1.17.10.1-SNAPSHOT Change-Id: Iacb351f6bcce8275c7a49295663f8d361b33fc16 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 ae042f1e6..87bf50c51 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.17.10 + 1.17.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 d66424df3..3ae98e332 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.17.10 + 1.17.10.1-SNAPSHOT 4.0.0 @@ -27,7 +27,7 @@ bundle - 1.17.10 + 1.17.10.1-SNAPSHOT -- cgit 1.2.3-korg