From: Pamela Dragosh Date: Thu, 17 Aug 2017 23:30:47 +0000 (-0400) Subject: Add version.properties X-Git-Tag: 3.0.2-ONAP~79 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F7949%2F1;p=policy%2Fpap.git Add version.properties Need this for deploy Issue-Id: POLICY-139 Change-Id: I12fc57cd208c3566cf4cb3d1fc5d874bdd9f861a Signed-off-by: Pamela Dragosh --- diff --git a/version.properties b/version.properties new file mode 100644 index 00000000..7f86aa15 --- /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=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