From: GuangrongFu Date: Thu, 24 Aug 2017 07:13:46 +0000 (+0800) Subject: Add version.properties X-Git-Tag: v1.0.0~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fdsa.git;a=commitdiff_plain;h=fd8e05729e6590562987f74dec5d98ac9b3412d7 Add version.properties Add version.properties for *-release-version jobs Change-Id: I8b4c7995760dfca31bd8b329df36037b40a610af Issue-ID: HOLMES-41 Signed-off-by: GuangrongFu --- diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..e2595ba --- /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=1 +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