From 9ef2bc7903aa028d6873d2cf1d02f95daeef4444 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Mon, 21 Mar 2022 19:39:30 +0530 Subject: bump the version for Jakarata Issue-ID: SO-3748 Signed-off-by: Seshu-Kumar-M Change-Id: I8397b4a6861c58c2f5646cf99c89339c1b9e2d60 --- version.properties | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 50edce8..5f787d9 100644 --- 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=2 - -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