From c3d86a7777001c81ff5323b381b4bb1af4613648 Mon Sep 17 00:00:00 2001 From: wr148d Date: Thu, 27 Jan 2022 10:18:41 -0500 Subject: [AAI] Upversion resources to 1.9.3 Issue-ID: AAI-3431 Signed-off-by: wr148d Change-Id: I27ccb511f0f8243392eb53ac37a27b33eb035505 --- 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 4e07cc4..48102ae 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.9.2-SNAPSHOT + 1.9.3-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index 5477e7f..2eec04d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.9.2-SNAPSHOT + 1.9.3-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index 8c30688..91deacb 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=9 -patch_version=2 +patch_version=3 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg