From 854217148a1a1f78b149e482d18cfb7e14e7d160 Mon Sep 17 00:00:00 2001 From: wr148d Date: Wed, 18 Aug 2021 20:07:41 -0400 Subject: [PATCH] [AAI] Updates for latest versions for Istanbul Issue-ID: AAI-3361 Signed-off-by: wr148d Change-Id: Ic3ac28fa7cd45f32ca1c35eade6690e6d6a3115c --- pom.xml | 4 ++-- version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 52796a8..a8bd911 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.8.1-SNAPSHOT + 1.9.0-SNAPSHOT @@ -55,7 +55,7 @@ 1.8 1.19 1.3 - 1.8.0 + 1.9.0 1.2.1 1.4.1 1.2.3 diff --git a/version.properties b/version.properties index ae140d3..73bc8e9 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=8 -patch=1 +minor=9 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6