aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 dd30309..665397b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>babel</artifactId>
- <version>1.6.3-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>aai-babel</name>
@@ -42,7 +42,7 @@
<properties>
<!-- Spring boot version -->
- <spring.boot.version>2.1.6.RELEASE</spring.boot.version>
+ <spring.boot.version>2.1.12.RELEASE</spring.boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/version.properties b/version.properties
index 6d9c3d3..e377fcf 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=6
-patch=3
+minor=7
+patch=0
base_version=${major}.${minor}.${patch}