From fb4e13210c86ae05dad95c935a85042d35ea9fd5 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Mon, 22 Feb 2021 10:04:41 -0500 Subject: [PATCH] Synchronize version.properties with pom version Issue-ID: CPS-175 Signed-off-by: Bruno Sakoto Change-Id: If91a0098fa610479fabba4a92aa2c1c98671f56d --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.properties b/version.properties index 12156a9a6..d38d8430d 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} -- 2.16.6