diff options
author | wr148d <wr148d@att.com> | 2021-09-20 11:44:09 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2021-09-20 11:44:09 -0400 |
commit | 8e9c763483873bc9efb3cc9d2333eb837b7eba0e (patch) | |
tree | 82ea42d09ea99da47c054ce21e2b6e6236ede668 | |
parent | c181655bc35a80245f6f1b3f4bf80ba8930584c9 (diff) |
[AAI] Upversioning model-loader to 1.9.1 and making it use the newest babel
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I3d0edcf2716504c5eb155ec00d74e84ffc8bddf2
-rw-r--r-- | pom.xml | 6 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -33,7 +33,7 @@ <groupId>org.onap.aai.model-loader</groupId> <artifactId>model-loader</artifactId> <name>aai-model-loader</name> - <version>1.9.0-SNAPSHOT</version> + <version>1.9.1-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.0</babel.version> + <babel.version>1.9.1</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.8.1</aai.base.image.version> + <aai.base.image.version>1.9.0</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 73bc8e9..c6e8ee0 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=9 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |