Stone, Avi (as206k) | d6777bf | 2018-04-16 13:36:42 +0300 | [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=3 | ||||
8 | patch=5 | ||||
9 | |||||
10 | base_version=${major}.${minor}.${patch} | ||||
11 | |||||
12 | release_version=${base_version} | ||||
13 | snapshot_version=${base_version}-SNAPSHOT |