Bump yangtools to 2.0.5 29/72229/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 24 May 2018 12:17:44 +0000 (14:17 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 28 May 2018 09:23:11 +0000 (09:23 +0000)
This patch bumps the version pulled in to 2.0.5, adopting the fixes
it contains.

Change-Id: I275b26cd9fbb299050cf1bae8bc4db26b7a0b335
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
23 files changed:
features/config/odl-config-util/pom.xml
features/config/odl-config-util/src/main/feature/feature.xml
features/mdsal/odl-mdsal-broker-local/pom.xml
features/mdsal/odl-mdsal-broker-local/src/main/feature/feature.xml
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/features-__artifactId__/pom.xml
opendaylight/blueprint/pom.xml
opendaylight/config/config-parent/pom.xml
opendaylight/md-sal/benchmark-data-store/pom.xml
opendaylight/md-sal/cds-access-api/pom.xml
opendaylight/md-sal/cds-access-client/pom.xml
opendaylight/md-sal/cds-dom-api/pom.xml
opendaylight/md-sal/sal-binding-api/pom.xml
opendaylight/md-sal/sal-binding-broker/pom.xml
opendaylight/md-sal/sal-binding-dom-it/pom.xml
opendaylight/md-sal/sal-common-impl/pom.xml
opendaylight/md-sal/sal-common-testutil/pom.xml
opendaylight/md-sal/sal-common-util/pom.xml
opendaylight/md-sal/sal-connector-api/pom.xml
opendaylight/md-sal/sal-dom-api/pom.xml
opendaylight/md-sal/sal-dom-broker/pom.xml
opendaylight/md-sal/sal-inmemory-datastore/pom.xml
opendaylight/md-sal/sal-remoterpc-connector/pom.xml
opendaylight/md-sal/sal-schema-service/pom.xml

index 297291d7a986ffd4d742a3393ffe687fcdc4f494..f3f6bc1d7653f5b7a08724f67bbdb30a8cff0350 100644 (file)
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.3</version>
+                <version>2.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index fc23670b67331736f5f40e6a4970a804c2339dc2..a48cd9f8f688c94e3074f8f6fb59e5b9d6cb909a 100644 (file)
@@ -8,6 +8,6 @@
   -->
 <features name="odl-controller-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
     <feature name="odl-config-util" version="${project.version}">
-        <feature version="[2.0.3,3)">odl-yangtools-data-api</feature>
+        <feature version="[2.0.5,3)">odl-yangtools-data-api</feature>
     </feature>
 </features>
index c397a5958a6f3d031fc85bdff482ec8c72b3c55e..9f1adddfdf0c533f5de51da1c78649a29fddbfcd 100644 (file)
@@ -41,7 +41,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.3</version>
+                <version>2.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 9301be6ee29a9b092ffa1b3b8a0005c0cf32d117..aec9dc1a8ecce675a488b711b0a1982482703683 100644 (file)
@@ -9,7 +9,7 @@
 <features name="odl-mdsal-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
     <feature name="odl-mdsal-broker-local" version="${project.version}">
         <feature version="[3.1.0,4)">odl-lmax-3</feature>
-        <feature version="[2.0.3,3)">odl-yangtools-codec</feature>
+        <feature version="[2.0.5,3)">odl-yangtools-codec</feature>
         <bundle start-level="70">mvn:org.opendaylight.controller/sal-schema-service/${project.version}</bundle>
         <bundle start-level="40">mvn:org.opendaylight.controller/blueprint/${blueprint.version}</bundle>
         <configfile finalname="${config.configfile.directory}/${config.mdsal.configfile}" override="true">
index 4c61fa404cc981a69c573e7504bc374ac661777b..686daa29d6601dce12066ca54e838cb0faa57ef0 100644 (file)
@@ -32,7 +32,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <mdsal.model.version>0.12.2-SNAPSHOT</mdsal.model.version>
     <mdsal.version>1.7.2-SNAPSHOT</mdsal.version>
     <restconf.version>1.7.2-SNAPSHOT</restconf.version>
-    <yangtools.version>2.0.3</yangtools.version>
+    <yangtools.version>2.0.5</yangtools.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 51b37ff3c6a210a7c3fb6b97376cd92a12144d94..40e89a75050db4887d775f4ea7f6f6e47787e459 100644 (file)
@@ -41,7 +41,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index c733ecb50c2a3653e6a01d44a69e68f8bc8c4c3f..660ebe9d53c244dd1e3043ac87d4ee5c699dca11 100644 (file)
@@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <properties>
     <config.version>0.8.2-SNAPSHOT</config.version>
     <mdsal.version>1.7.2-SNAPSHOT</mdsal.version>
-    <yangtools.version>2.0.3</yangtools.version>
+    <yangtools.version>2.0.5</yangtools.version>
     <jmxGeneratorPath>${project.build.directory}/generated-sources/config-binding</jmxGeneratorPath>
     <config.file>src/main/config/default-config.xml</config.file>
   </properties>
index df18829b2d1f7e3d257550e303175c7e3ffa4d62..f4288dbcc707f240d1baeae8306aaeb892abd4aa 100644 (file)
@@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 1b8a71265657faa2eabbb5b0410619708ea51423..707f140b610a46af17d822f99812da41e4ac91f7 100644 (file)
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.3</version>
+                <version>2.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 75d52f13676df54d2f2a1a93c98d5b13f6c1c0bd..477ebd534b22d81f01a64c2b83e4aad5631758d5 100644 (file)
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.3</version>
+                <version>2.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 6762ad3ab9ad1178460bcb133002462a2c95db4b..387e834439f275de5820567d293b4f7df2e8ed9d 100644 (file)
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.3</version>
+                <version>2.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index ee8102f785e383a847780e7563be8e73d8ff717d..267f7a19378073f0eec499923c9436443c1c905c 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index b147dba6e543484a1ebc90f42a2ca50e52f586f2..8c732212e7532d9e381bf5370b09466ebde7f5ef 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index c2b9cd76d718517c05d9734c64101088a4449830..d39ce44305f56b386bf8d0fb0aa72d9465df6fbc 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index a6340c23eb798d4aa7d7668151bd5f69480922e3..adcbe2328e7bab3f47535bd70935043fdfe518e5 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 2eb9788b3ce17a37db87b904a4503e867dc65ca7..acefe3654d7a95bbdb11e0cf671d0d82355317b9 100644 (file)
@@ -27,7 +27,7 @@
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>testutils</artifactId>
-      <version>2.0.3</version>
+      <version>2.0.5</version>
     </dependency>
   </dependencies>
 </project>
index d8f4a8a140eaff2644fffde35ce157d0e809b2f6..2e20f536282e3152120051fa20c29b40beef837e 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 056beac325ad04f975b69e7723ff6bfc608a739a..83fd723636d2edaf9e8049f9e39d53a33d59f932 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 5b75462d5f5b14c4054aafa641ffefb5660b9794..ec92e1e42d7a1653d6b53496b7841e808174e5c5 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 963c6da8e1b719d4a0172ecaaaa8df447604b84c..3a4b8ec30fcdaa3e932ebddd03154c76e993e695 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index d1b3c7eed7d71f05aad2e6f18295aaa04dfb8687..2f2ddcf080a23a05f06f90b7f98577b1310b8b60 100644 (file)
@@ -17,7 +17,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index e805996a49b716db54ee9793e05bc35a84a26f3f..11551847ee5dffbb370f325c90141ae6a662b41f 100644 (file)
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.3</version>
+                <version>2.0.5</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index e3e086c0a43d65285d9a274c4b2561acc42b08b4..268df0113304f97f4ca24c80ea779d6b6137c861 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>