diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2021-03-26 14:01:00 +0000 |
---|---|---|
committer | david.mcweeney <david.mcweeney@est.tech> | 2021-04-12 13:10:01 +0100 |
commit | cc1dc6e6b8a79d9341b71af93a03c5d21c0dd50a (patch) | |
tree | 567ced0334205510386615f5ab9602e281b9125b /version.properties | |
parent | 64e36ad67eb8b8a7cd6d2b500c7aa67adbfeabf5 (diff) |
[DMAAP-MR] - Uplift to Java 11
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Change-Id: I4cef8d427c8d9dcbae171a6660e6c0bbcb64b522
Issue-ID: DMAAP-1563
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 bba0fce..768c33a 100644 --- a/version.properties +++ b/version.properties @@ -26,7 +26,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=2 patch=20 base_version=${major}.${minor}.${patch} |