blob: 08f1f93f06fd089b967ddee52b44bc4e41a76edc [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
7patch=0
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