Bump netconf to 1.13.0 52/95252/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 21 Feb 2021 18:01:56 +0000 (19:01 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 21 Feb 2021 18:01:56 +0000 (19:01 +0100)
Adjust version for MRI-integrated NETCONF.

Change-Id: I970a4574f15c30f296bb4fc93a8cd4e0e3d77a4c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/upstream/properties/pom.xml
docs/platform-versions.rst
features/repos/index/pom.xml

index e3e436093d319d486e18127d5a9a545e6ee0eb8f..41df6c6ebe27aa797c37912154537f18a2deba0c 100644 (file)
@@ -51,7 +51,7 @@
         <jsonrpc.version>1.10.0-SNAPSHOT</jsonrpc.version>
         <lispflowmapping.version>1.13.0-SNAPSHOT</lispflowmapping.version>
         <mdsal.version>7.0.5</mdsal.version>
-        <netconf.version>1.10.0-SNAPSHOT</netconf.version>
+        <netconf.version>1.13.0</netconf.version>
         <neutron.version>0.16.0-SNAPSHOT</neutron.version>
         <odlparent.version>8.1.0</odlparent.version>
         <openflowplugin.version>0.12.0-SNAPSHOT</openflowplugin.version>
index 53ecd19175825ac7c02e849b6f201677d6b94a8d..0714f6cb7311710d1662baff1074e3e235e2d34b 100644 (file)
@@ -36,8 +36,8 @@ Platform versions
      - 0.13.1
 
    * - org.opendaylight.netconf
-     - netconf-artifacts
-     - 1.10.0-SNAPSHOT
+     - \*
+     - 1.13.0
 
 .. note:: Most projects get their YANG Tools version via MD-SAL.
   ${project}-artifacts are maven `bill of materials <https://howtodoinjava.com/maven/maven-bom-bill-of-materials-dependency/>`__
index 2c13493133c60970121560f3a8980371a348b65b..ebfdb58c5d41587c030bd1c81a2c17ad1d6e29a0 100644 (file)
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
+                <dependency>
+                    <groupId>org.opendaylight.controller</groupId>
+                    <artifactId>features-controller-testing</artifactId>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                </dependency>
             </dependencies>
         </profile>
         <!-- Neutron Northbound -->