diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -22,7 +22,7 @@ limitations under the License. <groupId>org.onap.aai.validation</groupId> <artifactId>validation</artifactId> <name>aai-validation</name> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> @@ -43,7 +43,7 @@ limitations under the License. </dependencyManagement> <properties> - <spring-boot.version>1.5.17.RELEASE</spring-boot.version> + <spring-boot.version>1.5.18.RELEASE</spring-boot.version> <start-class>org.onap.aai.validation.ValidationServiceApplication</start-class> <serverPort>9500</serverPort> <sslport>9501</sslport> diff --git a/version.properties b/version.properties index fb21064..0969948 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |