From a2882e7e4411249f7398cd120eadace03866dede Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Mon, 21 Mar 2022 19:48:05 +0530 Subject: bump the version for Jakarata Issue-ID: SO-3748 Signed-off-by: Seshu-Kumar-M Change-Id: I2fd15639d2382e06145facaf7b31afb137d235d0 --- version.properties | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/version.properties b/version.properties index 5588bd4..5f787d9 100755 --- a/version.properties +++ b/version.properties @@ -1,13 +1,13 @@ -# Versioning variables -# 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 - -major=1 -minor=9 -patch=1 - -base_version=${major}.${minor}.${patch} - -# Release must be completed with git revision # in Jenkins -release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT +# Versioning variables +# 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.. + +major=1 +minor=10 +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 -- cgit 1.2.3-korg