From 513d85813f4211be3ae2708c03939b5e124a2f7d Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 19 Jun 2019 18:33:41 -0400 Subject: Upversion for global jjb transition Issue-ID: AAI-2501 Change-Id: I84f3fde66da363d556055a34cdfe4f89e85deb52 Signed-off-by: Jimmy Forsyth --- pom.xml | 4 ++-- version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 6822fc0..6f96d99 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.validation validation aai-validation - 1.4.1-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.oparent oparent @@ -67,7 +67,7 @@ 2.6.2 1.3 20160212 - 1.0.5 + 1.5.0 1.4.1 ${project.build.directory}/bundleconfig/etc/oxm/ 2.23 diff --git a/version.properties b/version.properties index eff345c..99af342 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,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} -- cgit 1.2.3-korg