Bump yangtools to 2.0.6.3 15/76215/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Sep 2018 12:36:37 +0000 (14:36 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Sep 2018 12:36:37 +0000 (14:36 +0200)
This bumps yangtools to 2.0.6.3, picking up latest fixes.

Change-Id: I41232350532e56340c1fe9853ef7e74e3aa03359
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
22 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/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 fed04bf15ee0a67af0999e57ba8a0d3e8060bc9a..890ece67f05b1863f1c49a5eab27aa43d783ff06 100644 (file)
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.2</version>
+                <version>2.0.6.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 3b98516139f85a409b04debae7879019ccae07ba..876e40fa75a3e9335a40bbfdf8c8efb385383b91 100644 (file)
@@ -8,6 +8,6 @@
   -->
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-controller-${project.version}">
     <feature name="odl-config-util" version="${project.version}">
-        <feature version="[2.0.6.2,3)">odl-yangtools-data-api</feature>
+        <feature version="[2.0.6.3,3)">odl-yangtools-data-api</feature>
     </feature>
 </features>
index c577f93a1e77c5670475430487dfdc21b9ea1319..863cd098baad061d82972a1dc058bd2e07420db2 100644 (file)
@@ -41,7 +41,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.2</version>
+                <version>2.0.6.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index e427a896d59b3ab595383a22abf098469eb26721..15a759c26005e6ac886956a5693ebf899c35e4a1 100644 (file)
@@ -9,7 +9,7 @@
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="odl-mdsal-${project.version}">
     <feature name="odl-mdsal-broker-local" version="${project.version}">
         <feature version="[3.1.0,4)">odl-lmax-3</feature>
-        <feature version="[2.0.6.2,3)">odl-yangtools-codec</feature>
+        <feature version="[2.0.6.3,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 8b5eee57eba92c2d87a8963e7832a0e05eb15a8b..a89a3fd3aa8635134343b8ed6ca602ec44305952 100644 (file)
@@ -41,7 +41,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index f8d0612e233bfa73f90653b18f10700ad0acd66f..a3132fd03bfd7868963d428107b3cb8943e3d727 100644 (file)
@@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <properties>
     <config.version>0.8.4-SNAPSHOT</config.version>
     <mdsal.version>1.7.4-SNAPSHOT</mdsal.version>
-    <yangtools.version>2.0.6.2</yangtools.version>
+    <yangtools.version>2.0.6.3</yangtools.version>
     <jmxGeneratorPath>${project.build.directory}/generated-sources/config-binding</jmxGeneratorPath>
     <config.file>src/main/config/default-config.xml</config.file>
   </properties>
@@ -48,7 +48,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.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -82,7 +82,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <plugin>
           <groupId>org.opendaylight.yangtools</groupId>
           <artifactId>yang-maven-plugin</artifactId>
-          <version>2.0.6.2</version>
+          <version>2.0.6.3</version>
           <dependencies>
             <dependency>
               <groupId>org.opendaylight.controller</groupId>
index feec497b56315cd0357fc66855be84be0a976293..bda48e95b1192bffcc3d0170455b719450697541 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.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 6ebf772a89c29b18584a3aba5f35f1040bc6f9f6..827aaf29de85e6ace07707b5135bd4130f10a0be 100644 (file)
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.2</version>
+                <version>2.0.6.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 2975868ade0fecc5c233cb4de8a792531fe8cacd..8f7f8540a1b1593dbbf1eafdab58a7573f1ea72a 100644 (file)
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.2</version>
+                <version>2.0.6.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 770fce56cf6563fcd7a2bb4dec3281f21f167158..d5f480ad2717548f02a1971a55e4a304e4207f79 100644 (file)
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.2</version>
+                <version>2.0.6.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 81bd04a9864f1085a003b9a77b8c57a783c3ebbb..497921d5abc677d6220b7cda5b496d5589791b3a 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index c84ca5d64508562370ee89e60b20bff4271cf6b8..3766b8943bd00eb961e712112093a196ee5e2bc9 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 11686eb592376fb870cd2e0ff92cdc229f7d6d3f..2ea32077d9b4ec9894318f0c58a3bd95f534628f 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 0072c39b72f7ba0e58ccb9df6687454d0925a345..6ab5ad97af7a70bec4255e173e6975c710ebcc83 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index c0945aeea4c0597b90ed52195c09aed7c415928d..5b286331cca78eb24170c1162acb8df7a12c366e 100644 (file)
@@ -27,7 +27,7 @@
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>testutils</artifactId>
-      <version>2.0.6.2</version>
+      <version>2.0.6.3</version>
     </dependency>
   </dependencies>
 </project>
index 72f49e632852136944d288d297433c50490f0ba8..ee17deb23a6d39db51bce3e8f614fe2f9f7c0603 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 5abecd4f9c2f67c2e7cfd1568aa1f83b2fa4ff10..0985713c53194055c880f4690241b600f9886028 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 300ac5004f2c6b0b8394a1790356599ff2b58fcc..e182d8651d666338b24d180abbdd64e0d2e96f01 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 7c8d0c5125ddb1e46043fee24a33fdcd2fabd88c..b814473105dcd07b9da600156286ed076f18ae6b 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 6f0a27c497cc7744e5cc1b26b1bd9bcbef22cdd4..710c9017670169691cfd633c4a034769aee1bcad 100644 (file)
@@ -17,7 +17,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 5f904140f97ddd588b9cd5c6be2940309cf6f6d4..639aeb4eb0b6c3f8d90d25ebacef5686bd683264 100644 (file)
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.2</version>
+                <version>2.0.6.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 3e87df7414c98a5e879034cec2f22f43a6bd4fa6..713fa5951cb213ed248b67a516539cc992a402a9 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.2</version>
+        <version>2.0.6.3</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>