From ad53d3d55c002cd9f2dd021bbab559bfb5917692 Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Thu, 4 Aug 2016 05:24:19 -0400 Subject: [PATCH] Bug 6278: Switch to use odlparent's karaf-parent Switch archetypes so they lay down the correct karaf-parent implementation. Change-Id: Ib9aa057f45141579a0d2bc895d373bd2882f975c Signed-off-by: Ryan Goulding --- .../src/main/resources/archetype-resources/pom.xml | 3 +-- .../src/main/resources/archetype-resources/karaf/pom.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml index 8fdb53ed17..36508ca709 100644 --- a/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/opendaylight-karaf-distro-archetype/src/main/resources/archetype-resources/pom.xml @@ -2,10 +2,9 @@ 4.0.0 - org.opendaylight.controller + org.opendaylight.odlparent karaf-parent 1.8.0-SNAPSHOT - ${groupId} diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/karaf/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/karaf/pom.xml index eec06fe8d5..cf30621f63 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/karaf/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/karaf/pom.xml @@ -12,10 +12,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 4.0.0 - org.opendaylight.controller + org.opendaylight.odlparent karaf-parent 1.8.0-SNAPSHOT - ${groupId} -- 2.36.6