From: Kajur, Harish (vk250x) Date: Tue, 14 Aug 2018 23:40:29 +0000 (-0400) Subject: Add the version properties X-Git-Tag: 1.0.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F60637%2F1;p=aai%2Fgraphadmin.git Add the version properties Issue-ID: AAI-1469 Change-Id: I71f9cb189628ebdbfde3a39fcc64c34edd8a420b Signed-off-by: Kajur, Harish (vk250x) --- 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