diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2021-02-24 20:04:12 -0500 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2021-02-24 20:04:21 -0500 |
commit | 9315a648d77f5b9d85e782e34f9ce59be310449c (patch) | |
tree | 13b337fe6889d4da0b0d939f079a56e902ff9d53 /pom.xml | |
parent | a38ce17737087977e54db589ede36762d955fdf2 (diff) |
Sync up traversal with latest aai-common
Issue-ID: AAI-3249
Change-Id: Ifc853f0f7cbc461b87ff16f98defbb4e2a8ea131
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.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.2</version> + <version>1.8.1</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.7.2</aai.common.version> + <aai.common.version>1.8.1</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> |