diff options
author | Jimmy Forsyth <jf2512@att.com> | 2018-05-15 12:43:27 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2018-05-15 12:43:31 -0400 |
commit | 1d0cadceab1a713d995e542bf256e3fa8104be17 (patch) | |
tree | 25f9eb91272dfd8a49ea98b92f58991bcd625068 /version.properties | |
parent | 309027f8c2e6d4ef6284ed39ef998ec033d1c2a3 (diff) |
Replace version.propertiesv1.2.0
Issue-ID: AAI-1139
Change-Id: I6f8b352ddff3b9f73cbe6c168400ec825c3624a9
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..9c95207 --- /dev/null +++ b/version.properties @@ -0,0 +1,14 @@ +########################################################### +# 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_version=1 +minor_version=2 +patch_version=0 + +base_version=${major_version}.${minor_version}.${patch_version} + +# Release must be completed with GIT information # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |