From 43ee218d890c982328ed8f16ec87c51b31e825be Mon Sep 17 00:00:00 2001 From: Raviteja Cherughattu Date: Fri, 31 Jul 2020 13:18:47 -0500 Subject: [PATCH] Prepare for release 2.7.0 Issue-ID: AAF-1142 Change-Id: I0d339e6fb5cc503d9b7d2cc7ed3d5dd4f9c4f872 Signed-off-by: Raviteja Cherughattu --- version.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.properties b/version.properties index ec090acd..38e27527 100644 --- a/version.properties +++ b/version.properties @@ -24,10 +24,10 @@ # 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 -# This TAG 2.1.21-SNAPSHOT is here to help remember to change this file. Keep it up to date with the following "real" entries: +# This TAG 2.7.0-SNAPSHOT is here to help remember to change this file. Keep it up to date with the following "real" entries: major=2 -minor=1 -patch=22 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6