From: Claudio D. Gasparini Date: Wed, 26 May 2021 12:32:56 +0000 (+0200) Subject: Include version.properties X-Git-Tag: 1.0.0~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f279f47083f25529e749f9a4da85ba8985670bb1;p=oam%2Fnf-oam-adopter.git Include version.properties Issue-ID: OAM-203 Signed-off-by: Claudio D. Gasparini Change-Id: Ifb8e6b9116066a7750d660009776dcd61f1b0643 --- 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