Bump to odlparent-6.0.4/yangtools-4.0.6/mdsal-5.0.9 05/87005/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 16 Jan 2020 21:14:51 +0000 (22:14 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 17 Jan 2020 12:47:01 +0000 (13:47 +0100)
Pick up latest fixes and upgrades.

Change-Id: I78fe513dd4b6ace56e59de08808cd11c72d11b23
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 047589e3059669510518bfa110f70b876c1ae3b6..3656292eeea688c7a26cd9818f60da71a46b8890 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>6.0.3</version>
+        <version>6.0.4</version>
         <relativePath/>
     </parent>
 
index 3f57540663a1fc0879aaca79eb92622ba9471871..3ffe3a8bc44e00c65abebbf171cb56b40e173b63 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>6.0.3</version>
+        <version>6.0.4</version>
         <relativePath/>
     </parent>
 
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>5.0.6</version>
+                <version>5.0.9</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 6686bab5e951bf7c458b6ae8987fe7e1560b5383..b2a8422f168207cde249e3afd98f89cbf966ed6c 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>6.0.3</version>
+    <version>6.0.4</version>
     <relativePath/>
   </parent>
 
index 8f76666d419c88a7abdd337453f4e4e3538839f6..c4d78607bb4d3ee7c1ab5aad7aacaa8e8a9a0c59 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>6.0.3</version>
+        <version>6.0.4</version>
         <relativePath/>
     </parent>
 
index c9e3537ebf939b0751d4da4a35ddb25645a1425b..65a7437049a4d4486ec956b2d8197318655805ec 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>6.0.3</version>
+    <version>6.0.4</version>
     <relativePath/>
   </parent>
 
index 5a8088d6a7632cc3db2d64cf0e2f47a74cb2ed8d..a60e581b0b75c2ac83ba533d1379f80df668e5d1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>6.0.3</version>
+    <version>6.0.4</version>
     <relativePath/>
   </parent>
 
index fe275c082957f991f6c5fddf6f80cbf5e7dc161a..a0c48302a059987f62b07d2ce72ba0ac61ccf66f 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.3</version>
+        <version>6.0.4</version>
         <relativePath/>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index dcb190d608dcc72372e6105bd15ba1709c3beb87..0230c38cbe97144be483a2ba94636366547a6d9a 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>6.0.3</version>
+    <version>6.0.4</version>
     <relativePath/>
   </parent>
 
index 78fce91acad08e04f531856a81352704450b1a29..b2b5b856a5ab28c36b0703133809fffcaf23ebaa 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>5.0.6</version>
+    <version>5.0.9</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.3);
+         <!-- This is the same version (of EclipseLink) currently used in odlparent (4.0.6);
               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.) -->