blob: 9eb3b93ac9dc582155b79a2d5c13a764e74c8fde [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... )
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04003# because they are used in Jenkins, whose plug-in doesn't support
Jessica Wagantall777f6372017-11-20 11:10:28 -08004
5major=1
seshukme127c502019-04-19 21:27:36 +05306minor=5
subhash kumar singh443198c2019-10-02 11:19:52 +05307patch=3
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