From: Shawn Severin Date: Mon, 13 Nov 2017 22:26:10 +0000 (-0500) Subject: Adding version.properties file X-Git-Tag: v1.1.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F23407%2F1;p=aai%2Fsparky-be.git Adding version.properties file Issue-ID: AAI-464 Change-Id: Iec45ff5db237af96ef32b6e9ab3c490701213d1b Signed-off-by: Shawn Severin --- diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..325432a --- /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 \ No newline at end of file