From 08cadd075dd3de973d26f9cc1b5c51d6b5b38898 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 25 Mar 2020 22:48:04 +0100 Subject: [PATCH] Use Magnesium controller As part of controller transition to being MRI, downgrade the version used to Magnesium release. This will be bumped to Aluminium proper during the MRI window. Change-Id: I592a291a25924621e85a83c66b168ec9dfbdd307 Signed-off-by: Robert Varga --- commons/binding-parent/pom.xml | 2 +- commons/it/pom.xml | 2 +- .../odl-ovsdb-hwvtepsouthbound/pom.xml | 2 +- hwvtepsouthbound/hwvtepsouthbound-it/pom.xml | 5 +---- .../southbound-features/odl-ovsdb-southbound-impl/pom.xml | 2 +- southbound/southbound-it/pom.xml | 6 +----- utils/odl-ovsdb-utils/pom.xml | 2 +- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/commons/binding-parent/pom.xml b/commons/binding-parent/pom.xml index 85dd32d69..db7aac14f 100644 --- a/commons/binding-parent/pom.xml +++ b/commons/binding-parent/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.controller mdsal-artifacts - 1.12.0-SNAPSHOT + 1.11.0 pom import diff --git a/commons/it/pom.xml b/commons/it/pom.xml index 6ae224a20..5de0cffd8 100644 --- a/commons/it/pom.xml +++ b/commons/it/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-it-parent - 1.12.0-SNAPSHOT + 1.11.0 diff --git a/hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound/pom.xml b/hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound/pom.xml index 13d3cec18..fe158656b 100644 --- a/hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound/pom.xml +++ b/hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound/pom.xml @@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller odl-mdsal-broker - 1.12.0-SNAPSHOT + 1.11.0 xml features diff --git a/hwvtepsouthbound/hwvtepsouthbound-it/pom.xml b/hwvtepsouthbound/hwvtepsouthbound-it/pom.xml index 2b5d379a1..cfa09946a 100644 --- a/hwvtepsouthbound/hwvtepsouthbound-it/pom.xml +++ b/hwvtepsouthbound/hwvtepsouthbound-it/pom.xml @@ -23,9 +23,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ODL :: ovsdb :: ${project.artifactId} - - 1.12.0-SNAPSHOT - @@ -39,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - ${controller.mdsal.version} + 1.11.0 pom import diff --git a/southbound/southbound-features/odl-ovsdb-southbound-impl/pom.xml b/southbound/southbound-features/odl-ovsdb-southbound-impl/pom.xml index ebf6b0cd1..3cf5cce96 100644 --- a/southbound/southbound-features/odl-ovsdb-southbound-impl/pom.xml +++ b/southbound/southbound-features/odl-ovsdb-southbound-impl/pom.xml @@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller odl-mdsal-broker - 1.12.0-SNAPSHOT + 1.11.0 xml features diff --git a/southbound/southbound-it/pom.xml b/southbound/southbound-it/pom.xml index 5d2e9fc64..8d6931bd7 100644 --- a/southbound/southbound-it/pom.xml +++ b/southbound/southbound-it/pom.xml @@ -24,10 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html build failure. Please do not modify this unless you have a good reason. --> ODL :: ovsdb :: ${project.artifactId} - - 1.12.0-SNAPSHOT - - @@ -40,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - ${controller.mdsal.version} + 1.11.0 pom import diff --git a/utils/odl-ovsdb-utils/pom.xml b/utils/odl-ovsdb-utils/pom.xml index 4941683b4..f0a3d57f3 100644 --- a/utils/odl-ovsdb-utils/pom.xml +++ b/utils/odl-ovsdb-utils/pom.xml @@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-artifacts - 1.12.0-SNAPSHOT + 1.11.0 pom import -- 2.36.6