From: wr148d Date: Fri, 23 Sep 2022 14:39:56 +0000 (-0400) Subject: [AAI] Upversion to 1.9.7 for resources cassandra healthcheck X-Git-Tag: 1.9.7~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2fc750b339f4a45cb68e1e532dcc0e6d6a023b12;p=aai%2Fresources.git [AAI] Upversion to 1.9.7 for resources cassandra healthcheck Issue-ID: AAI-3528 Signed-off-by: wr148d Change-Id: I8f4c4cc36a4f2210a210b61ff69dba500aafd2a7 --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 6f8d97db..3b29f253 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.9.6-SNAPSHOT + 1.9.7-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index 856fb038..496332b0 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.9.6-SNAPSHOT + 1.9.7-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index 79d7ece0..ab3f16a4 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=9 -patch_version=6 +patch_version=7 base_version=${major_version}.${minor_version}.${patch_version}