From 4bea076a85a3c4ce8cc5b6763bcbe26da5ab6d0b Mon Sep 17 00:00:00 2001 From: nandkishorpatke Date: Wed, 22 May 2024 16:16:04 +0530 Subject: [AAI] Bump aai-resources version to 1.13.5 Issue-ID: AAI-3843 Change-Id: I5e3f39bb0112fa618ccdd87b2347f6b31ca0f31e Signed-off-by: nandkishorpatke --- aai-resources/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index f39349a..2efab17 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.13.4-SNAPSHOT + 1.13.5-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index 6f40d88..a6f2876 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.13.4-SNAPSHOT + 1.13.5-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index c5bbf54..51a6e0a 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=13 -patch_version=4 +patch_version=5 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg