From 2ba01397fdc7559d1196f31399c99914d238961c Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Tue, 9 Aug 2016 17:00:26 -0400 Subject: [PATCH] Bug 6278: Move opendaylight-karaf-empty to odlparent Move opendaylight-karaf-empty from controller to odlparent. As with moves of other artifacts, the following process will happen: 1) Copy opendaylight-karaf-empty into odlparent and adjust the groupId. The patch that handled the copy work is: https://git.opendaylight.org/gerrit/#/c/43988/ 2) Change opendaylight-karaf-empty in controller to derive from odlparent's opendaylight-karaf-empty. This is handled in this patch. 3) Change references to use the artifact added in #1. 4) Deprecate and remove controller's opendaylight-karaf-empty. This patch just handles #2, re-parenting the existing controller opendaylight-karaf-empty such that it derives from odlparent's opendaylight-karaf-empty (added in #1). Change-Id: Ifbfedd8a06f5f03900277d005906af83220707cc Signed-off-by: Ryan Goulding --- karaf/opendaylight-karaf-empty/pom.xml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/karaf/opendaylight-karaf-empty/pom.xml b/karaf/opendaylight-karaf-empty/pom.xml index 7f334a6edf..c5d5318468 100644 --- a/karaf/opendaylight-karaf-empty/pom.xml +++ b/karaf/opendaylight-karaf-empty/pom.xml @@ -1,27 +1,17 @@ - org.opendaylight.controller - karaf-parent + org.opendaylight.odlparent + opendaylight-karaf-empty 1.8.0-SNAPSHOT - ../karaf-parent + 4.0.0 + org.opendaylight.controller opendaylight-karaf-empty ${project.artifactId} pom - - 3.1.1 - - - - - org.apache.karaf.features - framework - kar - - + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git -- 2.36.6