From: sblimkie Date: Mon, 13 Nov 2017 23:04:55 +0000 (+0200) Subject: Add version.properties file X-Git-Tag: v1.1.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fdata-router.git;a=commitdiff_plain;h=8e272d654c53cfb661fc1c198f4c8177a263b54b Add version.properties file Add version.properties file IssueID: AAI-458 Change-Id: I8b69bce7cb09504c52969c428b841d5123edf742 Signed-off-by: sblimkie --- 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