diff options
author | Carsten Lund <lund@research.att.com> | 2017-02-25 12:16:41 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-02-25 12:16:41 +0000 |
commit | b040b9c0e6a2e9f92cde0b942126d834ed216167 (patch) | |
tree | 9211000b704e7f647e5ce9ae47ff94d5609c33f6 /version.properties | |
parent | 0a8496a9ffcbe9ce9b1f173214a0b404a7ddb12b (diff) |
Fixed staging issues.
Change-Id: I2b78848976bce725146d9fd821ed304d7a73cec9
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..c0f2742 --- /dev/null +++ b/version.properties @@ -0,0 +1,11 @@ +# 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 must be completed with git revision # in Jenkins + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |