From fcaf69716e79737f4fc26824a56b838713fc3f18 Mon Sep 17 00:00:00 2001 From: morganrol Date: Mon, 24 May 2021 09:04:30 +0200 Subject: [RELEASE] Add version.properties Tested on guilin branch, we can now include a version properties that could be used to release xtesting images. Issue-ID: INT-1884 Signed-off-by: morganrol Change-Id: If624e68a11712d349c08d253d2bad017973353ef --- version.properties | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 version.properties diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..0182ba1 --- /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=8 +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 +tags=latest ${base_version}-STAGING-latest -- cgit 1.2.3-korg