From c83c633d7a5f8ae8a7f84a15e3824c46ced305fe Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Thu, 5 Apr 2018 16:08:24 -0500 Subject: Modify cadi & misc versions in authz Changed cadi version from 1.5.0-SNAPSHOT to 2.1.0-SNAPSHOT Changed misc version from 1.3.0-SNAPSHOT to 2.1.0-SNAPSHOT Issue-ID: AAF-215 Change-Id: I161311c479504547251334d1681d1aec848fe49d Signed-off-by: Sai Gandham --- version.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 921ea4fc..c5683938 100644 --- a/version.properties +++ b/version.properties @@ -25,9 +25,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=1 -minor=0 -patch=1 +major=2 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg