blob: 146a672feff3995f8ffe887a87367886baa0df7a [file] [log] [blame]
Pamela Dragosh8696f9f2017-02-19 19:27:26 -05001# 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
Jessica Wagantallcd2ec552017-11-18 18:36:44 -08006minor=2
Pamela Dragoshea42fa82018-04-13 14:29:04 -04007patch=1
Pamela Dragosh8696f9f2017-02-19 19:27:26 -05008
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