Bump upstream versions 14/94714/6
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 21 Jan 2021 18:05:49 +0000 (19:05 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 30 Jan 2021 09:13:00 +0000 (10:13 +0100)
Adopt following upstreams:
- odlparent-8.1.0
- infrautils-1.9.5
- yangtools-6.0.4
- mdsal-7.0.5
- controller-3.0.5

Realign org.eclipse.persistence with karaf bump.

Also fix an MRI mis-bump: infrautils should've been at 1.9.4 but it
was somehow stuck on 1.9.5.

Change-Id: I44e8013a408468a5626dba4e48aff1a56984db15
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 files changed:
artifacts/pom.xml
features/parent/pom.xml
features/production/odl-neutron-northbound-api/pom.xml
features/production/odl-neutron-spi/src/main/feature/feature.xml
features/production/pom.xml
features/test/features-neutron-test/pom.xml
features/test/pom.xml
integration/test-standalone/pom.xml
integration/test/pom.xml
karaf/pom.xml
neutron-hostconfig/pom.xml
parent/pom.xml

index 0f4073cef7f6a36529d5e724b5cf784ade0da572..82fcc1f5c4a2d56f37b803b5ee9544ec04c984d1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>8.0.3</version>
+        <version>8.1.0</version>
         <relativePath/>
     </parent>
 
index 785223aa2b3129826b83ca5cdf01f0a44ebe1e76..d7cd23f1c25e703f509dca4099b21172a85e285f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>8.0.3</version>
+        <version>8.1.0</version>
         <relativePath/>
     </parent>
 
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>7.0.4</version>
+                <version>7.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>controller-artifacts</artifactId>
-                <version>3.0.4</version>
+                <version>3.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -47,7 +47,7 @@
             <dependency>
                <groupId>org.eclipse.persistence</groupId>
                <artifactId>org.eclipse.persistence.moxy</artifactId>
-               <version>2.7.5</version>
+               <version>2.7.7</version>
                <exclusions>
                  <exclusion>
                    <groupId>javax.json</groupId>
index 6f6082b44ffe9cefb51499ea15314f39dc524295..0f88956d04d61d03fb7d3630afdf60b96c16c85b 100644 (file)
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.infrautils</groupId>
                 <artifactId>infrautils-artifacts</artifactId>
-                <version>1.9.0</version>
+                <version>1.9.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 632a8507d5a19f7e736955cb393f392c19335989..880ed1b22014b801e2df13d929fdb8b4db0e4486 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.1" name="odl-neutron-spi-${project.version}">
    <feature name="odl-neutron-spi" version="${project.version}">
-     <feature version="[8,9)">odl-apache-commons-net</feature>
+     <feature version="[8.1,9)">odl-apache-commons-net</feature>
      <feature version="[3,4)">odl-mdsal-broker</feature>
    </feature>
 </features>
index 00cd618cf482f891861f4b5a4ae5869074e470a8..eb6ff4676dd2802884cd574e10f8d03e96b48f35 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.0.3</version>
+    <version>8.1.0</version>
     <relativePath/>
   </parent>
 
index fd7eff4709be822d3d0951b5f5517059b7850ef8..42f7b742db1fed032f1cdc51595884bf0c275507 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>8.0.3</version>
+        <version>8.1.0</version>
         <relativePath/>
     </parent>
 
index 0e2c37d6dd9bc9b40ffc838837d0a8abe13a4737..fa55cf38222c556646d5e302154dfc712d9be6f2 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>8.0.3</version>
+    <version>8.1.0</version>
     <relativePath/>
   </parent>
 
index bdb94f9d0141a60d27a91073a67173276e67ba66..95fbc82553f3b78e83f0be33cbcb090b65da2a32 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.3</version>
+    <version>8.1.0</version>
     <relativePath/>
   </parent>
 
@@ -27,7 +27,7 @@
       <dependency>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>7.0.4</version>
+        <version>7.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -41,7 +41,7 @@
       <dependency>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>infrautils-artifacts</artifactId>
-        <version>1.9.0</version>
+        <version>1.9.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 2c044a80547ed078e62afbd595b0f57baec928b5..67178fb372393e74ae06817f99313296a4803323 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>3.0.4</version>
+    <version>3.0.5</version>
     <relativePath/>
   </parent>
 
index a2a0a8c2a366854c51746b62a5b1f4d1107e881c..71fd5302e8027703914f46552198ed9dc349791a 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>8.0.3</version>
+        <version>8.1.0</version>
         <relativePath/>
     </parent>
     <modelVersion>4.0.0</modelVersion>
index da40077eca32d3d097cc3ef2c356c499f8a1a6a1..ce625658599353da7139b153991db807e101222e 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>8.0.3</version>
+    <version>8.1.0</version>
     <relativePath/>
   </parent>
 
index f08f925c669ea8724ed903353573f039b91f561c..e0b4d5b0d12d757d3b4ec63440a5d00ad08cd93d 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>7.0.4</version>
+    <version>7.0.5</version>
     <relativePath/>
   </parent>
 
       <dependency>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>infrautils-artifacts</artifactId>
-        <version>1.9.0</version>
+        <version>1.9.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>controller-artifacts</artifactId>
-        <version>3.0.4</version>
+        <version>3.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -69,7 +69,7 @@
       <dependency>
          <groupId>org.eclipse.persistence</groupId>
          <artifactId>org.eclipse.persistence.moxy</artifactId>
-         <version>2.7.5</version>
+         <version>2.7.7</version>
          <exclusions>
            <exclusion>
              <groupId>javax.json</groupId>