From 36c924ba8bb967ab1a5df720cc58981361d7a265 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 31 May 2019 18:28:44 -0400 Subject: Move to oparent and upversion to 1.5.0 Issue-ID: AAI-2467 Change-Id: I3de6e7efea8adc60ec6b5539ceb488680f1121fc Signed-off-by: Jimmy Forsyth --- version.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index faeb864..95479a0 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=0 -patch_version=7 +minor_version=5 +patch_version=0 + base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins release_version=${base_version} -- cgit 1.2.3-korg