diff options
author | Murali Mohan Murthy Potham <murali.p@huawei.com> | 2017-08-18 06:55:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-18 06:55:54 +0000 |
commit | ec465869d9da3d31d8be2fe0bcff52863c14bb63 (patch) | |
tree | b5dfca384ea1c0e124f929ed9f268cfdb5247acd | |
parent | a1d43b2cc96facd2b42c0ac7b9ecdf4c6dfb13cd (diff) | |
parent | eff40523b4a7a40a9aa8f84cbe17777cecab2196 (diff) |
Merge "add version.properties file"
-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..bf3f0bf1 --- /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=0 + +base_version=${major}.${minor}.${patch} + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |