aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Maharajh <rx2202@us.att.com>2022-01-26 19:08:18 +0000
committerGerrit Code Review <gerrit@onap.org>2022-01-26 19:08:18 +0000
commit11375c303b75e2e8909e9dd67776ea09dd2a492c (patch)
tree635fa9f01fac9db1d0b3e5768a22f92163ce283a
parentdc32516fc86605b59f20630b481210eb729247af (diff)
parent434f4a84dc7a8f5936857d2f67a30955326f881c (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 074c92b..f3a1336 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.8.2</version>
+ <version>1.9.2</version>
</parent>
<groupId>org.onap.aai.graphgraph</groupId>
@@ -26,7 +26,7 @@
<docker.registry>docker.io</docker.registry>
<docker.push.registry>localhost:5000</docker.push.registry>
<aai.docker.namespace>onap</aai.docker.namespace>
- <aai.common.version>1.8.2</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>
<graphgraph.startpath>src/main/resources/</graphgraph.startpath>
<sonar.javascript.lcov.reportPaths>${project.basedir}/graphgraph-fe/coverage/lcov.info</sonar.javascript.lcov.reportPaths>