aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-01-26 12:55:52 -0500
committerwr148d <wr148d@att.com>2022-01-26 12:55:52 -0500
commit2f3def48c0f8bf316927a754e47efda0c47000ba (patch)
tree64b7a2a6e127ecbe1db9c789f23ae99b355f7798
parent6b2df9c617caf6049f3b0cd7917e1de8ea9ffd96 (diff)
[AAI] Upgraded microservices to use the latest aai-common 1.9.2
Issue-ID: AAI-3433 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I3ece44b45db8219a695b72a05d9ed915bfa5b3fa
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 409af6a..22b9c82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.7.0</version>
+ <version>1.9.2</version>
</parent>
<groupId>org.onap.aai</groupId>
@@ -34,7 +34,7 @@
<name>aai-rest-client</name>
<properties>
- <aai.common.version>1.6.10</aai.common.version>
+ <aai.common.version>1.9.2</aai.common.version>
<checkstyle.config.location>google_checks.xml</checkstyle.config.location>
<jacoco.report.directory>${project.build.directory}/code-coverage</jacoco.report.directory>
<jacoco.line.coverage.limit>0.80</jacoco.line.coverage.limit>