Chris Donley | bb386b1 | 2018-03-21 10:09:14 -0700 | [diff] [blame] | 1 | ########################################################### |
2 | # Versioning variables | ||||
3 | # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) | ||||
4 | # because they are used in Jenkins, whose plug-in doesn't support | ||||
5 | |||||
6 | major=1 | ||||
7 | minor=1 | ||||
8 | patch=0 | ||||
9 | |||||
10 | base_version=${major}.${minor}.${patch} | ||||
11 | |||||
12 | release_version=${base_version} | ||||
13 | snapshot_version=${base_version}-SNAPSHOT |