updates for releasing

master
bvn13 2022-06-28 15:37:05 +03:00
parent 0833746ead
commit fc4b77c0e7
2 changed files with 5 additions and 1 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

@ -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>