blob: 6608eae360d6f8fac9272be96f07b45028567ca4 [file] [log] [blame]
Murali-Peff40522017-08-18 12:25:13 +05301###########################################################
2# Versioning variables
3# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
4# because they are used in Jenkins, whose plug-in doesn't support
5
6major=1
Murali-P09763e92018-03-27 10:50:54 +05307minor=1
Kanagaraj Manickam k00365106d07ee642018-05-15 11:26:07 +05308patch=1
Murali-Peff40522017-08-18 12:25:13 +05309
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT