From 120069b3d0d2436ce0398ac871a45fe710c4fbdd Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 25 Jan 2018 16:26:27 +0100 Subject: [PATCH] Rename odl-mdsal-common to odl-controller-mdsal-common Feature names are a flat namespace and odl-mdsal-common is conflicting with a feature provided by mdsal. Since odl-mdsal- is mdsal's part of the namespace, rename the feature to be in controller's namespace. Change-Id: I986ae7574caea1f2a32b802a5b2a5873d6ac8c60 Signed-off-by: Robert Varga --- features/mdsal/features-mdsal/pom.xml | 2 +- .../pom.xml | 2 +- features/mdsal/odl-mdsal-broker-local/pom.xml | 13 ++++++------- .../src/main/feature/feature.xml | 2 -- features/mdsal/pom.xml | 2 +- opendaylight/md-sal/mdsal-artifacts/pom.xml | 2 +- 6 files changed, 10 insertions(+), 13 deletions(-) rename features/mdsal/{odl-mdsal-common => odl-controller-mdsal-common}/pom.xml (97%) diff --git a/features/mdsal/features-mdsal/pom.xml b/features/mdsal/features-mdsal/pom.xml index a00967a6ff..fc5b2395b9 100644 --- a/features/mdsal/features-mdsal/pom.xml +++ b/features/mdsal/features-mdsal/pom.xml @@ -68,7 +68,7 @@ ${project.groupId} - odl-mdsal-common + odl-controller-mdsal-common ${project.version} xml features diff --git a/features/mdsal/odl-mdsal-common/pom.xml b/features/mdsal/odl-controller-mdsal-common/pom.xml similarity index 97% rename from features/mdsal/odl-mdsal-common/pom.xml rename to features/mdsal/odl-controller-mdsal-common/pom.xml index 985b64c0c0..f75f649647 100644 --- a/features/mdsal/odl-mdsal-common/pom.xml +++ b/features/mdsal/odl-controller-mdsal-common/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.controller - odl-mdsal-common + odl-controller-mdsal-common 1.7.0-SNAPSHOT feature diff --git a/features/mdsal/odl-mdsal-broker-local/pom.xml b/features/mdsal/odl-mdsal-broker-local/pom.xml index 8dcf71402f..c0c1c6c7a7 100644 --- a/features/mdsal/odl-mdsal-broker-local/pom.xml +++ b/features/mdsal/odl-mdsal-broker-local/pom.xml @@ -79,13 +79,6 @@ - - - org.opendaylight.controller - odl-mdsal-common - xml - features - org.opendaylight.yangtools odl-yangtools-codec @@ -122,6 +115,12 @@ xml features + + org.opendaylight.controller + odl-controller-mdsal-common + xml + features + diff --git a/features/mdsal/odl-mdsal-broker-local/src/main/feature/feature.xml b/features/mdsal/odl-mdsal-broker-local/src/main/feature/feature.xml index 3bb69627fe..cd0bbdf883 100644 --- a/features/mdsal/odl-mdsal-broker-local/src/main/feature/feature.xml +++ b/features/mdsal/odl-mdsal-broker-local/src/main/feature/feature.xml @@ -7,8 +7,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - - mvn:org.opendaylight.controller/odl-mdsal-common/${project.version}/xml/features odl-lmax-3 odl-yangtools-codec diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 8ee3cce314..76e7d3b959 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -25,12 +25,12 @@ features-mdsal odl-clustering-test-app + odl-controller-mdsal-common odl-mdsal-all odl-mdsal-broker odl-mdsal-broker-local odl-mdsal-clustering odl-mdsal-clustering-commons - odl-mdsal-common odl-mdsal-distributed-datastore odl-mdsal-model-inventory odl-mdsal-remoterpc-connector diff --git a/opendaylight/md-sal/mdsal-artifacts/pom.xml b/opendaylight/md-sal/mdsal-artifacts/pom.xml index cfe1b71cf8..07b065643f 100644 --- a/opendaylight/md-sal/mdsal-artifacts/pom.xml +++ b/opendaylight/md-sal/mdsal-artifacts/pom.xml @@ -334,7 +334,7 @@ ${project.groupId} - odl-mdsal-common + odl-controller-mdsal-common ${project.version} xml features -- 2.36.6