Update MRI versions 97/97097/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 6 Aug 2021 09:28:19 +0000 (11:28 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 6 Aug 2021 09:28:19 +0000 (11:28 +0200)
Reflect MRI versions for netconf-2.0.2.

Change-Id: Ibeeccfe126b686a22408394de4e62124c0e746f8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/release-notes/upgrade-process.rst

index 04f651d24ba7f89bfe17b4a35164b9bc3705e986..d5313ee7e43e45e1bea68f802b6e109d2b56cf9a 100644 (file)
@@ -33,29 +33,29 @@ versions (for example, `bump-odl-version <https://github.com/skitt/odl-tools/blo
 
   bump-odl-version odlparent 8.1.1 9.0.2
 
-2. Update the direct yangtools version references from 6.0.5 to 7.0.3,
+2. Update the direct yangtools version references from 6.0.5 to 7.0.4,
    There should not be any reference to **org.opendaylight.yangtools**,
-   except for 7.0.3. This includes custom feature.xml templates
+   except for 7.0.4. This includes custom feature.xml templates
    (``src/main/feature/feature.xml``), the version range should
    be "[7,8)" instead of "[6,7)".
 
  .. code-block:: shell
 
-  bump-odl-version yangtools 8.1.1 7.0.3
+  bump-odl-version yangtools 6.0.5 7.0.4
 
-3. Update the MD-SAL version from 7.0.6 to 8.0.0. There should not be
-   any reference to **org.opendaylight.mdsal**, except for 8.0.0.
+3. Update the MD-SAL version from 7.0.6 to 8.0.1. There should not be
+   any reference to **org.opendaylight.mdsal**, except for 8.0.1.
 
  .. code-block:: shell
 
-  bump-odl-version mdsal 7.0.6 8.0.0
+  bump-odl-version mdsal 7.0.6 8.0.1
 
-4. Update the Controller version from 3.0.7 to 4.0.0. There should not be
-   any reference to **org.opendaylight.controller**, except for 4.0.0.
+4. Update the Controller version from 3.0.7 to 4.0.1. There should not be
+   any reference to **org.opendaylight.controller**, except for 4.0.1.
 
  .. code-block:: shell
 
-  bump-odl-version controller 3.0.7 4.0.0
+  bump-odl-version controller 3.0.7 4.0.1
 
 5. Update the InfraUtils version from 1.9.6 to 2.0.2. There should not be
    any reference to **org.opendaylight.infrautils**, except for 2.0.2.
@@ -64,19 +64,19 @@ versions (for example, `bump-odl-version <https://github.com/skitt/odl-tools/blo
 
   bump-odl-version infrautils 1.9.6 2.0.2
 
-6. Update the AAA version from 1.13.0 to 0.14.0. There should not be
-   any reference to **org.opendaylight.aaa**, except for 0.14.0.
+6. Update the AAA version from 1.13.0 to 0.14.1. There should not be
+   any reference to **org.opendaylight.aaa**, except for 0.14.1.
 
  .. code-block:: shell
 
-  bump-odl-version aaa 0.13.2 1.14.0
+  bump-odl-version aaa 0.13.2 1.14.1
 
-7. Update the NETCONF version from 1.13.1 to 2.0.1. There should not be
-   any reference to **org.opendaylight.netconf**, except for 2.0.1.
+7. Update the NETCONF version from 1.13.1 to 2.0.2. There should not be
+   any reference to **org.opendaylight.netconf**, except for 2.0.2.
 
  .. code-block:: shell
 
-  bump-odl-version netconf 1.13.1 2.0.1
+  bump-odl-version netconf 1.13.1 2.0.2
 
 Install Dependent Projects
 ^^^^^^^^^^^^^^^^^^^^^^^^^^