diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-05-09 13:16:39 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-05-09 13:16:49 -0400 |
commit | 96efba2a7b85abd548b3fa3d2bc7510337c2eee6 (patch) | |
tree | 3097a6ad6afc71b96f10a5edce851f020a97c38e | |
parent | a90089c61268c9313f024da70dc50bbd7c12c565 (diff) |
Adding version.properties files into sparky
Issue-ID: AAI-1127
Change-Id: I80a92c990a5e8947ba8bf56c767e16e7392df7a1
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r-- | sparkybe-onap-application/version.properties | 13 | ||||
-rw-r--r-- | sparkybe-onap-service/version.properties | 13 |
2 files changed, 26 insertions, 0 deletions
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 |