From 1ea5d2802660d64048b3d17ea015dbb4997a58c1 Mon Sep 17 00:00:00 2001 From: Nathan Harmon Date: Mon, 2 Feb 2015 15:40:11 -0800 Subject: [PATCH] Fix opendaylight-startup-archetype to use ${project.groupId} instead of ${groupId}. Change-Id: I3ce96492d149c466b93539e9254f93074e1f036c Signed-off-by: Nathan Harmon --- .../archetype-resources/__artifactId__-features/pom.xml | 4 ++-- .../resources/archetype-resources/__artifactId__-impl/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml index 1ee28b8d5a..67cc60ab0f 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-features/pom.xml @@ -64,12 +64,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL runtime - ${symbol_dollar}{groupId} + ${symbol_dollar}{project.groupId} ${artifactId}-impl ${symbol_dollar}{project.version} - ${symbol_dollar}{groupId} + ${symbol_dollar}{project.groupId} ${artifactId}-api ${symbol_dollar}{project.version} diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-impl/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-impl/pom.xml index 56903d0409..64d6834fef 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-impl/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/__artifactId__-impl/pom.xml @@ -25,7 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html bundle - ${symbol_dollar}{groupId} + ${symbol_dollar}{project.groupId} ${artifactId}-api ${symbol_dollar}{project.version} -- 2.36.6