From 27e4870b6255477b0c69fd2a1b5dbe207ea4c154 Mon Sep 17 00:00:00 2001 From: Tony Tkacik Date: Wed, 2 Sep 2015 16:13:29 +0200 Subject: [PATCH] Migration to use MD-SAL Project Change-Id: Ic7185f1fe85b53fe00b29c1023762d704cd3e51a Signed-off-by: Tony Tkacik --- commons/binding-parent/pom.xml | 5 +++-- commons/config-parent/pom.xml | 26 ++++++++++++++++++------ features/pom.xml | 9 +++++++++ features/src/main/features/features.xml | 3 ++- fibmanager/fibmanager-api/pom.xml | 18 ++++++----------- idmanager/idmanager-api/pom.xml | 4 +--- interfacemgr/interfacemgr-api/pom.xml | 27 ++++++++----------------- interfacemgr/interfacemgr-impl/pom.xml | 3 +-- model-bgp/pom.xml | 10 +++------ nexthopmgr/nexthopmgr-api/pom.xml | 21 +++++++------------ vpnmanager/vpnmanager-api/pom.xml | 19 ++++++----------- 11 files changed, 66 insertions(+), 79 deletions(-) diff --git a/commons/binding-parent/pom.xml b/commons/binding-parent/pom.xml index e3308361..e2135c27 100644 --- a/commons/binding-parent/pom.xml +++ b/commons/binding-parent/pom.xml @@ -8,7 +8,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - org.opendaylight.yangtools + org.opendaylight.mdsal binding-parent 0.8.0-SNAPSHOT @@ -28,7 +28,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 2014.05.08.8-SNAPSHOT 2013.09.07.8-SNAPSHOT 0.8.0-SNAPSHOT - 1.3.0-SNAPSHOT + 2.0.0-SNAPSHOT + 1.3.0-SNAPSHOT 0.2.0-SNAPSHOT 2013.07.15.8-SNAPSHOT diff --git a/commons/config-parent/pom.xml b/commons/config-parent/pom.xml index 22e0307d..0416c9d4 100644 --- a/commons/config-parent/pom.xml +++ b/commons/config-parent/pom.xml @@ -24,18 +24,32 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.2.0-SNAPSHOT - 2010.09.24.8-SNAPSHOT - 2010.09.24.8-SNAPSHOT - 2014.05.08.8-SNAPSHOT - 2014.05.08.8-SNAPSHOT - 2013.09.07.8-SNAPSHOT 0.8.0-SNAPSHOT - 1.3.0-SNAPSHOT + 1.3.0-SNAPSHOT 0.2.0-SNAPSHOT 2013.07.15.8-SNAPSHOT 0.2.0-SNAPSHOT + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.0.0-SNAPSHOT + pom + import + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.8.0-SNAPSHOT + pom + import + + + + diff --git a/features/pom.xml b/features/pom.xml index 1eb18629..26c591ef 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -25,6 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL 0.2.0-SNAPSHOT 1.3.0-SNAPSHOT 0.8.0-SNAPSHOT + 0.8.0-SNAPSHOT 0.2.0-SNAPSHOT ${vpnservices.version} ${vpnservices.version} @@ -69,6 +70,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL xml runtime + + org.opendaylight.mdsal.model + features-mdsal-model + ${mdsal.model.version} + features + xml + runtime + org.opendaylight.openflowplugin features-openflowplugin diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index 7b5d8d2d..0948fc81 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -12,11 +12,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features + mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features mvn:org.opendaylight.openflowplugin/features-openflowplugin/${openflowplugin.version}/xml/features mvn:org.opendaylight.controller/features-restconf/${restconf.version}/xml/features odl-mdsal-broker - odl-yangtools-models + odl-mdsal-models odl-openflowplugin-nsf-model mvn:org.opendaylight.vpnservice/model-bgp/{{VERSION}} mvn:org.opendaylight.vpnservice/idmanager-api/${idmanager.version} diff --git a/fibmanager/fibmanager-api/pom.xml b/fibmanager/fibmanager-api/pom.xml index 32548ccd..9f4e754d 100644 --- a/fibmanager/fibmanager-api/pom.xml +++ b/fibmanager/fibmanager-api/pom.xml @@ -22,39 +22,33 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.yangtools + org.opendaylight.mdsal yang-binding - ${yangtools.version} org.opendaylight.yangtools yang-common - ${yangtools.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-inet-types - ${ietf.inet.types.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-yang-types - ${ietf.yang.types.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-interfaces - ${ietf.interfaces.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model iana-if-type-2014-05-08 - ${iana.if.type.version} org.opendaylight.controller.model model-inventory - ${mdsal.version} + ${controller.mdsal.version} org.opendaylight.controller diff --git a/idmanager/idmanager-api/pom.xml b/idmanager/idmanager-api/pom.xml index 54040f4b..7e14a28f 100644 --- a/idmanager/idmanager-api/pom.xml +++ b/idmanager/idmanager-api/pom.xml @@ -22,14 +22,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.yangtools + org.opendaylight.mdsal yang-binding - ${yangtools.version} org.opendaylight.yangtools yang-common - ${yangtools.version} diff --git a/interfacemgr/interfacemgr-api/pom.xml b/interfacemgr/interfacemgr-api/pom.xml index 56776abb..8c244560 100644 --- a/interfacemgr/interfacemgr-api/pom.xml +++ b/interfacemgr/interfacemgr-api/pom.xml @@ -22,44 +22,33 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.yangtools + org.opendaylight.mdsal yang-binding - ${yangtools.version} - org.opendaylight.yangtools - yang-common - ${yangtools.version} - - - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model yang-ext - ${yang.ext.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-inet-types - ${ietf.inet.types.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-yang-types - ${ietf.yang.types.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-interfaces - ${ietf.interfaces.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model iana-if-type-2014-05-08 - ${iana.if.type.version} org.opendaylight.controller.model model-inventory - ${mdsal.version} + ${controller.mdsal.version} org.opendaylight.vpnservice @@ -67,4 +56,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${vpns.mdsalutil.version} - \ No newline at end of file + diff --git a/interfacemgr/interfacemgr-impl/pom.xml b/interfacemgr/interfacemgr-impl/pom.xml index da429c34..32d1ab6d 100644 --- a/interfacemgr/interfacemgr-impl/pom.xml +++ b/interfacemgr/interfacemgr-impl/pom.xml @@ -32,9 +32,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${openflowplugin.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-interfaces - ${ietf.interfaces.version} org.opendaylight.vpnservice diff --git a/model-bgp/pom.xml b/model-bgp/pom.xml index 714b9d07..b8d44000 100644 --- a/model-bgp/pom.xml +++ b/model-bgp/pom.xml @@ -26,24 +26,20 @@ - org.opendaylight.yangtools + org.opendaylight.mdsal yang-binding - ${yangtools.version} org.opendaylight.yangtools yang-common - ${yangtools.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-inet-types - ${ietf.inet.types.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-yang-types - ${ietf.yang.types.version} diff --git a/nexthopmgr/nexthopmgr-api/pom.xml b/nexthopmgr/nexthopmgr-api/pom.xml index bca8ff0a..7f037d19 100644 --- a/nexthopmgr/nexthopmgr-api/pom.xml +++ b/nexthopmgr/nexthopmgr-api/pom.xml @@ -22,44 +22,37 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.yangtools + org.opendaylight.mdsal yang-binding - ${yangtools.version} org.opendaylight.yangtools yang-common - ${yangtools.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model yang-ext - ${yang.ext.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-inet-types - ${ietf.inet.types.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-yang-types - ${ietf.yang.types.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-interfaces - ${ietf.interfaces.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model iana-if-type-2014-05-08 - ${iana.if.type.version} org.opendaylight.controller.model model-inventory - ${mdsal.version} + ${controller.mdsal.version} diff --git a/vpnmanager/vpnmanager-api/pom.xml b/vpnmanager/vpnmanager-api/pom.xml index f6591923..81ee623c 100644 --- a/vpnmanager/vpnmanager-api/pom.xml +++ b/vpnmanager/vpnmanager-api/pom.xml @@ -22,39 +22,32 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.yangtools + org.opendaylight.mdsal yang-binding - ${yangtools.version} org.opendaylight.yangtools yang-common - ${yangtools.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model yang-ext - ${yang.ext.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-inet-types - ${ietf.inet.types.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-yang-types - ${ietf.yang.types.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-interfaces - ${ietf.interfaces.version} - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model iana-if-type-2014-05-08 - ${iana.if.type.version} org.opendaylight.vpnservice -- 2.36.6