liamfallon | 4cfda9c | 2018-06-05 16:41:35 +0100 | [diff] [blame] | 1 | # Versioning variables |
| 2 | # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) |
| 3 | # because they are used in Jenkins, whose plug-in doesn't support |
| 4 | |
saul.gill | 801cf3d | 2024-05-20 11:09:13 +0100 | [diff] [blame] | 5 | major=3 |
| 6 | minor=0 |
rameshiyer27 | c408905 | 2024-11-19 12:52:14 +0000 | [diff] [blame^] | 7 | patch=2 |
liamfallon | 4cfda9c | 2018-06-05 16:41:35 +0100 | [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 |