Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [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 |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 4 | |
Pamela Dragosh | 9944937 | 2017-02-17 11:29:43 -0500 | [diff] [blame] | 5 | major=1 |
liamfallon | 2f72ab6 | 2018-10-31 15:23:33 +0000 | [diff] [blame] | 6 | minor=4 |
| 7 | patch=0 |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 8 | |
Pamela Dragosh | 9944937 | 2017-02-17 11:29:43 -0500 | [diff] [blame] | 9 | base_version=${major}.${minor}.${patch} |
| 10 | |
| 11 | # Release must be completed with git revision # in Jenkins |
| 12 | release_version=${base_version} |
Pamela Dragosh | a974aa0 | 2017-02-14 19:31:53 -0500 | [diff] [blame] | 13 | snapshot_version=${base_version}-SNAPSHOT |