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 | fb4e132 | 2021-02-22 10:04:41 -0500 | [diff] [blame] | 4 | major=0 |
Rishi Chail | b220d74 | 2020-09-16 15:23:53 +0100 | [diff] [blame] | 5 | minor=0 |
Bruno Sakoto | 76903e5 | 2021-02-22 11:29:49 -0500 | [diff] [blame] | 6 | patch=2 |
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 |