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 9b9ab8d..4c0e5cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
<groupId>org.onap.aai.graphgraph</groupId>
<artifactId>graphgraph</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<properties>
<nexusproxy>https://nexus.onap.org</nexusproxy>
@@ -23,7 +23,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<java.version>1.8</java.version>
- <spring.boot.version>1.5.19.RELEASE</spring.boot.version>
+ <spring.boot.version>1.5.22.RELEASE</spring.boot.version>
<docker.fabric.version>0.23.0</docker.fabric.version>
<docker.registry>docker.io</docker.registry>
diff --git a/version.properties b/version.properties
index 4814eb2..85a0227 100644
--- a/version.properties
+++ b/version.properties
@@ -4,8 +4,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=5
-patch_version=1
+minor_version=7
+patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}