aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaharajh, Robby (rx2202) <rx2202@us.att.com>2021-02-24 20:04:12 -0500
committerMaharajh, Robby (rx2202) <rx2202@us.att.com>2021-02-24 20:04:21 -0500
commit9315a648d77f5b9d85e782e34f9ce59be310449c (patch)
tree13b337fe6889d4da0b0d939f079a56e902ff9d53
parenta38ce17737087977e54db589ede36762d955fdf2 (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>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7be62e6..5158d0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>