From: luxin Date: Wed, 30 Aug 2017 09:16:56 +0000 (+0800) Subject: Add version.properties file for resmanagement X-Git-Tag: v1.0.0~42 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8f15590f99d86626665545cc8be77115ca6bb9ba;p=vfc%2Fnfvo%2Fresmanagement.git Add version.properties file for resmanagement Change-Id: I6ebf5a6b5e0b7478262ccb620dcda3a8d92e1921 Issue-Id:VFC-194 Signed-off-by: luxin --- diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..0a53751 --- /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=1 +minor=0 +patch=0 + +base_version=${major}.${minor}.${patch} + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file