diff options
author | Tschaen, Brendan <ctschaen@att.com> | 2019-03-07 15:41:19 -0500 |
---|---|---|
committer | Tschaen, Brendan <ctschaen@att.com> | 2019-03-07 15:41:19 -0500 |
commit | c521acf91ac6c76bc83015102624ed141d69dbf0 (patch) | |
tree | c2e74e60fdac7d48ac0f66e0cafd9610332416dd /version.properties | |
parent | 885a7bea8709bece6244990cbeba9b1cccc40ddc (diff) |
Include version.properties
Change-Id: I823d2f98ea215cd8f027c386ac459da31e0cf5ea
Issue-ID: MUSIC-359
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'version.properties')
-rwxr-xr-x | version.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100755 index 0000000..c89baa3 --- /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=0 +minor=0 +patch=1 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |