diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-09-21 12:28:51 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-09-22 14:24:56 +0200 |
commit | 9e72a68a16d4a7aaeb093e23e288585f9aebd220 (patch) | |
tree | 88b3cc20220473ef6fd15cf94763d35e939f57e2 /mod/bpgenerator/version.properties | |
parent | a608125a5cb02a9eca3b146ab41fbdac7cbf706e (diff) |
Refactor DmaapBlueprint class
- Refactor DmaapBluepritn class
- Add UT
Issue-ID: DCAEGEN2-2289
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ia847388cf7f4d23c7aa7cfc76c1c8983dc79b069
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 68bc8f5..303a703 100644 --- a/mod/bpgenerator/version.properties +++ b/mod/bpgenerator/version.properties @@ -1,6 +1,6 @@ major=1 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |