summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2021-08-18 20:07:41 -0400
committerwr148d <wr148d@att.com>2021-08-18 20:07:41 -0400
commit854217148a1a1f78b149e482d18cfb7e14e7d160 (patch)
tree130e0f8ef805a2a183281b84f52ac37eacea66b2
parent211189e641f5b3aef7b02f47d5e82e522c8c592f (diff)
[AAI] Updates for latest versions for Istanbul
Issue-ID: AAI-3361 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ic3ac28fa7cd45f32ca1c35eade6690e6d6a3115c
-rw-r--r--pom.xml4
-rw-r--r--version.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 52796a8..a8bd911 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.8.1-SNAPSHOT</version>
+ <version>1.9.0-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.8.0</babel.version>
+ <babel.version>1.9.0</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>
diff --git a/version.properties b/version.properties
index ae140d3..73bc8e9 100644
--- a/version.properties
+++ b/version.properties
@@ -24,8 +24,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=8
-patch=1
+minor=9
+patch=0
base_version=${major}.${minor}.${patch}