From 76ff55a5d1f4f14fbbb8a76c5419c39e08319891 Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Mon, 13 Jul 2020 10:30:21 +0200 Subject: Add missing library After upgrade to java 11 two problems occurred: - missing dependency to javax.activation.activation - logger has a problem with access to log files Issue-ID: DCAEGEN2-2287 Signed-off-by: Zebek Bogumil Change-Id: I03fb683f195f1898ec31f2726420eb27be7d55bb --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 7a03c1a..f7ed100 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins -- cgit 1.2.3-korg