diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-03-24 16:30:00 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-03-24 16:30:02 -0400 |
commit | d8b623edfd7357fc33d40686292d0d1df68dedba (patch) | |
tree | 87f33676596ee48602ad572f5ca2951f5cea67a5 /pom.xml | |
parent | 5f44aa2c676536ca94b89552a285104f6d322cf1 (diff) |
Use schema-service:1.6.6
Issue-ID: AAI-2839
Change-Id: I7f8004c3d2247b4fcb885191220e8db5231c33bd
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.6.3</version> + <version>1.6.10</version> </parent> <groupId>org.onap.aai.traversal</groupId> <artifactId>traversal</artifactId> @@ -41,6 +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.6.3</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> |