blob: e1e6b0b337dccdf302a3743ef940dcbf285bf03d [file] [log] [blame]
Jessica Wagantall777f6372017-11-20 11:10:28 -08001# Versioning variables
2# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
seshukmf400d1e2018-03-19 17:17:11 +05303# because they are used in Jenkins, whose plug-in doesn't support...
Jessica Wagantall777f6372017-11-20 11:10:28 -08004
5major=1
seshukmf400d1e2018-03-19 17:17:11 +05306minor=2
seshukmb23606c2018-06-06 02:23:53 +08007patch=2
Jessica Wagantall777f6372017-11-20 11:10:28 -08008
9base_version=${major}.${minor}.${patch}
10
11# Release must be completed with git revision # in Jenkins
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT