aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-02-22 16:12:02 -0500
committerwr148d <wr148d@att.com>2022-02-22 16:12:02 -0500
commitf849a77a87a92a4e4bef4f49e65354ad98acbba4 (patch)
tree24eea15b17167bc7e9b0eb933243468417b7ef12
parent93543c1bdc688b4e518fb2151a458f85095f5e25 (diff)
[AAI] Upversion model-loader to 1.9.2 and to use later babel
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I3c84c57634963d4315e51e572e9dc4fcaecc197d
-rw-r--r--pom.xml6
-rw-r--r--version.properties2
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 2262712..3b4753d 100644
--- 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.1-SNAPSHOT</version>
+ <version>1.9.2-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.1</babel.version>
+ <babel.version>1.9.3</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>
@@ -308,7 +308,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.4</version>
+ <version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/version.properties b/version.properties
index c6e8ee0..0922e57 100644
--- a/version.properties
+++ b/version.properties
@@ -25,7 +25,7 @@
major=1
minor=9
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}