From f279f47083f25529e749f9a4da85ba8985670bb1 Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Wed, 26 May 2021 14:32:56 +0200 Subject: [PATCH] Include version.properties Issue-ID: OAM-203 Signed-off-by: Claudio D. Gasparini Change-Id: Ifb8e6b9116066a7750d660009776dcd61f1b0643 --- version.properties | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 version.properties diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..5aaf9e8 --- /dev/null +++ b/version.properties @@ -0,0 +1,12 @@ +# 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 this + +major=1 +minor=0 +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 -- 2.16.6