From: Bruno Sakoto Date: Mon, 22 Feb 2021 15:04:41 +0000 (-0500) Subject: Synchronize version.properties with pom version X-Git-Tag: 0.0.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fb4e13210c86ae05dad95c935a85042d35ea9fd5;p=cps.git Synchronize version.properties with pom version Issue-ID: CPS-175 Signed-off-by: Bruno Sakoto Change-Id: If91a0098fa610479fabba4a92aa2c1c98671f56d --- diff --git a/version.properties b/version.properties index 12156a9a64..d38d8430d8 100644 --- a/version.properties +++ b/version.properties @@ -1,9 +1,9 @@ # 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 +major=0 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}