From 0986bb72923ba59839b3e0e656ce82c451126820 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 14 Jun 2019 11:20:13 +0200 Subject: [PATCH] Upversion in preparation of initial release Issue-ID: AAI-2477 Change-Id: I476c3e329bb8ae247b3850d96c0f5b71da1cd190 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 d9f6d91..a074410 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.aai babel - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT jar aai-babel @@ -58,7 +58,7 @@ 2.1 0.13.2 org.onap.aai.schema-service - 1.0.5 + 1.5.0 3.7 1.2.1 1.3.0 diff --git a/version.properties b/version.properties index 77e67b1..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=2 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6