diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-09 15:56:41 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-09 15:56:41 -0800 |
commit | e3c4ce99a9bfd9dbbffaf42c36f4dc6bc9a6571b (patch) | |
tree | 8db668170fcc7d9b566f4b217c41155f4e1e1522 | |
parent | a4b83b52d72e9c19c428f78d9bbb439e1b135a00 (diff) |
Add version.properties file
Change-Id: If27bb5d189a6caf821226c8d673c6983cfefa916
Issue-ID: MUSIC-21
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-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 00000000..35e80d6b --- /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=2 +minor=4 +patch=4 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |