Bump odlparent/yangtools/mdsal to 6.0.3/4.0.3/5.0.6 75/86375/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 12 Dec 2019 07:06:32 +0000 (08:06 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 13 Dec 2019 08:01:01 +0000 (09:01 +0100)
Pick up the latest upgrades and fixes.

Change-Id: Ifc9da1fb12a8d721990ba5b6c2bc20abf83b1d04
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
features/parent/pom.xml
features/production/pom.xml
features/test/features-neutron-test/pom.xml
features/test/pom.xml
integration/test-standalone/pom.xml
karaf/pom.xml
neutron-hostconfig/pom.xml
parent/pom.xml

index f5dcccd2c0369f3c58c2843df3d4b8b997792ca3..047589e3059669510518bfa110f70b876c1ae3b6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>6.0.1</version>
+        <version>6.0.3</version>
         <relativePath/>
     </parent>
 
index 36efc2a5d2f4a4a8b8d44675b02a747af64c8bc8..3f57540663a1fc0879aaca79eb92622ba9471871 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.1</version>
+        <version>6.0.3</version>
         <relativePath/>
     </parent>
 
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>5.0.4</version>
+                <version>5.0.6</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 01459aa34053d7f54648d9804a4dcfe2e7220f69..6686bab5e951bf7c458b6ae8987fe7e1560b5383 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>6.0.1</version>
+    <version>6.0.3</version>
     <relativePath/>
   </parent>
 
index f63deb27528333a96575e4e0b5740eedb5bb23eb..8f76666d419c88a7abdd337453f4e4e3538839f6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>6.0.1</version>
+        <version>6.0.3</version>
         <relativePath/>
     </parent>
 
index 4b73c6ccc3f382a4833ff165221f3c17b5f78f10..c9e3537ebf939b0751d4da4a35ddb25645a1425b 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>6.0.1</version>
+    <version>6.0.3</version>
     <relativePath/>
   </parent>
 
index 849fcd5f97195751df9f3411ec3b2cab23f887b5..5a8088d6a7632cc3db2d64cf0e2f47a74cb2ed8d 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>6.0.1</version>
+    <version>6.0.3</version>
     <relativePath/>
   </parent>
 
index 9cce9338923387b8e70245fc92464978ed2015d2..fe275c082957f991f6c5fddf6f80cbf5e7dc161a 100644 (file)
@@ -9,7 +9,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>karaf4-parent</artifactId>
-        <version>6.0.1</version>
+        <version>6.0.3</version>
         <relativePath/>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index 9b3abb616f721ffeb40ef1eca5146aa9ff1865f2..dcb190d608dcc72372e6105bd15ba1709c3beb87 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>6.0.1</version>
+    <version>6.0.3</version>
     <relativePath/>
   </parent>
 
index c9e7ca4dc6556371934781d26943696fbe3ff98d..78fce91acad08e04f531856a81352704450b1a29 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>5.0.4</version>
+    <version>5.0.6</version>
     <relativePath/>
   </parent>
 
@@ -69,7 +69,7 @@
       <dependency>
          <groupId>org.eclipse.persistence</groupId>
          <artifactId>org.eclipse.persistence.moxy</artifactId>
-         <!-- This is the same version (of EclipseLink) currently used in odlparent (4.0.2);
+         <!-- This is the same version (of EclipseLink) currently used in odlparent (4.0.3);
               we just have to repeat it here because, apparently, Maven is too dumb to inherit
               the version from a dependencyManagement in a parent POM to the dependencyManagement here.
               (The alternative to repeat the exclusion below in each Neutron project is much worse.) -->