blob: 15dd48f01e888c3dac2a058714a8cdb512bdb0b3 [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 Sakoto06cb9292021-03-04 19:05:02 -05004major=1
Rishi Chailb220d742020-09-16 15:23:53 +01005minor=0
Bruno Sakoto6fb536c2021-03-05 13:13:30 -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