Jessica Wagantall | 777f637 | 2017-11-20 11:10:28 -0800 | [diff] [blame] | 1 | # Versioning variables |
| 2 | # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 3 | # because they are used in Jenkins, whose plug-in doesn't support |
Jessica Wagantall | 777f637 | 2017-11-20 11:10:28 -0800 | [diff] [blame] | 4 | |
| 5 | major=1 |
seshukm | 832cfdd | 2021-06-24 15:04:15 +0530 | [diff] [blame] | 6 | minor=9 |
shashikanth.vh@huawei.com | c0c57ed | 2021-10-07 15:08:02 +0530 | [diff] [blame] | 7 | patch=2 |
Jessica Wagantall | 777f637 | 2017-11-20 11:10:28 -0800 | [diff] [blame] | 8 | |
| 9 | base_version=${major}.${minor}.${patch} |
| 10 | |
| 11 | # Release must be completed with git revision # in Jenkins |
| 12 | release_version=${base_version} |
| 13 | snapshot_version=${base_version}-SNAPSHOT |