Bump TPCE dependencies after Fluorine SR1 release 94/78294/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Thu, 29 Nov 2018 13:53:58 +0000 (14:53 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Thu, 29 Nov 2018 14:00:38 +0000 (15:00 +0100)
Change-Id: I245f7915ce1f691359a273a5b7582b45d6814f5a
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
21 files changed:
api/pom.xml
common/pom.xml
deploy-site.xml
features/odl-transportpce-api/pom.xml
features/odl-transportpce-ordmodels/pom.xml
features/odl-transportpce-stubmodels/pom.xml
features/odl-transportpce/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
renderer/pom.xml
servicehandler/pom.xml
test-common/pom.xml
tests/stubmodels/pom.xml
tests/stubpce/pom.xml
tests/stubrenderer/pom.xml

index ae330c394ca0234cfe62cf766cb95154a29ea676..4ed1f927a1e1730feb0974f0a67f057b08d1dd97 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
index a7893ac4931a3ebfee3cdec780e638032f59ba31..ed951ce293c3fdd76e8683828cd90a16cbdd822e 100644 (file)
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.8.1-SNAPSHOT</version>
+                <version>1.8.2-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.5.1-SNAPSHOT</version>
+                <version>1.5.2-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>mdsal-model-artifacts</artifactId>
-                <version>0.13.1-SNAPSHOT</version>
+                <version>0.13.2-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 78fad9805c58a7e65584bacf831068d1e67d9f81..ebe2db659119db7fb5e659ebb5266ca6a3137ce9 100644 (file)
@@ -12,7 +12,7 @@
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>deploy-site</artifactId>
-  <version>0.1.1-SNAPSHOT</version>
+  <version>0.1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
index 7a71bc1235d1399503740cbdab638b6f8f5bd93b..1d2c8dac8f70a86b2b1ab449d1be51802d211225 100644 (file)
@@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <mdsal.version>1.8.1-SNAPSHOT</mdsal.version>
     <restconf.version>1.8.1-SNAPSHOT</restconf.version>
     <yangtools.version>2.0.13</yangtools.version>
-    <netconf.version>1.5.1-SNAPSHOT</netconf.version>
+    <netconf.version>1.5.2-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 161161b12e4af6727d6c40668141e0cc1375f4e5..7877fc368853a03b7ecfef662fede198771261d2 100644 (file)
@@ -22,11 +22,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <packaging>feature</packaging>
 
   <properties>
-    <mdsal.model.version>0.13.1-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.8.1-SNAPSHOT</mdsal.version>
-    <restconf.version>1.8.1-SNAPSHOT</restconf.version>
+    <mdsal.model.version>0.13.2-SNAPSHOT</mdsal.model.version>
+    <mdsal.version>1.8.2-SNAPSHOT</mdsal.version>
+    <restconf.version>1.8.2-SNAPSHOT</restconf.version>
     <yangtools.version>2.0.13</yangtools.version>
-    <netconf.version>1.5.1-SNAPSHOT</netconf.version>
+    <netconf.version>1.5.2-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 044216c382cd7a5d1ec0bc91a23d2e8d418e8021..8adbe396cd385b5d9c518644501fa5d45c5830a7 100644 (file)
@@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
 
   <properties>
-    <mdsal.model.version>0.13.1-SNAPSHOT</mdsal.model.version>
+    <mdsal.model.version>0.13.2-SNAPSHOT</mdsal.model.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
@@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-inet-types-2013-07-15</artifactId>
-      <version>1.5.1-SNAPSHOT</version>
+      <version>1.5.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
index b8a64a4c249ede6e3691fdc586fd768c7a2c9349..5148e43e376020e5e7691c260270488117d04778 100644 (file)
@@ -23,11 +23,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
 
   <properties>
-    <mdsal.model.version>0.13.1-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.8.1-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.13.2-SNAPSHOT</mdsal.model.version>
+    <mdsal.version>1.8.2-SNAPSHOT</mdsal.version>
     <yangtools.version>2.0.13</yangtools.version>
-    <netconf.version>1.5.1-SNAPSHOT</netconf.version>
-    <restconf.version>1.8.1-SNAPSHOT</restconf.version>
+    <netconf.version>1.5.2-SNAPSHOT</netconf.version>
+    <restconf.version>1.8.2-SNAPSHOT</restconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index c05dc0144085395dd46998f900a1ddbd4bf9a8a9..d9c923d42c76d503e9e8a93e019147e34472de58 100644 (file)
@@ -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.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 987f924994eff4f55ebdfe2f0aa7d6114a11d7a8..2f5c3784ee6e15851f181cc663d42861d8019581 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</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.8.1-SNAPSHOT</version>
+        <version>1.8.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 025642d1ef6bda993094e8455be6e129b8d98d96..af27b1991baf5060ea9ad1e16c477859be69aee3 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
@@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal.model</groupId>
         <artifactId>mdsal-model-artifacts</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 92d4bd06f7951f8e21a2366eb0a4a1f5eec62933..a900a0df42ebface2a7101d86584f0a40dad8f36 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
@@ -26,14 +26,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.mdsal.model</groupId>
         <artifactId>mdsal-model-artifacts</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 64bb808fb7e62ad179054b706414f8259f4b2820..c489577bacbc87b12ba6604bc3d2a9b5b0389c9b 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
@@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal.model</groupId>
         <artifactId>mdsal-model-artifacts</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
@@ -69,7 +69,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-network-2015-06-08</artifactId>
-      <version>1.5.1-SNAPSHOT</version>
+      <version>1.5.2-SNAPSHOT</version>
     </dependency-->
   </dependencies>
 </project>
index f6fb5896db1e18d0338b46082bba2cbdb2bcf815..abc7dc43e63ddf4e28095e619625d965e5db2479 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
@@ -82,14 +82,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.mdsal.model</groupId>
         <artifactId>mdsal-model-artifacts</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 8d6267c9decc1906033f1bc1bdb305b01986b091..872f0a9b76469ef68afe663de368ba8c76f377a6 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
@@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal.model</groupId>
         <artifactId>mdsal-model-artifacts</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 15739ed949351af8b0599bb9c9393fb585d60f73..68b81b79c73cfa25c56d0424a7352669a53b39ef 100644 (file)
@@ -80,7 +80,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.8.1-SNAPSHOT</version>
+      <version>1.8.2-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
 
index 59e79023fa78d6085086477b87f5a4f2774a85ca..4450945948499bed80c1c4abb29b8eecadc15885 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</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.8.1-SNAPSHOT</version>
+        <version>1.8.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 5909a2edf2e0c7c464612326457be209925e0204..c7a38aa59a3014c867cca26c21ac49f66ec0ebed 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</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.8.1-SNAPSHOT</version>
+        <version>1.8.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index a27bc990191bdf974f4b79622947a9209b9ffdb5..a8b17a78318d374a00125dc24487d0203a890598 100644 (file)
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.8.1-SNAPSHOT</version>
+                <version>1.8.2-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 48408a3071e98b972cdbeea18d1c773840fd6482..eafda26d16914bce71615118624f52b6366b3540 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
index 48937e72658f12e613d8adbb33234c8878b29542..0705d2d98d3771fceca9a9aa64de6fee94acece6 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
@@ -46,14 +46,14 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
+        <version>1.8.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
index 73b4f194316c0c50c32876c966bb46cbe4600290..7e86788ebe7fa99220dbe2bdb233c73c2adeeeba 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>0.13.1-SNAPSHOT</version>
+    <version>0.13.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
@@ -29,14 +29,14 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
+        <version>1.8.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.5.1-SNAPSHOT</version>
+        <version>1.5.2-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>