[AAI] Upgraded microservices to use the latest aai-common 1.9.2 81/126781/1
authorwr148d <wr148d@att.com>
Wed, 26 Jan 2022 17:55:57 +0000 (12:55 -0500)
committerwr148d <wr148d@att.com>
Wed, 26 Jan 2022 17:55:57 +0000 (12:55 -0500)
Issue-ID: AAI-3433
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I3e8c97fd4970de2ce163ea2a0c98d28b4d4839c5

pom.xml

diff --git a/pom.xml b/pom.xml
index 4f4385e..5477e7f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,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.resources</groupId>
     <artifactId>resources</artifactId>
@@ -48,7 +48,7 @@
         <staging.path>/content/repositories/staging/</staging.path>
         <!-- GMaven plugin uses this property to figure out the name of the docker tag -->
         <aai.project.version>${project.version}</aai.project.version>
-        <aai.common.version>1.9.0</aai.common.version>
+        <aai.common.version>1.9.2</aai.common.version>
         <aai.schema.service.version>1.9.2</aai.schema.service.version>
     </properties>
     <build>