aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-03 10:54:18 -0500
committerwr148d <wr148d@att.com>2022-03-03 10:54:18 -0500
commit3e96468c531da8b138484c77fa909f203a82d2e9 (patch)
tree5fc2bf0039ef9eb9a1463e1ffc3baaa47b60066e
parent434f4a84dc7a8f5936857d2f67a30955326f881c (diff)
[AAI] Update mS to use 1.9.3 aai-common version
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ieff5ca53a8c84ff4cbfa0e10c388f7e012355579
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e7b3a08..008cc9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.9.2</aai.common.version>
+ <aai.common.version>1.9.3</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>