aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Maharajh <rx2202@us.att.com>2022-01-26 19:09:17 +0000
committerGerrit Code Review <gerrit@onap.org>2022-01-26 19:09:17 +0000
commit163fb055d2dc4cecb6e2f1ec313aaef33e6d2c24 (patch)
tree460cb09d6a8c8c1a90e54df271e093c0cb3cd2dc
parent6c006a13328f6eb388d6cbd0ac3323f3462b3343 (diff)
parent44cb692a756beaa6d7c3ac7f029e2ba5f08e6a5d (diff)
Merge "[AAI] Upgraded microservices to use the latest aai-common 1.9.2"
-rwxr-xr-xpom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1a716e4..c9f149c 100755
--- 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.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
@@ -56,7 +56,7 @@
<docker.push.registry>localhost:5000</docker.push.registry>
<aai.docker.version>1.0.0</aai.docker.version>
<aai.schema.service.version>1.9.0</aai.schema.service.version>
- <aai.common.version>1.9.0</aai.common.version>
+ <aai.common.version>1.9.2</aai.common.version>
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/
</aai.build.directory>
<aai.docker.namespace>onap</aai.docker.namespace>