From 434f4a84dc7a8f5936857d2f67a30955326f881c Mon Sep 17 00:00:00 2001 From: wr148d Date: Wed, 26 Jan 2022 12:55:53 -0500 Subject: [AAI] Upgraded microservices to use the latest aai-common 1.9.2 Issue-ID: AAI-3433 Signed-off-by: wr148d Change-Id: I25f0147d398e4a4783364c012ccfc728f016c895 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 645f665..e7b3a08 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.onap.aai.aai-common aai-parent - 1.8.2 + 1.9.2 org.onap.aai.graphgraph @@ -26,7 +26,7 @@ docker.io localhost:5000 onap - 1.8.2 + 1.9.2 ${project.build.directory}/${project.artifactId}-${project.version}-build/ src/main/resources/ ${project.basedir}/graphgraph-fe/coverage/lcov.info -- cgit 1.2.3-korg