From: Jimmy Forsyth Date: Fri, 14 Jun 2019 09:28:52 +0000 (+0200) Subject: Upversion in preparation of initial release X-Git-Tag: 1.5.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3a9ff74119c0f9ac69d87dbddbbb7c4c891bbff9;p=aai%2Fcacher.git Upversion in preparation of initial release Issue-ID: AAI-2478 Change-Id: Ie219397d12dd99dde76ed618668853d9b1601ddf Signed-off-by: Jimmy Forsyth --- 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}