From 7fe841a700b70690401e4e2f3bb9f4d134cdfec2 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 19 Jun 2019 17:03:54 -0400 Subject: Upversion for global jjb transition Issue-ID: AAI-2495 Change-Id: Icd9701814455dca24329b222684017389b6de1f3 Signed-off-by: Jimmy Forsyth --- aai-resources/pom.xml | 10 +++++----- pom.xml | 2 +- version.properties | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index c848c50..452cfe2 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -25,19 +25,19 @@ 4.0.0 org.onap.aai.resources aai-resources - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.resources resources - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT 1.8 org.onap.aai.ResourcesApp - 1.0.5 - 1.4.3 - 1.4.3 + 1.5.0 + 1.5.1 + 1.5.1 1.0.2 1.5.20.RELEASE diff --git a/pom.xml b/pom.xml index 33188b4..99c1c37 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT aai-resources pom diff --git a/version.properties b/version.properties index e653a66..b11eaff 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=4 -patch_version=1 +minor_version=5 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg