blob: d38d8430d8a11ca07887a5fb47547c1b7885db6e [file] [log] [blame]
Rishi Chailb220d742020-09-16 15:23:53 +01001# 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
Bruno Sakotofb4e1322021-02-22 10:04:41 -05004major=0
Rishi Chailb220d742020-09-16 15:23:53 +01005minor=0
Bruno Sakotofb4e1322021-02-22 10:04:41 -05006patch=1
Rishi Chailb220d742020-09-16 15:23:53 +01007
8base_version=${major}.${minor}.${patch}
9
10# Release must be completed with git revision # in Jenkins
11release_version=${base_version}
12snapshot_version=${base_version}-SNAPSHOT