[AAI] Upversion model-loader to 1.9.4 and make it to use latest babel 32/127932/1
authorwr148d <wr148d@att.com>
Mon, 21 Mar 2022 16:48:23 +0000 (12:48 -0400)
committerwr148d <wr148d@att.com>
Mon, 21 Mar 2022 16:48:23 +0000 (12:48 -0400)
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I8c8a057984c01e814f94756bfd7fb79d785ce25d

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index f45b49a..d9946df 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
        <groupId>org.onap.aai.model-loader</groupId>
        <artifactId>model-loader</artifactId>
        <name>aai-model-loader</name>
-       <version>1.9.3-SNAPSHOT</version>
+       <version>1.9.4-SNAPSHOT</version>
 
        <dependencyManagement>
                <dependencies>
@@ -55,7 +55,7 @@
                <apache.commons-text.version>1.8</apache.commons-text.version>
                <commons-compress.version>1.19</commons-compress.version>
                <hamcrest-all.version>1.3</hamcrest-all.version>
-               <babel.version>1.9.4</babel.version>
+               <babel.version>1.9.5</babel.version>
                <aai.rest.client.version>1.2.1</aai.rest.client.version>
                <sdc-distribution-client.version>1.4.1</sdc-distribution-client.version>
                <logback.version>1.2.3</logback.version>
index 70fea66..56c4cbc 100644 (file)
@@ -25,7 +25,7 @@
 
 major=1
 minor=9
-patch=3
+patch=4
 
 base_version=${major}.${minor}.${patch}