diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-04-06 13:55:00 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-04-06 13:55:34 -0400 |
commit | cca860e2021efd7647dfe26e780d32bb6620d1c6 (patch) | |
tree | 8c7eec990726aab96a25cc46ec026d878ea8faee | |
parent | c2e36b3d3bd5b150328dde2dd990350a02a2a70c (diff) |
Add version.properties file
Issue-ID: AAI-1006
Change-Id: I053de7f323a28624be92fa8860ee8dfdbe2776ac
Signed-off-by: Jimmy Forsyth <jf2512@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..faf06bb --- /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=2 +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 |