diff options
author | Tschaen, Brendan (bptschaen) <bt054f@att.com> | 2018-06-07 17:19:55 -0400 |
---|---|---|
committer | Tschaen, Brendan (bptschaen) <bt054f@att.com> | 2018-06-07 17:43:06 -0400 |
commit | 7336e7ac74be7d920f7099152361241bbf4ee5e7 (patch) | |
tree | cc3bfee32b695668522c5535454c2a7503bb8cde | |
parent | 4adfe22e6cc067dea88f6468efb74c3208e909bb (diff) |
Add version.properties file
Issue-ID: MUSIC-77
Change-Id: Ia2caa536085c3012c0c9c78391cac54b58a55fca
Signed-off-by: Tschaen, Brendan (bptschaen) <bt054f@att.com>
-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..359ebb9 --- /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=0 +patch=2 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |