Bump yangtools to 2.0.5 59/72359/7
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 28 May 2018 10:16:53 +0000 (12:16 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 5 Jun 2018 16:46:06 +0000 (16:46 +0000)
This includes latest fixes.

Change-Id: Ib91a42e74323a99ce378744114071c7268fec3a2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/netconf-connector/pom.xml
features/netconf/odl-netconf-api/pom.xml
features/netconf/odl-netconf-api/src/main/feature/feature.xml
features/netconf/odl-netconf-util/pom.xml
features/netconf/odl-netconf-util/src/main/feature/feature.xml
features/restconf/odl-restconf-common/pom.xml
features/restconf/odl-restconf-common/src/main/feature/feature.xml
protocol-framework/pom.xml

index cc2f14404c67f26202b4d952c3b3ea5898aec09a..e828bd8b123bde61e25fc403320d694282237535 100644 (file)
@@ -53,7 +53,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 6530110b4b43ab2815a0777ba37b9ffa37a58bc3..e6ebba9366bbed811fee012fc7177444f2c33171 100644 (file)
@@ -28,7 +28,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 d255e342bde20cf2241db7593c99c8ad98829549..4f0fa7b3cca306851557e40df96202041c0834be 100644 (file)
@@ -8,6 +8,6 @@
   -->
 <features name="odl-netconf-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
     <feature name="odl-netconf-api" version="${project.version}">
-        <feature version="[2.0.3,3)">odl-yangtools-parser-api</feature>
+        <feature version="[2.0.5,3)">odl-yangtools-parser-api</feature>
     </feature>
 </features>
index f7dd4166366bffc8c989b33cc59318840ea51031..e57c8a16efa28af644d79c84523996820f16fd31 100644 (file)
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>odl-yangtools-codec</artifactId>
-            <version>2.0.3</version>
+            <version>2.0.5</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index a303505d008577831eebf60fcd8ab02503b02969..73be18271cb9a6ac0b908d5d54494b816672fd26 100644 (file)
@@ -11,6 +11,6 @@
         <configfile finalname="etc/netconf.cfg">
             mvn:org.opendaylight.netconf/netconf-util/${project.version}/cfg/config
         </configfile>
-        <feature version="[2.0.3,3)">odl-yangtools-codec</feature>
+        <feature version="[2.0.5,3)">odl-yangtools-codec</feature>
     </feature>
 </features>
index ca460e29e8b8f49b8bb48fb4af3d4f0282ebd1c1..4ae676ab2d53306339cdc3796acb6988d6e7284e 100644 (file)
@@ -30,7 +30,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 73cab6308a3cf45f3e018c17d8ede3230e619a24..d9fabb8c3c314ad584da2c5434e9db0891f74376 100644 (file)
@@ -10,6 +10,6 @@
     <feature name="odl-restconf-common" version="${project.version}">
         <feature version="[3.1.0,4)">odl-karaf-feat-jetty</feature>
         <feature version="[3.1.0,4)">odl-jackson-2.8</feature>
-        <feature version="[2.0.3,3)">odl-yangtools-export</feature>
+        <feature version="[2.0.5,3)">odl-yangtools-export</feature>
     </feature>
 </features>
index b20a22a1e6145cb691bf3024bb1c800f1b8648c3..d95d93e2fd8d7a8c27019f1da51c4ce90fbac56b 100644 (file)
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>mockito-configuration</artifactId>
-      <version>2.0.3</version>
+      <version>2.0.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>