Bump yangtools to 2.0.5 58/72358/7
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 28 May 2018 10:14:23 +0000 (12:14 +0200)
committerTom Pantelis <tompantelis@gmail.com>
Tue, 5 Jun 2018 12:30:10 +0000 (12:30 +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>
features/config/odl-config-util/pom.xml
features/config/odl-config-util/src/main/feature/feature.xml
opendaylight/md-sal/parent/pom.xml
opendaylight/md-sal/sal-binding-dom-it/pom.xml

index 806543de3ddd4f932b3c5371c9848fac82bdb86b..1ada18620cd535441bb7cdb53bdad6c4ade6a348 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 23af04c16f508cff4fe673478086d9804422ccff..ae3f5bb7b167ff7c163d828a5dbd4a3fbcc5a139 100644 (file)
@@ -59,7 +59,7 @@
       <plugin>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yang-maven-plugin</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.5</version>
         <dependencies>
           <dependency>
             <groupId>org.opendaylight.controller</groupId>
index 8476c2885e02c7b5aa8a2b25d9742302064b5adb..c223d22224699f5d25bc54060f001413a9abd848 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>