From: Jessica Wagantall Date: Mon, 29 Apr 2024 18:25:27 +0000 (-0700) Subject: Fix: Add version.properties file X-Git-Tag: 0.0.9^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=102d324ec48a5b6bfa63df715c158c6b901cb843;p=portal-ng%2Fbff.git Fix: Add version.properties file Needed by Docker stage to manage the image version Issue-ID: CIMAN-33 Change-Id: Ia30e043fd516aa62bc3b7e53b6a6844754131d3a Signed-off-by: Jessica Wagantall --- diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..55a18bc --- /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=0 +minor=0 +patch=9 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file