From cff56489f774f937654cb6eb198d3d5ef41418a2 Mon Sep 17 00:00:00 2001 From: efiacor Date: Thu, 16 Jun 2022 09:38:26 +0100 Subject: [STRIMZI] Migrate client from cambria to kafka native Add call to sdc to get kafka and topic details Add kafka config to IConfiguration interface Signed-off-by: efiacor Change-Id: Ibec77d1ff1cd25ad4adce133ee81d66e54c7707f Issue-ID: DMAAP-1745 --- version.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index d1722d6..890f74f 100644 --- a/version.properties +++ b/version.properties @@ -3,9 +3,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=1 -minor=4 -patch=5 +major=2 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg