Bump yangtools to 2.0.20 98/82098/5
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 15 May 2019 13:16:15 +0000 (15:16 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 23 May 2019 11:50:26 +0000 (13:50 +0200)
This brings in latest fixes and fixes test models to coply with
RFC6020.

Change-Id: If92adc72e25ee1187707c6e9e3d7b4a57721f105
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-util/pom.xml
features/restconf/odl-restconf-common/pom.xml
netconf/sal-netconf-connector/src/test/resources/schemas/config-test-rpc.yang
protocol-framework/pom.xml

index a902054a186586e3a3aa1282c66e7d4b87c0fbf4..daa31ac458a1ad592307ed25046c86ad4b7be425 100644 (file)
@@ -53,7 +53,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.16</version>
+        <version>2.0.20</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 6bcf92f6808fb2d72af37a6466ad5dcdd502da5e..9e76636d649f056fdef3a13c575cc1a3d4f27280 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.16</version>
+                <version>2.0.20</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index c3ca328e416883df142689180b3c8d036a2570c2..a1ac9f587e0c8466ce8e03a0cde1f9a2fa2b5f95 100644 (file)
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>odl-yangtools-codec</artifactId>
-            <version>2.0.16</version>
+            <version>2.0.20</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index 729411bf2084967ce59ba1f94d60e9a6e036f016..bd398873b08791b93cb079e596fe3e83cdeca9db 100644 (file)
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.16</version>
+                <version>2.0.20</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index a64f3b883050040f133fa82557bbeea0c025a74d..f827596be23bf19b99f2c45ae9bfe01d7307079f 100644 (file)
@@ -40,6 +40,11 @@ module config-test-rpc {
                        if this attribute is present.";
     }
 
+    feature candidate;
+    feature startup;
+    feature url;
+    feature writable-running;
+
     rpc edit-config {
         description "The <edit-config> operation loads all or part of a specified
              configuration to the specified target configuration.";
index 0e834697f5b5fc4ac1d520d5e3ac5d0c02f51709..9f1af300c1c07f67ce06d0b4547978aad123ad0d 100644 (file)
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>mockito-configuration</artifactId>
-      <version>2.0.16</version>
+      <version>2.0.20</version>
       <scope>test</scope>
     </dependency>
     <dependency>