diff options
author | wr148d <wr148d@att.com> | 2022-10-19 11:24:58 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-10-19 11:24:58 -0400 |
commit | 5b81ae7ba044a7e9ba8e7f625768786380d97b5d (patch) | |
tree | 43d68229614208cdcbd914195a81fd30616ba021 /pom.xml | |
parent | 29677d31c885b6e15acc3867e6a0f91beb3e82f5 (diff) |
[AAI] Upversion traversal to 1.11.0 for Kohn
Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I53c187da740a8f99843dbab74bca3d13f06e6e93
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.traversal</groupId> <artifactId>traversal</artifactId> - <version>1.9.6-SNAPSHOT</version> + <version>1.11.0-SNAPSHOT</version> <name>aai-traversal</name> <packaging>pom</packaging> <modules> @@ -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.9.3</aai.common.version> + <aai.common.version>1.9.4</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.9.7</aai.schema.service.version> + <aai.schema.service.version>1.11.0</aai.schema.service.version> </properties> <build> <pluginManagement> |