From 9b0fea16fb032ae2f7cde78d1eb1800f3882f3da Mon Sep 17 00:00:00 2001 From: wr148d Date: Thu, 23 Sep 2021 09:29:22 -0400 Subject: [AAI] Upversion resources for the multi-tenancy work to 1.9.2 Issue-ID: AAI-3324 Signed-off-by: wr148d Change-Id: I665a4576797e2e7ee037142a8ae5aac515cabab6 --- aai-resources/pom.xml | 2 +- pom.xml | 4 ++-- version.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 2c0a171..4e07cc4 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.9.1-SNAPSHOT + 1.9.2-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index b68fbdd..4f4385e 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.9.1-SNAPSHOT + 1.9.2-SNAPSHOT aai-resources pom @@ -49,7 +49,7 @@ ${project.version} 1.9.0 - 1.9.0 + 1.9.2 diff --git a/version.properties b/version.properties index aae7e91..8c30688 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=9 -patch_version=1 +patch_version=2 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg