Bump dependencies to Neon SR3 14/86514/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Thu, 19 Dec 2019 17:41:02 +0000 (18:41 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Thu, 19 Dec 2019 17:59:13 +0000 (18:59 +0100)
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I8411e94bea62c16746e7f68ad0d0cdfa3e51e387

22 files changed:
api/pom.xml
artifacts/pom.xml
common/pom.xml
features/features-transportpce/pom.xml
features/odl-transportpce-api/pom.xml
features/odl-transportpce-ordmodels/pom.xml
features/odl-transportpce-stubmodels/pom.xml
features/odl-transportpce/pom.xml
features/pom.xml
karaf/pom.xml
networkmodel/pom.xml
olm/pom.xml
ordmodels/common/pom.xml
ordmodels/device/pom.xml
ordmodels/network/pom.xml
ordmodels/pom.xml
ordmodels/service/pom.xml
pce/pom.xml
pom.xml
renderer/pom.xml
servicehandler/pom.xml
test-common/pom.xml

index 82f20521e89b6f8c8790565926547a24d6c0ca47..c951d086506341406c48d492ee93c7bc8ac66878 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.10</version>
+    <version>3.0.13</version>
     <relativePath/>
   </parent>
 
index ff6397c5bc35fd128ef8e399651be0981f07cdc5..d3913eb53d512bf0ee0c3c13825990eb71f28b89 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>4.0.11</version>
+    <version>4.0.14</version>
     <relativePath/>
   </parent>
 
index f0836e2336478d051a4b71f555c876926ca2c815..3516094a0f403230a4e2034982f890bc1e9dd2e0 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>3.0.10</version>
+        <version>3.0.13</version>
         <relativePath />
     </parent>
 
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.9.2-SNAPSHOT</version>
+                <version>1.9.3-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.6.2-SNAPSHOT</version>
+                <version>1.6.3-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index dc8a832130e27f2cad8ffaf508df017442f84549..48a2e4d100249e68c3c68a9ffdbb1e78d36258ca 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>4.0.11</version>
+    <version>4.0.14</version>
     <relativePath/>
   </parent>
 
index f61ae6b338b2d6c42ffb9f523a1c06763fa38465..f6a8012e77138f0373a67cb86ac50add9c0933ba 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>4.0.11</version>
+    <version>4.0.14</version>
     <relativePath/>
   </parent>
 
@@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
 
   <properties>
-    <netconf.version>1.6.2-SNAPSHOT</netconf.version>
+    <netconf.version>1.6.3-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index c71236318ae5152881301547d5ffedcc68505c42..4bf817a1e8f6efd6a442b0fe3fb09690ab763ff7 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>4.0.11</version>
+    <version>4.0.14</version>
     <relativePath/>
   </parent>
 
@@ -22,10 +22,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <packaging>feature</packaging>
 
   <properties>
-    <mdsal.version>1.9.2-SNAPSHOT</mdsal.version>
-    <restconf.version>1.9.2-SNAPSHOT</restconf.version>
-    <yangtools.version>2.1.11</yangtools.version>
-    <netconf.version>1.6.2-SNAPSHOT</netconf.version>
+    <mdsal.version>1.9.3-SNAPSHOT</mdsal.version>
+    <restconf.version>1.9.3-SNAPSHOT</restconf.version>
+    <yangtools.version>2.1.14</yangtools.version>
+    <netconf.version>1.6.3-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 245351bfb2f1865e5fe89a970ddc84629aa0efd6..c37d2a553a80456c9957a5fc842d1f9cb39925b6 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>4.0.11</version>
+    <version>4.0.14</version>
     <relativePath/>
   </parent>
 
index eed115a396f6abeab0d7602e673a38338b6492b0..9b2b7fe51b2a7f4e49f95635b947c353fb423c97 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>4.0.11</version>
+    <version>4.0.14</version>
     <relativePath/>
   </parent>
 
@@ -24,10 +24,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <properties>
     <mdsal.model.version>0.13.2</mdsal.model.version>
-    <mdsal.version>1.9.2-SNAPSHOT</mdsal.version>
-    <yangtools.version>2.1.11</yangtools.version>
-    <netconf.version>1.6.2-SNAPSHOT</netconf.version>
-    <restconf.version>1.9.2-SNAPSHOT</restconf.version>
+    <mdsal.version>1.9.3-SNAPSHOT</mdsal.version>
+    <yangtools.version>2.1.14</yangtools.version>
+    <netconf.version>1.6.3-SNAPSHOT</netconf.version>
+    <restconf.version>1.9.3-SNAPSHOT</restconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index e1d0550ab30f314e6d2b94cfc757f3dd50aa711c..75f0cab7df01afa7daf8deed0443692f639afbcd 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>4.0.11</version>
+    <version>4.0.14</version>
     <relativePath/>
   </parent>
 
index ca317c811f811932fd5ba33544ef6aef52292f28..e5ae321da82b8e039be7f98136edde2a1e6b7343 100644 (file)
@@ -12,7 +12,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>4.0.11</version>
+    <version>4.0.14</version>
     <relativePath/>
   </parent>
 
index 90f57fabc736bd9f9c2e03390e8677f120300fb6..9430247f4e4a2b75729681b4f3abf70a619f45a0 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>4.0.11</version>
+    <version>4.0.14</version>
     <relativePath/>
   </parent>
 
@@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.2-SNAPSHOT</version>
+        <version>1.6.3-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 5bf285dc0236b96b0aa51196cd1d2a1ae366b76a..d18f0335cde91e53d08eb49d763ddcbff5d416d4 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.10</version>
+    <version>3.0.13</version>
     <relativePath/>
   </parent>
 
@@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.9.2-SNAPSHOT</version>
+        <version>1.9.3-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.2-SNAPSHOT</version>
+        <version>1.6.3-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 8b8681b5249e7a45b27b7b4a185790cc5ca3b80f..f6d748c5a81ecb80bba73f588afa5d784516f231 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.10</version>
+    <version>3.0.13</version>
     <relativePath/>
   </parent>
 
index 4246d5eef07868c678f724b341e200cc44812b8e..b363317349f96c0bdab891c13856b78a0b1cfe2b 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.10</version>
+    <version>3.0.13</version>
     <relativePath/>
   </parent>
 
@@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.2-SNAPSHOT</version>
+        <version>1.6.3-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index d36ebe7d896e41ee9a0855c2acbf367e0e790ef9..eba78f9955cf22602ecd7c889b3cb8e61f978a35 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.10</version>
+    <version>3.0.13</version>
     <relativePath/>
   </parent>
 
index 53c44981cdba3ba65cd7f14aa17997409942a545..2c3ece6c7c0fb05823b9f0e0cae25c0b1597ca54 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.10</version>
+    <version>3.0.13</version>
     <relativePath/>
   </parent>
 
@@ -82,7 +82,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.2-SNAPSHOT</version>
+        <version>1.6.3-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 31cfe8e99a243e81797eb1a328c1fb16cfb71f25..1b17b13a5653c333258c1d672d83f85f88d03c84 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.10</version>
+    <version>3.0.13</version>
     <relativePath/>
   </parent>
 
index 0fbbc813103d0d4867bce26ee5a8be9750490a99..e866ee98197860d2995225e187d1b2531c2ef74b 100644 (file)
@@ -17,7 +17,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.10</version>
+    <version>3.0.13</version>
     <relativePath/>
   </parent>
 
@@ -87,7 +87,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-broker-impl</artifactId>
-      <version>1.9.2-SNAPSHOT</version>
+      <version>1.9.3-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 14a86cc037713425fa88d5235ed23cd2ac859109..0cb503a4d0b10d3740bbdf20a7c8840d861c2c46 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>4.0.11</version>
+    <version>4.0.14</version>
     <relativePath/>
   </parent>
 
index 1f6f5050e27f4bd10c9fec25dd584eb98a7e6efa..6d9ca2d7ca7825cb940f920f3f48f15ca39469d7 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.10</version>
+    <version>3.0.13</version>
     <relativePath/>
   </parent>
 
@@ -27,14 +27,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.9.2-SNAPSHOT</version>
+        <version>1.9.3-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.6.2-SNAPSHOT</version>
+        <version>1.6.3-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 2e59d829223c06c1bc5ac4241b68750223862632..d8cb4970b1b0630345b50606b8993daf11a6bbcf 100644 (file)
@@ -15,7 +15,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.10</version>
+    <version>3.0.13</version>
     <relativePath/>
   </parent>
 
@@ -29,7 +29,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.9.2-SNAPSHOT</version>
+        <version>1.9.3-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 2e8b5fb8d16622d5be7cbf5c86069c258df2f380..967cbb281bd82c309efac799d1ef5c48d85c9bcb 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>4.0.11</version>
+        <version>4.0.14</version>
         <relativePath/>
     </parent>
 
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.9.2-SNAPSHOT</version>
+                <version>1.9.3-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.1.11</version>
+                <version>2.1.14</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>