From 4ba8c40a6b509f1bc2085641ee1f4e6b80eb6ea9 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Tue, 14 Aug 2018 19:40:29 -0400 Subject: Add the version properties Issue-ID: AAI-1469 Change-Id: I71f9cb189628ebdbfde3a39fcc64c34edd8a420b Signed-off-by: Kajur, Harish (vk250x) --- version.properties | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 version.properties (limited to 'version.properties') 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 -- cgit 1.2.3-korg