diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-08-20 10:51:44 -0400 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-08-20 10:51:49 -0400 |
commit | 46f941549e4fad198877b04e75519ee030e36bac (patch) | |
tree | 0d4505aa0134bd04e3971ed40304862dc995625b /pom.xml | |
parent | 4c8cebb49896e56b4b4b28f6fcc33fa2282d67f6 (diff) |
Update schema service to use spring boot aaf filter
Issue-ID: AAI-3017
Change-Id: I876fe90c7d54ffca3b37fd9f8d2807dc4c4128ec
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,11 +26,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.7.0</version> </parent> <groupId>org.onap.aai.schema-service</groupId> <artifactId>schema-service</artifactId> - <version>1.7.4-SNAPSHOT</version> + <version>1.7.5-SNAPSHOT</version> <name>aai-schema-service</name> <packaging>pom</packaging> <modules> @@ -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.6.8</aai.common.version> + <aai.common.version>1.7.0</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> |