Joey Armstrong | c9614ce | 2023-01-25 16:21:27 -0500 | [diff] [blame] | 1 | jjb/software-upgrades.yaml |
| 2 | -------------------------- |
| 3 | |
Joey Armstrong | 2ce92d0 | 2023-06-03 18:54:56 -0400 | [diff] [blame] | 4 | - Create a new software-upgrades-test-voltha-x.yy branch from master or existing |
Joey Armstrong | c9614ce | 2023-01-25 16:21:27 -0500 | [diff] [blame] | 5 | jjb definitions in the yaml config file. |
| 6 | - Update released component version strings mentioned in the configs. |
| 7 | - Update master branch released versions as well. |
| 8 | - Tricky part, SNAPSHOT versions are not visible to navigation browsing: |
| 9 | |
| 10 | - `org/opencord <https://oss.sonatype.org/content/groups/public/org/opencord>`_ |
| 11 | |
| 12 | - Instead obtain snapshot version from pom.xml and type in the explicit URL path: |
| 13 | |
Joey Armstrong | 64b8249 | 2023-06-01 17:34:39 -0400 | [diff] [blame] | 14 | - `aaa-app/2.9.0-SNAPSHOT <https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app/>`_ |
Joey Armstrong | c9614ce | 2023-01-25 16:21:27 -0500 | [diff] [blame] | 15 | |
Joey Armstrong | 2a68795 | 2023-02-01 13:10:12 -0500 | [diff] [blame] | 16 | - `aaa.index <https://oss.sonatype.org/content/groups/public/org/opencord/aaa-app>`_ |
| 17 | |