From 21982571e07411a498e0fdf95624c62b06b8f350 Mon Sep 17 00:00:00 2001 From: wr148d Date: Thu, 20 Oct 2022 13:53:01 -0400 Subject: [PATCH] [AAI] Upversion model-loader to 1.11.0 for Kohn Issue-ID: AAI-3537 Signed-off-by: wr148d Change-Id: Iea45b1475fd768e442ab802b44c17d6a0a5cb8a2 --- pom.xml | 4 ++-- version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 226429d..70428eb 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.9.4-SNAPSHOT + 1.11.0-SNAPSHOT @@ -55,7 +55,7 @@ 1.8 1.19 1.3 - 1.9.5 + 1.11.0 1.2.1 1.4.1 1.2.3 diff --git a/version.properties b/version.properties index 56c4cbc..c287a8c 100644 --- a/version.properties +++ b/version.properties @@ -24,8 +24,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=9 -patch=4 +minor=11 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6