From b9d4cdf415e9050754cd63a5399daa3e2711deeb Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 11 Dec 2019 15:32:28 -0500 Subject: [PATCH] Upversion for Frankfurt Issue-ID: AAI-2737 Signed-off-by: Jimmy Forsyth Change-Id: I91bd8d7b63c7c7fbb3dee0ef41f5ec7155e86006 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 16cbba9..10a4f2c 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT diff --git a/version.properties b/version.properties index 4c24975..b9e3014 100644 --- a/version.properties +++ b/version.properties @@ -24,7 +24,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=5 +minor=6 patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6