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

Change-Id: I6a4797e108a63abf08a20cd63a0e56dfdc80380c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-aggregator/odl-openflowplugin-nsf-model/pom.xml
features-aggregator/odl-openflowplugin-southbound/pom.xml
openflowjava/features-openflowjava-aggregator/odl-openflowjava-protocol/pom.xml
parent/pom.xml

index ef55a236b15f26df9ae1e52cfdde30e726197484..79af43a8e0757b946abbec39d7de26bf21a175e6 100644 (file)
@@ -21,7 +21,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.0</version>
+                <version>7.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.0</version>
+                <version>3.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 19f62a7bc2553161d0f579a1c65b36cf6356c9d0..2bb23097eefbc74842b0efadb59bce2d8e53bbd2 100644 (file)
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.0</version>
+                <version>3.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index bbd876980c6a97c49a58e2c2d268791056bfef76..c375a3e571b9864303a0143847e08b90377fc47d 100644 (file)
@@ -42,7 +42,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.0</version>
+                <version>7.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index c9992511510bb82c640314768b50879cad1e039f..a37d9c1a6bac00496db6082b15a354f938210442 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>
 
@@ -41,7 +41,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>