diff options
author | wr148d <wr148d@att.com> | 2022-01-26 12:55:50 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-01-26 13:06:15 -0500 |
commit | 2b462c8334d12ac1f277aed4f933dcb189896a37 (patch) | |
tree | e70d4b092ae357eddb386cefbf8b1ec5fa4d70e1 /pom.xml | |
parent | c831f186a3b2ac2e8e48fc4511729048650ba2c8 (diff) |
[AAI] Upgraded microservices to use the latest aai-common 1.9.2
Issue-ID: AAI-3433
Change-Id: I8a2fccdb469b2ae6bc10d09cd884fb4e38db5447
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.7.0</version> + <version>1.9.2</version> </parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> @@ -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.7.0</aai.common.version> + <aai.common.version>1.9.2</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> |