blob: 0424f622fd4f304b5669177f7eb75130eaa55563 [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
Murali-Peff40522017-08-18 12:25:13 +05308patch=0
9
10base_version=${major}.${minor}.${patch}
11
12release_version=${base_version}
13snapshot_version=${base_version}-SNAPSHOT