diff options
author | wr148d <wr148d@att.com> | 2022-10-19 11:18:52 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-10-19 11:18:52 -0400 |
commit | dfe4a02bd155f892895f3234ef8a9bc8ae36bba5 (patch) | |
tree | 9f541ef28adae43cd5f1358d000b0c0f63f685ef /pom.xml | |
parent | aa4d8afd0d10c79a0605bc9402da2dc7f838f8ee (diff) |
[AAI] Upversion resources to 1.11.0 for Kohn
Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iaff2e738801c7176d4aea4fc27e8c4fa60cdf65c
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.resources</groupId> <artifactId>resources</artifactId> - <version>1.9.7-SNAPSHOT</version> + <version>1.11.0-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> @@ -48,8 +48,8 @@ <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.common.version>1.9.3</aai.common.version> - <aai.schema.service.version>1.9.7</aai.schema.service.version> + <aai.common.version>1.9.4</aai.common.version> + <aai.schema.service.version>1.11.0</aai.schema.service.version> </properties> <build> <pluginManagement> |