From 7567ab4670f6cdf44e227ab8d547414a755401df Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 31 Aug 2016 09:56:23 +0200 Subject: Bump version to 1.16.12-SNAPSHOT Change-Id: I27b09dc1fdf7597c8b0751d8cbf950500e03fa23 Signed-off-by: Maros Marsalek --- .../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 a88775d8a..3b67a0d7f 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.0.0-SNAPSHOT + 1.16.12-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 faaba62a8..19564db74 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.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 4.0.0 @@ -26,7 +26,7 @@ bundle - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT -- cgit 1.2.3-korg