diff options
author | Hassan, Sean (sh265m) <sean.hassan@att.com> | 2020-08-27 16:22:05 -0500 |
---|---|---|
committer | Hassan, Sean (sh265m) <sean.hassan@att.com> | 2020-08-27 16:22:17 -0500 |
commit | 55789c5859aff784f6b3cb45e17375c5be1c4cf3 (patch) | |
tree | d7e60aada4490e51ae3c50ac9a60dcb53c8fa9ea /version.properties | |
parent | 61d58a9597f2640f52e6c274525b1712ee38c461 (diff) |
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) <sean.hassan@att.com>
Change-Id: Ie8d8ad76104ead18eb568d0c48882e7cbead041a
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 38e27527..77d490c5 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ # This TAG <version>2.7.0-SNAPSHOT</version> 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} |