blob: 1673e49ee94a51416e60ffa22a6e6381943d0add [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
Jessica Wagantall3d07a8d2017-11-28 16:52:32 -08006minor=2
Jerry Floodaaf409a2017-03-28 17:51:09 -04007patch=0
8
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
Jerry Floodf1556132017-05-02 12:29:00 -040014tags=latest ${major}.${minor}-STAGING-latest