Compare commits

...

4 Commits

Author SHA1 Message Date
bvn13 a2ae1a0d65 Update for next development version 2022-06-28 15:37:41 +03:00
bvn13 8e55087b49 Merge branch 'release/1.5.1' into develop 2022-06-28 15:37:39 +03:00
bvn13 5985805836 Update versions for release 2022-06-28 15:37:24 +03:00
bvn13 fc4b77c0e7 updates for releasing 2022-06-28 15:37:05 +03:00
2 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Add the following dependency to your `pom.xml`
<dependency>
<groupId>me.bvn13.kafka.health</groupId>
<artifactId>kafka-health-check</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
```

View File

@ -6,7 +6,7 @@
<groupId>me.bvn13.kafka.health</groupId>
<artifactId>kafka-health-check</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Kafka Health Check</name>
@ -229,6 +229,10 @@
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<pluginRepositories>