aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Maharajh <rx2202@us.att.com>2022-01-26 19:08:07 +0000
committerGerrit Code Review <gerrit@onap.org>2022-01-26 19:08:07 +0000
commit70f1c299d3139fb1979594b023c20228bf308742 (patch)
tree0f370ffba5fa25b15dbabc9860689d94dbe714d5
parente162f3b59137cc0f13a88f3065031595f64754bd (diff)
parentdb9b2dca1c6ab7a899280248c1219addb6323f68 (diff)
Merge "[AAI] Upgraded microservices to use the latest aai-common 1.9.2"
-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>