From: Arul.Nambi Date: Wed, 9 May 2018 17:16:39 +0000 (-0400) Subject: Adding version.properties files into sparky X-Git-Tag: v1.2.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=96efba2a7b85abd548b3fa3d2bc7510337c2eee6;p=aai%2Fsparky-be.git Adding version.properties files into sparky Issue-ID: AAI-1127 Change-Id: I80a92c990a5e8947ba8bf56c767e16e7392df7a1 Signed-off-by: Arul.Nambi --- diff --git a/sparkybe-onap-application/version.properties b/sparkybe-onap-application/version.properties new file mode 100644 index 0000000..faf06bb --- /dev/null +++ b/sparkybe-onap-application/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=2 +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 diff --git a/sparkybe-onap-service/version.properties b/sparkybe-onap-service/version.properties new file mode 100644 index 0000000..faf06bb --- /dev/null +++ b/sparkybe-onap-service/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=2 +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