summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-03-12 18:03:30 +0100
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>2021-03-18 10:55:33 +0100
commit45ead28846e909d2675d2dc933d60d854a958c89 (patch)
tree02592e284a759fc0a728a38efab9ca9893d006f2 /version.properties
parentc641992ced6b848a4127fb830669ff0c89e4d55e (diff)
Incoming events cache - do not load files, which are in progresshonolulu
- 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.properties2
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