diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-09 19:57:16 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-09 19:57:19 -0400 |
commit | 134ca0a1494ebd664ab2985c1018627624f29f02 (patch) | |
tree | 05cd83159ad7bf0fab2b0d0cef53725708af6414 /pom.xml | |
parent | 32928ac8938a6e660f8ed0213c31882423952ddc (diff) |
Update traversal to use spring boot 2
Issue-ID: AAI-2886
Issue-ID: AAI-2527
Change-Id: Id6432ff82b0377ff44115d5b42607d1926431f7b
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.6.10</version> + <version>1.7.0</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.0-SNAPSHOT</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/traversal/${project.artifactId}/${project.version}</site.path> <release.path>/content/repositories/releases/</release.path> @@ -49,6 +49,7 @@ <staging.path>/content/repositories/staging/</staging.path> <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> + <aai.schema.service.version>1.7.9</aai.schema.service.version> </properties> <build> <pluginManagement> |