From d709ddf4d2e2629b15f735052c04d7a9a148b21b Mon Sep 17 00:00:00 2001 From: efiacor Date: Thu, 22 Jul 2021 12:53:56 +0100 Subject: [PATCH] [DMAAP-KAFKA] Bump version to 1.1.1 Signed-off-by: efiacor Change-Id: Idde7490e9821518a70aff1adc05d657517027970 Issue-ID: DMAAP-209 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2a7c5db..373a4d9 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.onap.dmaap.kafka kafka11aaf - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT dmaap-kafka diff --git a/version.properties b/version.properties index 44511d5..f33ebd5 100644 --- a/version.properties +++ b/version.properties @@ -26,7 +26,7 @@ major=1 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6