blob: 146a672feff3995f8ffe887a87367886baa0df7a [file] [log] [blame]
Pamela Dragosha5fd1fb2017-02-17 15:31:11 -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 Wagantall9de8f792017-11-18 18:47:57 -08006minor=2
Pamela Dragoshabf9ea02018-04-13 14:25:19 -04007patch=1
Pamela Dragosha5fd1fb2017-02-17 15:31:11 -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