diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-09-15 15:13:23 +0200 |
---|---|---|
committer | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2020-12-30 13:43:32 +0100 |
commit | cebf5f6d5b62546bb454292203aa1122f47970b1 (patch) | |
tree | 41fcde81874ff22bdec780af3edccaafe2c404bd /version.properties | |
parent | c32d68151728587f2645fc23ce463a4ace0a81a0 (diff) |
Adjust DFC collector to use certificates from CMPv2
- Add fields for external tls
- Change dmaap.ftpes.certs paths
Issue-ID: DCAEGEN2-1795
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Icf8c947f95bfa19aad95f6c0864b474fff0921a7
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 703b401..f79400f 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=2
minor=2
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|