Use Magnesium controller 82/88682/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 25 Mar 2020 21:52:19 +0000 (22:52 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 25 Mar 2020 21:52:19 +0000 (22:52 +0100)
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: I7be920aab87a9fd7c7cb55600a9bf45297b6aefd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/parent/pom.xml
integration/test-standalone/pom.xml
integration/test/pom.xml
parent/pom.xml

index dacd3c318bfc464bdbc4543385248246159b1480..da2c19b67091542198688660d5cf65b1d5b6a5df 100644 (file)
@@ -37,7 +37,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 67198e6789812e57f1bf40aae3ea99b753c0459d..52088e48520e61e4627db041d327ae57048ff51b 100644 (file)
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-broker-impl</artifactId>
-      <version>1.12.0-SNAPSHOT</version>
+      <version>1.11.0</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-broker-impl</artifactId>
-      <version>1.12.0-SNAPSHOT</version>
+      <version>1.11.0</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
index ba4d866dea132f01a20a2d120d86f84a93fc7718..535e2a19982eecfbdd6bf4a71c64de87ac4bad2e 100644 (file)
@@ -12,7 +12,7 @@
   <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 8a31edc753f8b34e592d289644dc8ca2d1b4e7d4..1e649c9a53a66dd1de7599949a2c5a59f599104e 100644 (file)
@@ -46,7 +46,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>