Bump mdsal to 5.0.3 64/85064/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Oct 2019 14:11:04 +0000 (16:11 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Oct 2019 14:11:04 +0000 (16:11 +0200)
This bumps mdsal to 5.0.3 to workaround issues with Blueprint
injection.

Change-Id: I848c9220ce06ec7b4af304ab64948bdc30257dbd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/netconf-connector/odl-netconf-connector/pom.xml
features/netconf/odl-netconf-api/pom.xml
features/netconf/odl-netconf-notifications-impl/pom.xml
features/restconf/odl-restconf-common/pom.xml
features/restconf/odl-restconf-nb-bierman02/pom.xml
parent/pom.xml

index b07997f25248d8dcc810e96125b2844196be251c..d1a0e1b73462cc9d36ade3143efe3af4d45231e7 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>5.0.2</version>
+                <version>5.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 6283e7d48ff3b58b2a1a65d7d6d1b93114e813b3..f9abf260bd2f668ebe2e6b326ba7a9c7d8599e9d 100644 (file)
@@ -35,7 +35,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>5.0.2</version>
+                <version>5.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 215bf41a5c0f9766c6eac71cfeeb39e9f33b6821..7d8b2af6aaec7dad0b0dd28349fc8f9dfa19a158 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>5.0.2</version>
+                <version>5.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 934e0fb79139152e8f035d1db10d5b126bb1794b..5901aae57a73bfbc0c99c45c1f0a8b3a8c6b2333 100644 (file)
@@ -35,7 +35,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>5.0.2</version>
+                <version>5.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 4d1647aa446e6d70d00b3b16ee2f87aa2537f6cf..995ad2474ce24727a91bd9e0a657fefe7bb36b40 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>5.0.2</version>
+                <version>5.0.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index a1dd09099c029d61fd8a3fdbc5293878c8823c47..fb429a273e7295f76e24ca1b5ff85fe76da606c6 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>5.0.2</version>
+    <version>5.0.3</version>
     <relativePath/>
   </parent>