diff options
author | wr148d <wr148d@att.com> | 2022-03-03 10:54:13 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-03-03 10:54:13 -0500 |
commit | 23122e1451d7ee894dbbd67c15f46aec03b5096f (patch) | |
tree | 8f24e7a10761dc27c8b9b8fb4cac934933e80091 | |
parent | 712b8224a38be55d7ac428268c777092b094231d (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: I1bb220b9a69b04c999f34067d7504dd557af5787
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ Nexus Proxy Properties and Snapshot Locations Ideally this can be overwritten at runtime per internal environment specific values at runtime --> - <aai.common.version>1.9.2</aai.common.version> + <aai.common.version>1.9.3</aai.common.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <site.path>/content/sites/site/org/onap/aai/resources/${project.artifactId}/${project.version}</site.path> <release.path>/content/repositories/releases/</release.path> |