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 | |
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
-rw-r--r-- | aai-resources/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 6 | ||||
-rw-r--r-- | version.properties | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 0e3a979..37e397c 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.9.7-SNAPSHOT</version> + <version>1.11.0-SNAPSHOT</version> </parent> <properties> <java.version>1.8</java.version> @@ -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> diff --git a/version.properties b/version.properties index ab3f16a..8741983 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=9 -patch_version=7 +minor_version=11 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |