Compare commits

...

5 Commits

Author SHA1 Message Date
bvn13 15057c321b Merge branch 'release/1.5.1' 2022-06-28 15:37:38 +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
bvn13 0833746ead Update for next development version 2022-06-28 10:47:21 +03:00
bvn13 8e1d15413f Merge branch 'release/1.4.2' into develop 2022-06-28 10:47:18 +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.4.2</version>
<version>1.5.1</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>