Bump yangtools to 2.0.2 71/69271/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 6 Feb 2018 18:25:32 +0000 (19:25 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 12 Mar 2018 08:46:22 +0000 (08:46 +0000)
This updates the artifacts to latest release and fixes JMX
generator tests to match whitespace description changes --
see I5796275a80bc1989061fd745270d51a4a37f97bd.

Change-Id: I5796275a80bc1989061fd745270d51a4a37f97bd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/config/odl-config-util/pom.xml
features/mdsal/odl-controller-model-topology/pom.xml
features/mdsal/odl-mdsal-broker-local/pom.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/config/yang-jmx-generator/src/test/java/org/opendaylight/controller/config/yangjmxgenerator/ServiceInterfaceEntryTest.java
opendaylight/md-sal/parent/pom.xml
opendaylight/md-sal/sal-binding-dom-it/pom.xml

index b46c79ca76ccc3118f94a586bfc6fb481c8a927b..755efc01b8a00e23ae2df7af348adc403bdbb6e8 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.1</version>
+                <version>2.0.2</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index c0e30a8a023313a43c5b3eaa7b2699624ffe21f4..dc6cec46c60b1f3e2c7b17b7737762f48e3463c4 100644 (file)
@@ -50,7 +50,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.1</version>
+                <version>2.0.2</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 5c07106e9bee2aed6ef24c150dc8abb004907c4d..9ae27a777036feca38cdf799b1e4c2f40f791c66 100644 (file)
@@ -43,7 +43,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.1</version>
+                <version>2.0.2</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index ba024f933b37d5db0fb6fcebe71d4e6ac3d1de7c..e908bd3d2d7a4a694dda274ef0410ba7a1f19712 100644 (file)
@@ -32,7 +32,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <mdsal.model.version>0.13.0-SNAPSHOT</mdsal.model.version>
     <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
     <restconf.version>1.8.0-SNAPSHOT</restconf.version>
-    <yangtools.version>2.0.1</yangtools.version>
+    <yangtools.version>2.0.2</yangtools.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
index 40603e2a2aa27ed8651a6985d9537367f3113881..2724e0d27bde17350fbf3a91aa5a7a337fbe28b3 100644 (file)
@@ -41,7 +41,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.1</version>
+        <version>2.0.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 1b3bb5f9bf24975af601faabcb04bd3abe12f167..a0af417671e7bbbc5fdc224f3a5def64b2163ada 100644 (file)
@@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <properties>
     <config.version>0.9.0-SNAPSHOT</config.version>
     <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
-    <yangtools.version>2.0.1</yangtools.version>
+    <yangtools.version>2.0.2</yangtools.version>
     <jmxGeneratorPath>${project.build.directory}/generated-sources/config-binding</jmxGeneratorPath>
     <config.file>src/main/config/default-config.xml</config.file>
   </properties>
index ae81ce5d3ad0e36e0ca9ffe6b5f661a5a75c1bf4..04bd7e79c84b27a26d6af683d2e268b7a1806925 100644 (file)
@@ -114,7 +114,7 @@ public class ServiceInterfaceEntryTest extends AbstractYangTest {
                 is(PackageTranslatorTest.EXPECTED_PACKAGE_PREFIX
                         + ".threadpool.ThreadPool"));
 
-        String expectedDescription = "An extension of the simple pool of threads able to schedule "
+        String expectedDescription = "An extension of the simple pool of threads able to schedule\n"
                 + "work to be executed at some point in time.";
         assertThat(trimInnerSpacesOrNull(scheduled.getNullableDescription()),
                 is(expectedDescription));
index f5fe102a3d3ab0841ede7c76bf3a881ed44007aa..ef17a375b85a232cd29ac57b9e84001a490ab3fe 100644 (file)
@@ -59,7 +59,7 @@
       <plugin>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yang-maven-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.0.2</version>
         <dependencies>
           <dependency>
             <groupId>org.opendaylight.controller</groupId>
index 4ff410d8614a4f27570d5450f5922b79f2fd2c19..d606a4986f4f82ec882744e5f4943f74ddb84f4f 100644 (file)
@@ -18,7 +18,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.1</version>
+        <version>2.0.2</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>