aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-03 10:54:20 -0500
committerwr148d <wr148d@att.com>2022-03-03 10:54:20 -0500
commit8bfe9051cec049d6ef43afe68017fe199ad4c470 (patch)
tree0936521944660ac1807d775222a2455bb5592621
parent0180a1ffa3aef8bfe5d6d9e4f54f85f7f2ccf661 (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: I53a602bcff64c2fe7e880e5544dff6e9c1d0a0ec
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ea899d3..a654f12 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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.4</aai.schema.service.version>
- <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>
<aai.docker.namespace>onap</aai.docker.namespace>