From 27e486c2a58e2143169bd3f9d894eefddca261d3 Mon Sep 17 00:00:00 2001 From: lizi00164331 Date: Thu, 10 Aug 2017 11:05:38 +0800 Subject: Fix the bug Jenkins failed. Add the version.properties according to the log of Jenkins. Change-Id: I986c946c784baac7d826a3b540c446f7725ec34f Issue-ID: AAI-146 Signed-off-by: lizi00164331 --- version.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 version.properties (limited to 'version.properties') diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..2391453 --- /dev/null +++ b/version.properties @@ -0,0 +1,13 @@ +# 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=1 +minor=0 +patch=2 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg