From 55789c5859aff784f6b3cb45e17375c5be1c4cf3 Mon Sep 17 00:00:00 2001 From: "Hassan, Sean (sh265m)" Date: Thu, 27 Aug 2020 16:22:05 -0500 Subject: Create and prepare non-deploy release 2.7.1 Contains two minor functional changes. First is the replace of "osaaf" with "onap.aaf" in pathing. Second is to have connection retries attempt to exhaust all located services before expiring. Issue-ID: AAF-1193 Signed-off-by: Hassan, Sean (sh265m) Change-Id: Ie8d8ad76104ead18eb568d0c48882e7cbead041a --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 38e27527..77d490c5 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ # 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=7 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg