[AAI] Upversion traversal to 1.11.0 for Kohn 59/131559/1
authorwr148d <wr148d@att.com>
Wed, 19 Oct 2022 15:24:58 +0000 (11:24 -0400)
committerwr148d <wr148d@att.com>
Wed, 19 Oct 2022 15:24:58 +0000 (11:24 -0400)
Issue-ID: AAI-3537
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I53c187da740a8f99843dbab74bca3d13f06e6e93

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

index 3d48286..e09410e 100644 (file)
@@ -26,7 +26,7 @@
        <parent>
                <groupId>org.onap.aai.traversal</groupId>
                <artifactId>traversal</artifactId>
-               <version>1.9.6-SNAPSHOT</version>
+               <version>1.11.0-SNAPSHOT</version>
        </parent>
        <groupId>org.onap.aai.traversal</groupId>
        <artifactId>aai-traversal</artifactId>
diff --git a/pom.xml b/pom.xml
index 7330316..549ccd0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index 79d7ece..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=6
+minor_version=11
+patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}