From: Marcus G K Williams Date: Fri, 11 Aug 2017 19:08:35 +0000 (-0700) Subject: Add version.properties to ccsdk/distribution X-Git-Tag: v0.1.0~35 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=commitdiff_plain;h=0eef102c7bc69198d62ba7e669e8cd0a447294a2 Add version.properties to ccsdk/distribution Change-Id: I6df439ea58bef509331946859633acfbf1330a36 Signed-off-by: Marcus G K Williams --- diff --git a/version.properties b/version.properties new file mode 100644 index 00000000..287781ba --- /dev/null +++ b/version.properties @@ -0,0 +1,15 @@ +########################################################### +# 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 + + +release_name=0 +sprint_number=0 +feature_revision=1 + +base_version=${release_name}.${sprint_number}.${feature_revision} + +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT +