diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -32,7 +32,7 @@ <groupId>org.onap.aai.model-loader</groupId> <artifactId>model-loader</artifactId> <name>aai-model-loader</name> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> <dependencyManagement> <dependencies> @@ -50,7 +50,7 @@ <start-class>org.onap.aai.modelloader.service.ModelLoaderApplication</start-class> <nexusproxy>https://nexus.onap.org</nexusproxy> <docker.location>${basedir}/target</docker.location> - <spring-boot.version>1.5.17.RELEASE</spring-boot.version> + <spring-boot.version>1.5.18.RELEASE</spring-boot.version> <apache.commons-text.version>1.1</apache.commons-text.version> <commons-compress.version>1.18</commons-compress.version> <hamcrest-all.version>1.3</hamcrest-all.version> diff --git a/version.properties b/version.properties index 0680934..12f4e14 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=3 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |