aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-04-08 11:54:22 -0400
committerJimmy Forsyth <jf2512@att.com>2020-04-08 11:54:23 -0400
commit208ab81cd84c06387d6ce7ad335b3fbe4d51ac04 (patch)
treed13d2a81431eabd534974cff92e945501ab3162b
parent649b5eb21d70325975a185b3f27b6144008aa20a (diff)
Upversion to 1.7.0
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I73df5eef0a364adf3fa732ca55486ed4ff46a66a
-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}