diff options
author | Alex Shatov <alexs@att.com> | 2018-09-18 15:48:07 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-09-18 15:48:07 -0400 |
commit | 2d0b15c1bfc707e37447d4b64686285c1e23c533 (patch) | |
tree | e7fa997c4538b1ecc65de78af84bc7f47bac3ebb /version.properties | |
parent | 6556fd79eb177d8ed7c390d56410b42afb4a0c70 (diff) |
4.3.1 policy-handler - tls on web-socket
- if tls on web-socket to policy-engine fails,
retry connecting after a prolonged delay (60secs) under expectation
that the config might change in consul-kv for the policy-handler
that will fix the tls problem - relying on the periodic reconfigure
feature of the policy-handler
Change-Id: Id89f5346a99d572bace551e20a583f4c08374fc4
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611
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 e77ddf3..af72773 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=4
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|