diff options
author | wr148d <wr148d@att.com> | 2022-01-26 12:55:52 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-01-26 12:55:52 -0500 |
commit | 2f3def48c0f8bf316927a754e47efda0c47000ba (patch) | |
tree | 64b7a2a6e127ecbe1db9c789f23ae99b355f7798 | |
parent | 6b2df9c617caf6049f3b0cd7917e1de8ea9ffd96 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |