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 |
Jim Hahn | 9c1f0ed | 2019-09-05 14:23:30 -0400 | [diff] [blame] | 6 | minor=6 |
HOCKLA | e20940f | 2019-12-06 14:29:46 -0600 | [diff] [blame] | 7 | patch=2 |
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 |