aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-01-26 12:56:01 -0500
committerWilliam Reehil <william.reehil@att.com>2022-01-26 18:08:30 +0000
commit70a63fd44ef411e85b8f2dcf3a87e220b8d0fe92 (patch)
tree0f370ffba5fa25b15dbabc9860689d94dbe714d5
parente162f3b59137cc0f13a88f3065031595f64754bd (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: I69c70d9c40f3fdebb1ee2c45692ec74cf12588d3
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 130d654..f623964 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.9.0</version>
+ <version>1.9.2</version>
</parent>
<groupId>org.onap.aai</groupId>
@@ -87,7 +87,7 @@
<!-- Dependency Versions -->
<sdc.tosca.version>1.5.1</sdc.tosca.version>
- <aai.common.version>1.9.0</aai.common.version>
+ <aai.common.version>1.9.2</aai.common.version>
<aaf.version>2.1.21</aaf.version>
<common.logging.version>1.2.2</common.logging.version>