From: Tomasz Golabek Date: Thu, 13 Feb 2020 11:59:45 +0000 (+0100) Subject: Duplicated version props X-Git-Tag: 0.0.1~68 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=459a31e973f55fd97831a9a7cae0dce664259a4e;p=oom%2Fplatform%2Fcert-service.git Duplicated version props Trying to avoid future issuess with staging a project images Issue-ID: AAF-997 Signed-off-by: Tomasz Golabek Change-Id: I084365fa90790deaff816d67e7a211fdf0e37131 --- diff --git a/version.properties b/version.properties new file mode 100644 index 00000000..2ddebb39 --- /dev/null +++ b/version.properties @@ -0,0 +1,6 @@ +major=1 +minor=0 +patch=0 +base_version=${major}.${minor}.${patch} +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT