Bump to mdsal-7.0.1/controller-3.0.1 96/93196/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 19 Oct 2020 19:33:15 +0000 (21:33 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 19 Oct 2020 19:33:25 +0000 (21:33 +0200)
Pick up mdsal fixes and improvements.

Change-Id: Ibb69f0614dbb565791423c2db1dc48bbc29a11e0
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 8e302f6b78423bc8c80b18102d2f44b24974a295..5b19f2788a452307bda83839c25db699a7bd7bc9 100644 (file)
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.0</version>
+                <version>7.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.0</version>
+                <version>3.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index a1ea03328a52211dc2b8a2b73506541fe094ded4..7ab604c5e6ef5fb88334516b8307abd989ac4e48 100644 (file)
@@ -27,7 +27,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>7.0.0</version>
+        <version>7.0.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 8c0221589ccab19af31dd079a8dfbd052232fc14..73a669d4cd19e3356feb374b1ddef4357d22a73f 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>3.0.0</version>
+    <version>3.0.1</version>
     <relativePath/>
   </parent>
 
index 65dc00184bb358cd245ccdcfcf54737586b293de..514bc80be06e94e7ca23a6ab906da40e1395f961 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>7.0.0</version>
+    <version>7.0.1</version>
     <relativePath/>
   </parent>
 
@@ -46,7 +46,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>