diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-03-12 18:03:30 +0100 |
---|---|---|
committer | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2021-03-17 10:14:23 +0100 |
commit | 71d024482f4eb13e069aa240bea657109f4a2fd8 (patch) | |
tree | 1107c7a84e0ec38e54542b4f50a4edfdb209e589 /version.properties | |
parent | 96413a6b5c82edc5c64e399d9ab1077236bf5628 (diff) |
Incoming events cache - do not load files, which are in progress1.5.2
- Implement singleton cache for events being processed
- Add JUnit tests
- Bump snapshot version 1.5.1 -> 1.5.2
Issue-ID: DCAEGEN2-2659
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I79f32554a8c67d91d0d7b601bc8b060ff4984eab
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 303a703..3f9d877 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=5 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |