From: Jimmy Forsyth Date: Wed, 26 Sep 2018 22:19:52 +0000 (-0400) Subject: Add version.properties X-Git-Tag: 1.0.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f5bd08f862cd7eb48cb91232f97500afe21b699f;p=aai%2Fcacher.git Add version.properties Issue-ID: AAI-1678 Change-Id: I57c17e84260a85e45ade70b96b51cf6d31acdbdc Signed-off-by: Jimmy Forsyth --- 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