summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-15 14:07:49 -0400
committerwr148d <wr148d@att.com>2022-03-15 14:07:49 -0400
commit8592a02444ec30d425dd877ff0cba8bc56676ad5 (patch)
treec759ceea05c886f9cd41a4c1ab70a1666a7246a2
parent9be84f832c19381dc2ffec78436c5ea67efd60ec (diff)
[AAI] Update model-loader to use newer packages
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I6395a38ce013b0573af92aa09a874be1a8b19675
-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 3b4753d..f45b49a 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.2-SNAPSHOT</version>
+ <version>1.9.3-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.3</babel.version>
+ <babel.version>1.9.4</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>
@@ -65,7 +65,7 @@
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/</aai.build.directory>
<aai.docker.namespace>onap</aai.docker.namespace>
<aai.base.image>alpine</aai.base.image>
- <aai.base.image.version>1.9.0</aai.base.image.version>
+ <aai.base.image.version>1.8.1</aai.base.image.version>
<!-- This will be used for the docker images as the default format of maven build has issues -->
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
diff --git a/version.properties b/version.properties
index 0922e57..70fea66 100644
--- a/version.properties
+++ b/version.properties
@@ -25,7 +25,7 @@
major=1
minor=9
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}