From cb5b2cbf0e6b20b7f55defee2b77b4c9432ce21b Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 8 Apr 2020 12:27:03 -0400 Subject: Upversion to 1.7.0 Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth Change-Id: I7b70d5ae07f27473281efc4d1c31f9c3b03ff5e7 --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ef0b04e..3c5790e 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.validation validation aai-validation - 1.6.0-SNAPSHOT + 1.7.0-SNAPSHOT org.onap.oparent oparent @@ -67,7 +67,7 @@ 2.6.2 1.3 20160212 - 1.6.0 + 1.6.6 1.4.1 ${project.build.directory}/bundleconfig/etc/oxm/ 2.23 diff --git a/version.properties b/version.properties index a0756ad..e377fcf 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=6 +minor=7 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg