diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 4 |
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.4-SNAPSHOT</version> + <version>1.11.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.9.5</babel.version> + <babel.version>1.11.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 56c4cbc..c287a8c 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=9 -patch=4 +minor=11 +patch=0 base_version=${major}.${minor}.${patch} |