diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-04-16 13:38:10 +0300 |
---|---|---|
committer | Stone, Avi (as206k) <as206k@att.com> | 2018-04-16 13:38:10 +0300 |
commit | 94ea9a361b7508d95176d9db390bd17f5e96d344 (patch) | |
tree | 971e086f23d9578cfa176d56ae9dc68a0fe2c5ca /version.properties | |
parent | 9b2ceb347a3371819fcad6bbe2268203afecaf4e (diff) |
HEADER MESSAGE FOR COMMIT
BODY MESSAGE FOR COMMIT
Change-Id: I45a850ad82f9139d89d292ac157e136aa00fa41a
Issue-ID: SDC-1233
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..a24b0ee --- /dev/null +++ b/version.properties @@ -0,0 +1,13 @@ +########################################################### +# Versioning variables +# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) +# because they are used in Jenkins, whose plug-in doesn't support + +major=1 +minor=3 +patch=5 + +base_version=${major}.${minor}.${patch} + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |