Fix version formatting in upgrade-process 09/113709/2 master
authorYaroslav Lastivka <yaroslav.lastivka@pantheon.tech>
Thu, 26 Sep 2024 06:57:35 +0000 (09:57 +0300)
committerYaroslav Lastivka <yaroslav.lastivka@pantheon.tech>
Thu, 26 Sep 2024 07:07:25 +0000 (07:07 +0000)
Deleted redundant "." sign from version number.
ODL Parent has no impact on migration.

JIRA: DOCS-156
Change-Id: I72e8e9982bd992c7e9edcc4aa469e6dbfd5fffa0
Signed-off-by: Yaroslav Lastivka <yaroslav.lastivka@pantheon.tech>
docs/release-notes/upgrade-process.rst

index 01887135394a7c17bec423f45231cbf2e10eb238..41228548f4c71c96b467c0d447e8a99d06866ab0 100644 (file)
@@ -56,21 +56,21 @@ versions (for example, `bump-odl-version <https://github.com/skitt/odl-tools/blo
 
  .. code-block:: shell
 
-  bump-odl-version controller 8.0.1. 9.0.2.
+  bump-odl-version controller 8.0.1 9.0.2
 
 5. Update the InfraUtils version from 6.0.2. to 6.0.6. There should not be
    any reference to **org.opendaylight.infrautils**, except for 6.0.6.
 
  .. code-block:: shell
 
-  bump-odl-version infrautils 6.0.2. 6.0.6.
+  bump-odl-version infrautils 6.0.2 6.0.6
 
 6. Update the AAA version from 0.18.1. to 0.19.3 There should not be
    any reference to **org.opendaylight.aaa**, except for 0.19.3
 
  .. code-block:: shell
 
-  bump-odl-version aaa 0.18.1. 0.19.3
+  bump-odl-version aaa 0.18.1 0.19.3
 
 7. Update the NETCONF version from 6.0.3 to 7.0.4 There should not be
    any reference to **org.opendaylight.netconf**, except for 7.0.4
@@ -122,8 +122,7 @@ Any version range referencing version of ODL Parent must be “[13,14)” for OD
 
 ODL Parent Impacts
 ------------------
-
-
+None.
 
 YANG Tools Impacts
 ------------------