From bab0c4c0bc2f2f8a31bc5c3f14509ef72a2cae14 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 19 Jun 2019 16:39:59 -0400 Subject: [PATCH] Upversion for global jjb transition Issue-ID: AAI-2494 Signed-off-by: Jimmy Forsyth Change-Id: Id9199420a979d177bd4920010ac8e6959dd4d4c8 --- pom.xml | 4 ++-- version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index af10150..34fbe23 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT @@ -128,7 +128,7 @@ org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 ch.qos.logback diff --git a/version.properties b/version.properties index f4d5cf8..4c24975 100644 --- a/version.properties +++ b/version.properties @@ -24,8 +24,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 -patch=1 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6