From: fujinhua Date: Sat, 2 Sep 2017 01:44:57 +0000 (+0800) Subject: Add version.properties for vfc-gvnfm-vnflcm X-Git-Tag: v1.0.0~37 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=commitdiff_plain;h=e62594477de42ffff0431984d2de14acf8c71eae Add version.properties for vfc-gvnfm-vnflcm Issue-Id VFC-234 Change-Id: I9d0c314aa1a387229a5912116ba5143b1be346b1 Signed-off-by: fujinhua --- diff --git a/lcm/version.properties b/lcm/version.properties new file mode 100644 index 00000000..7f86aa15 --- /dev/null +++ b/lcm/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=1 +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