Bump yangtools to 2.0.1 49/67249/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 17 Jan 2018 19:00:33 +0000 (20:00 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 17 Jan 2018 19:00:33 +0000 (20:00 +0100)
Pick up latest fixes in yangtools, notably API contract violations
in SchemaContext.{get,find}Modules().

Change-Id: I34b803a60037ba2db1f1ecabc699d506b32de460
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
51 files changed:
binding/binding-parent/pom.xml
binding/maven-sal-api-gen-plugin/pom.xml
binding/mdsal-binding-api/pom.xml
binding/mdsal-binding-dom-adapter/pom.xml
binding/mdsal-binding-dom-codec-osgi/pom.xml
binding/mdsal-binding-dom-codec/pom.xml
binding/mdsal-binding-generator-api/pom.xml
binding/mdsal-binding-generator-impl/pom.xml
binding/mdsal-binding-generator-util/pom.xml
binding/mdsal-binding-java-api-generator/pom.xml
binding/yang-binding/pom.xml
binding2/mdsal-binding2-api/pom.xml
binding2/mdsal-binding2-dom-adapter/pom.xml
binding2/mdsal-binding2-dom-codec/pom.xml
binding2/mdsal-binding2-generator-api/pom.xml
binding2/mdsal-binding2-generator-impl/pom.xml
binding2/mdsal-binding2-generator-util/pom.xml
binding2/mdsal-binding2-java-api-generator/pom.xml
binding2/mdsal-binding2-maven-api-gen-plugin/pom.xml
binding2/mdsal-binding2-runtime/pom.xml
binding2/mdsal-binding2-spec/pom.xml
binding2/mdsal-binding2-util/pom.xml
binding2/mdsal-model-binding2-parent/pom.xml
binding2/prototype/pom.xml
common/features/odl-mdsal-binding-api/pom.xml
common/features/odl-mdsal-binding-base/pom.xml
common/features/odl-mdsal-binding-runtime/pom.xml
common/features/odl-mdsal-binding2-api/pom.xml
common/features/odl-mdsal-binding2-base/pom.xml
common/features/odl-mdsal-binding2-runtime/pom.xml
common/features/odl-mdsal-common/pom.xml
common/features/odl-mdsal-dom-api/pom.xml
common/features/odl-mdsal-dom-broker/pom.xml
common/features/odl-mdsal-dom-schema-service-osgi/pom.xml
common/features/odl-mdsal-eos-common/pom.xml
common/mdsal-common-api/pom.xml
common/parent/pom.xml
dom/mdsal-dom-api/pom.xml
dom/mdsal-dom-broker/pom.xml
dom/mdsal-dom-inmemory-datastore/pom.xml
dom/mdsal-dom-schema-service-osgi/pom.xml
dom/mdsal-dom-spi/pom.xml
entityownership/mdsal-eos-binding-adapter/pom.xml
entityownership/mdsal-eos-binding-api/pom.xml
entityownership/mdsal-eos-common-api/pom.xml
entityownership/mdsal-eos-common-spi/pom.xml
entityownership/mdsal-eos-dom-api/pom.xml
entityownership/mdsal-eos-dom-simple/pom.xml
pom.xml
singleton-service/mdsal-singleton-common-api/pom.xml
singleton-service/mdsal-singleton-dom-impl/pom.xml

index 7e537cc4442d243579506de57e9c0ad0c3736ec6..bb0374db5da15f83c48c78b7ea60c5e9a7fc2a06 100644 (file)
@@ -23,7 +23,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <yangtools.version>2.0.0</yangtools.version>
+        <yangtools.version>2.0.1</yangtools.version>
         <mdsal.version>2.4.0-SNAPSHOT</mdsal.version>
         <mdsalmodel.version>0.12.0-SNAPSHOT</mdsalmodel.version>
         <salGeneratorPath>${project.build.directory}/generated-sources/mdsal-binding</salGeneratorPath>
index 551e2aa9993854fbf18e805668965821e5ffe6fa..88b2c5fc45bf98151bdbb5953dce39e71f09b5dd 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index e8b8335cc2c5f8dc28eb0fa770e5e75bb94574a8..81f19bb7eb173a2dd7e901dc029f9c6ad5773098 100644 (file)
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 44aaded1af70a2672092c371010210a24eb90628..2ac0ac688b0bc343a8d822fe1302bceced2e9ba2 100644 (file)
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 909bf05448a6c1be05da612627033874c8273372..f2a78044423c7e48a35a511b6ac5273ad8c54e2f 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 408ae926960ff6f8385ab711906a15f7054dee41..8d4abb0f87fdbe8f9d7e896a208a3eadc4105e17 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index b6e0ed3c0fb5d982ffe7e824087440e54df30e60..132fb61c83542ae2775a08a50e48708aa82e4c0a 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 329083929aa5e3aace8d3812c8283e58e8df951c..29bee1f4e3764d52142f6307b298a2acae62ac44 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 2bf960ebdc7d1d9a6781683877b4869fca6665ff..51d98f14af54a938dc31b3b3bdff12271d5542ee 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 6d98f8d1956363628cc0ec91f310bca568caca03..bdc8f303bdbb07d2ca759cd70f4a266430fec7cd 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 9cf329715f6b340807e98149983bb604e59a4209..15dde6305813e4d0bec736a2d3cb3be83313729b 100644 (file)
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 864feb6f259d1c608a36947f7b1d1ec23569a6c2..040f8e817b165e62c768a666354475766f6eeaea 100644 (file)
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 549eafed5dc6119cfe7e9881d4cf06f9e1ead700..8d936f5012b6a5575f40157df3cc63fcf8b3a242 100644 (file)
@@ -36,7 +36,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 446f91c7b4866526edfa85ad0f2c48de2ff9b180..ec7b9d87cd5ed6f5f4287e247c0008cf2185e560 100644 (file)
@@ -35,7 +35,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 05080f06e5a50b0b8527463a36bec32a170c6336..7dc043910184e2b329c6d798151c643a6c7f2386 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 2e8651dbf78c3f81abda3f9e83a13ea0ce59e802..4f41f7b2f412b6919161cdcaec6c9484ab73fa1f 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 3b3a3771377c70003edaedcaf55728ce8bafe218..ee6614b04b97471e4c54d8f08b4e5fd651ab8fa2 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 8750ac5efb46f43712db0d8fe306dc6b42f9b85d..68ec939e75b5d2f2bdfb981d00b2b00c85de60e4 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 5aaa396b9663226d57f3a629758250d4d2ff8cd8..6f264c05291aae2e436c1847187c78ec0a4204a9 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index f25197ab5361c86f761a324c9bfc05479e82b521..fadc65f50c54f7e17057a9fc8cf4909da88c5908 100644 (file)
@@ -35,7 +35,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 7c8509eefd0669a75af49c377d3b40b93fbec69d..e61a3543e307f79b0c076a2efccc58151b145cdf 100644 (file)
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index db40cb6cf6149ed2a17913da08f8019055806637..243e002505ea92d6aefe2585278086d4601ca9b8 100644 (file)
@@ -31,7 +31,7 @@
               <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index ceb0b0bdc4fc3ec8f64f206867d2881722eb679e..66eeb4cac333af6eb401af0bc3780116c8353d1b 100644 (file)
@@ -23,7 +23,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <yangtools.version>2.0.0</yangtools.version>
+        <yangtools.version>2.0.1</yangtools.version>
         <mdsal.version>2.4.0-SNAPSHOT</mdsal.version>
         <mdsalmodel.version>0.12.0-SNAPSHOT</mdsalmodel.version>
         <salGeneratorPath>${project.build.directory}/generated-sources/mdsal-binding2</salGeneratorPath>
index 8b17b5a518fcefca61b83566dec15e3a023bda79..038f0b333e5fe5fca3dff56aa253e0cca236c6c6 100644 (file)
@@ -12,7 +12,7 @@
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-common</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
index 989a6255f395c54ac5d30d087d3dc289c7fc1ef9..fdb867a5e929ab629d24ffdbd69b030bed3451b7 100644 (file)
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 0ad9a6cd7f14d4f0cdcefd3592f616eb7c434340..6eb725670940f85eb830c4e21cee74aee6a14bf0 100644 (file)
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 50094957b6f5f7b3aa28b5e2820a04bf149ec1d5..130a3acd35b9ec2eeadc994c1a876b61747ab00c 100644 (file)
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 1a0b7d8c3d3cbe0e77a2e3cbbab988503a738942..c1ceba8d6e0e6d73e435392eb464e1c42f6a736b 100644 (file)
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 6601a0a281945120a94036a7de49536e596822b2..268ed9883b5925680e205ca59b55534058cef049 100644 (file)
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 0997ec0d72d13e8ce590164bd0bfb901c3f4b7cf..632c6193aa2eaef23d3d8acbf2778841e17d8a91 100644 (file)
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 592481f65e32fbfec0e52eb224515f21cdb92add..edb1f086214a6fdd5857b30d87a13ba9f5e7be1b 100644 (file)
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 997b5428d6cc14c0dbd92da7754fe17cccea245a..978f510a18314b0e81a3c6ecb860da5c8909954f 100644 (file)
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index c37a4e49089a1334b6af27e8e56fee6e941b3dc1..09d50ab311e909a7ee1fc8f9ab8f06f582448d23 100644 (file)
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index a0d085ee39af9f17dba7e81d22b20a986233297d..16ae2ea11e26ab0b0d9dfae5adac5b6655532d40 100644 (file)
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 74c831b4480aacc4af2ebc69043c328d9d36cfbc..9935dafbd039d2ba51dc6d3ffc60f22a53a088f2 100644 (file)
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 191259cae640441b5e732b535252d6186d3cf1d5..a553243752454fd1868f81752e8edacfabf5d852 100644 (file)
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index ea7df44b45980b8e189d2590ee393f9ab2ad4f06..123bd8522fbf850c84e5c32c27bf094f1a05baa0 100644 (file)
@@ -24,7 +24,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <yangtools.version>2.0.0</yangtools.version>
+        <yangtools.version>2.0.1</yangtools.version>
         <salGeneratorPath>${project.build.directory}/generated-sources/sal</salGeneratorPath>
 
         <!-- FIXME: these will be upstreamed -->
@@ -50,7 +50,7 @@
             <dependency>
                  <groupId>org.opendaylight.yangtools</groupId>
                  <artifactId>yangtools-artifacts</artifactId>
-                 <version>2.0.0</version>
+                 <version>2.0.1</version>
                  <type>pom</type>
                  <scope>import</scope>
             </dependency>
                 <plugin>
                     <groupId>org.opendaylight.yangtools</groupId>
                     <artifactId>yang-maven-plugin</artifactId>
-                    <version>2.0.0</version>
+                    <version>2.0.1</version>
                     <executions>
                         <execution>
                             <goals>
index 717b00536eea0171213978126f22d48492a29587..3ebc71e5a3485fef0618d7e77215d1ead7ba5819 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 9a3eea5e3bb72fd14931c1d9d8d6874a2db4ed64..ca5f4b3d5514e2f200babd73bf3f1bcf52362eb9 100644 (file)
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index e5be96177e4058e35d732eb881ccff68f6fa56be..f67e01eb813083cb406694682303d86d31eb2a43 100644 (file)
@@ -34,7 +34,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 825e71e6ff28a52ca39bcd857a876e49c42371f3..1960332ade7f05a146eb2e75cfba25dff761f82d 100644 (file)
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 67e80e46cf51a6d0461e457c160321ebb6389895..e6973d5a4caccd58e7d2ca6935a705f23817e63c 100644 (file)
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index b314470fc7e490ec195b5d3a28818cb6e5b4bfca..2c2bf2c031e13f5e1ccc060b127f21bb3add25f8 100644 (file)
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index b611800e8b0956a5fb9dc55abd7c457075da07cc..3eab7d083cca7fdcbbed35802dc543c33803bd53 100644 (file)
@@ -32,7 +32,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 9a3b1767e17de29c58a081d28f7ec909bb6957a3..fa055196a954783367d4c2928fb458dd4167ff03 100644 (file)
@@ -32,7 +32,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index d677dc7feede9f9aafc73c68293c61d834b58ad4..dc466f09858b2875d5eba92ce108ca9d82683d2a 100644 (file)
@@ -32,7 +32,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 67b90791131288dd14d3351467cb8abf4c7afe94..479db506d7400fab027d8e8cbeddca22aca53b56 100644 (file)
@@ -32,7 +32,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 9df65b224352ae12cb1373dbc372204c27434421..55cb1da657ae223e994cf81f953b3841da4ce968 100644 (file)
@@ -32,7 +32,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
diff --git a/pom.xml b/pom.xml
index d3d0aca1de258845cf0b14cbaf53293f0e7c8a54..15b57d68778e8782829a82eeb69c694ff8525187 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
                         <dependency>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>checkstyle-logging</artifactId>
-                            <version>2.0.0</version>
+                            <version>2.0.1</version>
                         </dependency>
                     </dependencies>
                 </plugin>
index f82d47fe5bb86e3435d3689fc1457870dfc2a17e..71baff10b129a6333365db4f64c01f6541916b9d 100644 (file)
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 23f43dcd218b14e762e1cf7361a1503c84e709a5..6d7da86e57037edc4656224ab5cf2246d55813ae 100644 (file)
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.0</version>
+                <version>2.0.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>