From 3a9ff74119c0f9ac69d87dbddbbb7c4c891bbff9 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 14 Jun 2019 11:28:52 +0200 Subject: Upversion in preparation of initial release Issue-ID: AAI-2478 Change-Id: Ie219397d12dd99dde76ed618668853d9b1601ddf Signed-off-by: Jimmy Forsyth --- pom.xml | 7 ++++--- version.properties | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 23e0f1e..8e3b57b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.cacher aai-cacher - 1.1.0-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.oparent @@ -70,7 +70,8 @@ org.onap.aai.cacher.Application - 1.4.1 + 1.5.1 + 1.5.0 5.15.8 @@ -414,7 +415,7 @@ org.onap.aai.schema-service aai-schema - 1.0.5 + ${aai-schema-service.version} commons-configuration diff --git a/version.properties b/version.properties index c48027c..b11eaff 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=1 +minor_version=5 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg