Compare commits

...

14 Commits

Author SHA1 Message Date
bvn13 dcac43aeaa Update for next development version 2022-06-28 16:08:58 +03:00
bvn13 b68940bcd1 Merge tag '1.6.1' into develop
Tag release
2022-06-28 16:08:54 +03:00
bvn13 80eb5223ce Merge branch 'release/1.6.1' 2022-06-28 16:08:54 +03:00
bvn13 0e4c8fc8b7 updates for releasing 2022-06-28 16:08:25 +03:00
bvn13 35d3b270c9 updates for releasing 2022-06-28 16:05:34 +03:00
bvn13 15057c321b Merge branch 'release/1.5.1' 2022-06-28 15:37:38 +03:00
bvn13 826458f91f Merge branch 'release/1.4.2' 2022-06-28 10:47:18 +03:00
bvn13 d23de17047 Merge branch 'release/1.4.1' 2022-06-28 10:34:39 +03:00
bvn13 703eb03e43 Merge branch 'release/1.4.0' 2022-06-28 10:19:05 +03:00
bvn13 05005ec2d6 Merge branch 'develop' 2022-06-28 10:18:18 +03:00
Emanuel Zienecker b3c49b270b Merge branch 'release/1.3.0' 2021-04-21 11:05:04 +02:00
Emanuel Zienecker e1a88172e4 Merge branch 'release/1.2.0' 2019-09-10 11:58:00 +02:00
Emanuel Zienecker 77255e21f5 Merge branch 'release/1.1.0' 2019-06-03 15:58:01 +02:00
Emanuel Zienecker 30363bf2bc Merge branch 'release/1.0.0' 2019-04-29 08:43:30 +02:00
1 changed files with 8 additions and 7 deletions

15
pom.xml
View File

@ -6,7 +6,7 @@
<groupId>me.bvn13.kafka.health</groupId>
<artifactId>kafka-health-check</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.7.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Kafka Health Check</name>
@ -32,9 +32,9 @@
<!-- Versions -->
<guava.version>30.1.1-jre</guava.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<gitflow-maven-plugin.version>1.15.1</gitflow-maven-plugin.version>
<gitflow-maven-plugin.version>1.18.0</gitflow-maven-plugin.version>
</properties>
<dependencies>
@ -113,6 +113,7 @@
<gitFlowConfig>
<developmentBranch>develop</developmentBranch>
</gitFlowConfig>
<incrementVersionAtFinish>false</incrementVersionAtFinish>
<versionDigitToIncrement>1</versionDigitToIncrement>
</configuration>
</plugin>
@ -229,10 +230,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>
<!-- <repository>-->
<!-- <id>ossrh</id>-->
<!-- <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
<!-- </repository>-->
</distributionManagement>
<pluginRepositories>