blob: 8cd6899c90b0c34eadf63e873ae2e485057a9d30 [file] [log] [blame]
Jerry Floodaaf409a2017-03-28 17:51:09 -04001# Versioning variables
2# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
3# because they are used in Jenkins, whose plug-in doesn't support
4
5major=1
Michal Jagielloa74729b2022-10-27 08:02:02 +00006minor=11
Michal Jagiellod9243eb2022-11-09 09:17:09 +00007patch=1
Jerry Floodaaf409a2017-03-28 17:51:09 -04008
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
Gary Wue2667082018-05-16 12:56:00 -070014tags=latest ${base_version}-STAGING-latest