diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-09-22 15:19:03 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-09-24 11:51:07 +0200 |
commit | b9cb00657207bb020c1802485c930b46621d4813 (patch) | |
tree | e62c4603116ea79f5974859fd4455aa108b36b62 /mod/bpgenerator/version.properties | |
parent | 9e72a68a16d4a7aaeb093e23e288585f9aebd220 (diff) |
Refactor, fix code formatting and add unittests
-Refactor DmaapNode class
-Add UT for DmaapNode
-Refactor and fix code formatting in DmaapStreem class
-Top up version to 1.5.2
Issue-ID: DCAEGEN2-2449
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: If6781f26bb6bfe2a645b0b0438157823670341a2
Diffstat (limited to 'mod/bpgenerator/version.properties')
-rw-r--r-- | mod/bpgenerator/version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bpgenerator/version.properties b/mod/bpgenerator/version.properties index 303a703..3f9d877 100644 --- a/mod/bpgenerator/version.properties +++ b/mod/bpgenerator/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 |