From 0833746eadd7233e5c58505adbf5edc49823bbd0 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Tue, 28 Jun 2022 10:47:21 +0300 Subject: [PATCH 1/3] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2dfc966..f4daead 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.bvn13.kafka.health kafka-health-check - 1.4.2 + 1.5.0-SNAPSHOT jar Kafka Health Check From fc4b77c0e7270e42abded55afaf7c96976dfc94a Mon Sep 17 00:00:00 2001 From: bvn13 Date: Tue, 28 Jun 2022 15:37:05 +0300 Subject: [PATCH 2/3] updates for releasing --- README.md | 2 +- pom.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eec971..87d9432 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the following dependency to your `pom.xml` me.bvn13.kafka.health kafka-health-check - 1.4.0 + 1.5.0 ``` diff --git a/pom.xml b/pom.xml index f4daead..2d908c2 100644 --- a/pom.xml +++ b/pom.xml @@ -229,6 +229,10 @@ ossrh https://s01.oss.sonatype.org/content/repositories/snapshots + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + From 5985805836181fd94db6550773c6817368a10402 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Tue, 28 Jun 2022 15:37:24 +0300 Subject: [PATCH 3/3] Update versions for release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d908c2..116d840 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.bvn13.kafka.health kafka-health-check - 1.5.0-SNAPSHOT + 1.5.1 jar Kafka Health Check