diff options
author | wr148d <wr148d@att.com> | 2022-09-23 10:39:56 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-09-23 10:39:56 -0400 |
commit | 2fc750b339f4a45cb68e1e532dcc0e6d6a023b12 (patch) | |
tree | 6ccdcf45fb60e0ddd3216085c4d4b78cef0492af /aai-resources | |
parent | 7f228fa70c4cc0b54f3f510adc746b5f2dcb273f (diff) |
[AAI] Upversion to 1.9.7 for resources cassandra healthcheck
Issue-ID: AAI-3528
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I8f4c4cc36a4f2210a210b61ff69dba500aafd2a7
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 6f8d97d..3b29f25 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.9.6-SNAPSHOT</version> + <version>1.9.7-SNAPSHOT</version> </parent> <properties> <java.version>1.8</java.version> |