Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 1 | # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) |
| 2 | # because they are used in Jenkins, whose plug-in doesn't support this |
| 3 | |
Bruno Sakoto | 06cb929 | 2021-03-04 19:05:02 -0500 | [diff] [blame] | 4 | major=1 |
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 5 | minor=0 |
Bruno Sakoto | 6fb536c | 2021-03-05 13:13:30 -0500 | [diff] [blame] | 6 | patch=1 |
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 7 | |
| 8 | base_version=${major}.${minor}.${patch} |
| 9 | |
| 10 | # Release must be completed with git revision # in Jenkins |
| 11 | release_version=${base_version} |
| 12 | snapshot_version=${base_version}-SNAPSHOT |