Bruno Sakoto | 4a56deb | 2021-02-17 17:26:33 -0500 | [diff] [blame^] | 1 | # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) |
2 | # because they are used in Jenkins, whose plug-in doesn't support this | ||||
3 | |||||
4 | major=0 | ||||
5 | minor=0 | ||||
6 | patch=1 | ||||
7 | |||||
8 | base_version=${major}.${minor}.${patch} | ||||
9 | |||||
10 | # Release must be completed with git revision # in Jenkins | ||||
11 | release_version=${base_version} | ||||
12 | snapshot_version=${base_version}-SNAPSHOT |