From 90c86d5404b59457122415eb38ea45b98cdb91e9 Mon Sep 17 00:00:00 2001 From: wr148d Date: Tue, 18 Oct 2022 13:14:37 -0400 Subject: [AAI] Upversion schema-service to 1.11.0 for Kohn Issue-ID: AAI-3537 Signed-off-by: wr148d Change-Id: Ib4b3438180f58e78e5ffea4c0d4aaf0b9c5f1158 --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index b23c928..77e4dc8 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # 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_version=1 -minor_version=9 -patch_version=7 +minor_version=11 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins -- cgit 1.2.3-korg