Use Magnesium controller 79/88679/4
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 25 Mar 2020 21:48:04 +0000 (22:48 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 31 Mar 2020 07:27:57 +0000 (07:27 +0000)
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 <robert.varga@pantheon.tech>
commons/binding-parent/pom.xml
commons/it/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/odl-ovsdb-hwvtepsouthbound/pom.xml
hwvtepsouthbound/hwvtepsouthbound-it/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl/pom.xml
southbound/southbound-it/pom.xml
utils/odl-ovsdb-utils/pom.xml

index 85dd32d690aa2ffacba2d336135fec7890dbbad9..db7aac14f5fa0619c321d207d8e0c3835bf86118 100644 (file)
@@ -25,7 +25,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
+        <version>1.11.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 6ae224a20984d8bc2038f7e6014198e7f91f370c..5de0cffd829c97ce48023b8f13f8bca408692d65 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
+    <version>1.11.0</version>
     <relativePath/>
   </parent>
 
index 13d3cec18502e44f96ca382b807c75fd70e97d89..fe158656b459e095534b992f66f0da63f14af878 100644 (file)
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.12.0-SNAPSHOT</version>
+            <version>1.11.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 2b5d379a19f07e908d1b26df38a0b562807507f0..cfa09946a64830e42c16407838bb1ba8416e0e50 100644 (file)
@@ -23,9 +23,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: ovsdb :: ${project.artifactId}</name>
-  <properties>
-    <controller.mdsal.version>1.12.0-SNAPSHOT</controller.mdsal.version>
-  </properties>
 
   <dependencyManagement>
     <dependencies>
@@ -39,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>${controller.mdsal.version}</version>
+        <version>1.11.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index ebf6b0cd1551c4fcf6f90d70c85bd51d22397b40..3cf5cce9623b7f3e49a14e4478345e5a96797d33 100644 (file)
@@ -36,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.12.0-SNAPSHOT</version>
+            <version>1.11.0</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 5d2e9fc64cd4d182097fe6a4329e2fbd2f22cd27..8d6931bd793c472b8a0220e1834151836c37084c 100644 (file)
@@ -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. -->
   <name>ODL :: ovsdb :: ${project.artifactId}</name>
 
-  <properties>
-    <controller.mdsal.version>1.12.0-SNAPSHOT</controller.mdsal.version>
-  </properties>
-
   <dependencyManagement>
     <dependencies>
       <dependency>
@@ -40,7 +36,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>${controller.mdsal.version}</version>
+        <version>1.11.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 4941683b46e9027a082e92d7208a29b2a3414263..f0a3d57f3a0f12bd10e55b6d53354dde7979a3cd 100644 (file)
@@ -29,7 +29,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.12.0-SNAPSHOT</version>
+                <version>1.11.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>