[AAI] Upversion resources to 1.11.0 for Kohn 57/131557/1
authorwr148d <wr148d@att.com>
Wed, 19 Oct 2022 15:18:52 +0000 (11:18 -0400)
committerwr148d <wr148d@att.com>
Wed, 19 Oct 2022 15:18:52 +0000 (11:18 -0400)
Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iaff2e738801c7176d4aea4fc27e8c4fa60cdf65c

aai-resources/pom.xml
pom.xml
version.properties

index 0e3a979..37e397c 100644 (file)
@@ -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>
diff --git a/pom.xml b/pom.xml
index 2b51d77..fd8bcb0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index ab3f16a..8741983 100644 (file)
@@ -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}