diff options
author | wr148d <wr148d@att.com> | 2021-08-18 20:07:45 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2021-08-19 15:54:48 -0400 |
commit | b0a918e6c3dd77fdf456160257680f5c519aa94b (patch) | |
tree | 51cb41933e8cb440f0672166bcaa27e46743054c /pom.xml | |
parent | fd3ec07e00ff409d92fea0a3ae11260669a9197a (diff) |
[AAI] Updates for latest versions for Istanbul
Issue-ID: AAI-3361
Change-Id: I0af66a4e683cea6d543a77b8cc4a329cc92a8a95
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.8.1</version> + <version>1.9.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.8.1</aai.common.version> + <aai.common.version>1.9.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,7 +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.8.3</aai.schema.service.version> + <aai.schema.service.version>1.9.0</aai.schema.service.version> </properties> <build> <pluginManagement> |