[AAI] Upversion babel to 1.11.0 for Kohn 62/131562/2
authorwr148d <wr148d@att.com>
Wed, 19 Oct 2022 15:35:25 +0000 (11:35 -0400)
committerwr148d <wr148d@att.com>
Wed, 19 Oct 2022 20:26:24 +0000 (16:26 -0400)
Issue-ID: AAI-3537
Change-Id: Ieabfcf86e878514406326eb958dcc587601c973d
Signed-off-by: wr148d <wr148d@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 09d0012..1343611 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
        <groupId>org.onap.aai</groupId>
        <artifactId>babel</artifactId>
-       <version>1.9.6-SNAPSHOT</version>
+       <version>1.11.0-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <name>aai-babel</name>
@@ -87,7 +87,7 @@
                <!-- Dependency Versions -->
                <sdc.tosca.version>1.5.1</sdc.tosca.version>
 
-               <aai.common.version>1.9.3</aai.common.version>
+               <aai.common.version>1.9.4</aai.common.version>
                <aaf.version>2.1.21</aaf.version>
                <common.logging.version>1.2.2</common.logging.version>
                <logback.core.version>1.2.7</logback.core.version>
index c8a3ba9..f6bcc5a 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=9
-patch=6
+minor=11
+patch=0
 
 base_version=${major}.${minor}.${patch}