Bump yangtools to 2.0.6.2 15/75615/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 31 Aug 2018 09:19:42 +0000 (11:19 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 31 Aug 2018 09:19:42 +0000 (11:19 +0200)
This brings in latest fixes.

Change-Id: Icf1cc33e730f54de12fa43b550cf261156c42cae
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 1760afa009574234a388ae09b876caca378e86b1..fed04bf15ee0a67af0999e57ba8a0d3e8060bc9a 100644 (file)
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.1</version>
+                <version>2.0.6.2</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 6562d68117d6d37bd421842786e18a295b432903..3b98516139f85a409b04debae7879019ccae07ba 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.1,3)">odl-yangtools-data-api</feature>
+        <feature version="[2.0.6.2,3)">odl-yangtools-data-api</feature>
     </feature>
 </features>
index 0922fa93abcb1fdf6f6bdb4873665f2c8783d282..c577f93a1e77c5670475430487dfdc21b9ea1319 100644 (file)
@@ -41,7 +41,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.1</version>
+                <version>2.0.6.2</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index b1b192cb109fc976c9cff80fa65f227a35177aba..e427a896d59b3ab595383a22abf098469eb26721 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.1,3)">odl-yangtools-codec</feature>
+        <feature version="[2.0.6.2,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 dcdad439e5e7e09e8066efd50b93155457d8e686..8b5eee57eba92c2d87a8963e7832a0e05eb15a8b 100644 (file)
@@ -41,7 +41,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 1e503666bf4934ec61237ff27d2feacdf760b1ed..f8d0612e233bfa73f90653b18f10700ad0acd66f 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.1</yangtools.version>
+    <yangtools.version>2.0.6.2</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.1</version>
+        <version>2.0.6.2</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.1</version>
+          <version>2.0.6.2</version>
           <dependencies>
             <dependency>
               <groupId>org.opendaylight.controller</groupId>
index f8143f842999806174ff780c05f8b108249b8277..feec497b56315cd0357fc66855be84be0a976293 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.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 6217bb364a7d1ba71e07b1ae4c3f348151bc814c..6ebf772a89c29b18584a3aba5f35f1040bc6f9f6 100644 (file)
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.1</version>
+                <version>2.0.6.2</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index e41b5661ed764cee61b0eaab29787f0e9a757a7c..2975868ade0fecc5c233cb4de8a792531fe8cacd 100644 (file)
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.1</version>
+                <version>2.0.6.2</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index c7e753974bcc29aee44e8b3efef826dd6515d285..770fce56cf6563fcd7a2bb4dec3281f21f167158 100644 (file)
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.1</version>
+                <version>2.0.6.2</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 26282f7014411baee3d5b7d2cd755723f80b6936..81bd04a9864f1085a003b9a77b8c57a783c3ebbb 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 8e059763ad6759567cb3acbbb85cc340c69e691f..c84ca5d64508562370ee89e60b20bff4271cf6b8 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 0a6f677cce306f7c1a4f60512e485d8197536a14..11686eb592376fb870cd2e0ff92cdc229f7d6d3f 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 5164ad638e56b2c818d780b7e565d7c7b92e544b..0072c39b72f7ba0e58ccb9df6687454d0925a345 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 6728f0f3ce102eb4f95c57389b3d1331b31fe4a0..c0945aeea4c0597b90ed52195c09aed7c415928d 100644 (file)
@@ -27,7 +27,7 @@
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>testutils</artifactId>
-      <version>2.0.6.1</version>
+      <version>2.0.6.2</version>
     </dependency>
   </dependencies>
 </project>
index c1d0d362ddda498f477238724c6d0e11eef37c9e..72f49e632852136944d288d297433c50490f0ba8 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index a56da0ddd70e2818cd502d2a644a9daf58ebbe07..5abecd4f9c2f67c2e7cfd1568aa1f83b2fa4ff10 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 53e37a885790568cde12c1ce220c065f51e80e00..300ac5004f2c6b0b8394a1790356599ff2b58fcc 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index ba0fa948674723e8773ccb0f67867e7a3386ea75..7c8d0c5125ddb1e46043fee24a33fdcd2fabd88c 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index df96f4f5dec307b6c6d1f8d04c9fa22956a652c0..6f0a27c497cc7744e5cc1b26b1bd9bcbef22cdd4 100644 (file)
@@ -17,7 +17,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index e362f70a3ec0d7c3c9d2b699d4e6e4860d2eaacf..5f904140f97ddd588b9cd5c6be2940309cf6f6d4 100644 (file)
@@ -25,7 +25,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.1</version>
+                <version>2.0.6.2</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 4d25a90d915cf2515286c01a1908321976a12cbd..3e87df7414c98a5e879034cec2f22f43a6bd4fa6 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.6.1</version>
+        <version>2.0.6.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>