diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-08-14 19:40:29 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-08-14 19:40:52 -0400 |
commit | 4ba8c40a6b509f1bc2085641ee1f4e6b80eb6ea9 (patch) | |
tree | 85ce711365bc355c366dcfd020444d39981dbe68 | |
parent | 84dfa0fcb6f12e1d2eac68bc519d9c563a1c7208 (diff) |
Add the version properties
Issue-ID: AAI-1469
Change-Id: I71f9cb189628ebdbfde3a39fcc64c34edd8a420b
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-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..49e2720 --- /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=0 +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 |