From c8f336a7137e0f34d7cb7a55ee4fcb9cf104b7b4 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Fri, 11 Dec 2020 10:39:38 +0100 Subject: Create Honolulu Python baseline image Issue-ID: INT-1807 Signed-off-by: mrichomme Change-Id: Iac80dafc78129a2a39186eec01d26c71302f629d --- 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..e1f94df --- /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=8 +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