aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-01-26 12:55:57 -0500
committerwr148d <wr148d@att.com>2022-01-26 12:55:57 -0500
commit8f3af10e15418d59815925ed0bd6ab54b6ea7d67 (patch)
tree8343e7e37c3b360c49faa00d80bc30575cbd9198
parente2a2ffecf6e4985e6959f06558fa1077110bd774 (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: I3e8c97fd4970de2ce163ea2a0c98d28b4d4839c5
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4f4385e..5477e7f 100644
--- 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>