diff options
author | wr148d <wr148d@att.com> | 2022-01-26 12:56:00 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-01-26 12:56:00 -0500 |
commit | d1e3d21c689f5842bbea15ba0f54c1ac2aee0602 (patch) | |
tree | ebf6e92edfc35c0d35f604b0e9d3e677c4f7d7c8 | |
parent | eab01a1438fb5a35ed79da14688ed213ea45255e (diff) |
[AAI] Upgraded microservices to use the latest aai-common 1.9.2
Issue-ID: AAI-3433
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I94c638d7b38085819eba9620ae51cedb047c1f0b
-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.9.0</version> + <version>1.9.2</version> </parent> <groupId>org.onap.aai.traversal</groupId> <artifactId>traversal</artifactId> @@ -41,7 +41,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.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/traversal/${project.artifactId}/${project.version}</site.path> <release.path>/content/repositories/releases/</release.path> |