Skip to content

Commit f59c121

Browse files
Klemens Hollinetz-SchneckKlemens Hollinetz-Schneck
authored andcommitted
prepare 8.7.0-SNAPSHOT
1 parent 2884bf8 commit f59c121

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

exporter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>zeebe-kafka-exporter-root</artifactId>
1212
<groupId>com.phactum.zeebe</groupId>
1313
<relativePath>../pom.xml</relativePath>
14-
<version>8.6.1-SNAPSHOT</version>
14+
<version>8.7.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<properties>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>zeebe-kafka-exporter-root</artifactId>
88
<groupId>com.phactum.zeebe</groupId>
99
<packaging>pom</packaging>
10-
<version>8.6.1-SNAPSHOT</version>
10+
<version>8.7.0-SNAPSHOT</version>
1111
<description>Export events from Zeebe to Kafka</description>
1212
<url>https://github.com/phactum/zeebe-kafka-exporter</url>
1313

@@ -35,7 +35,7 @@
3535
<version.slf4j>1.7.36</version.slf4j>
3636
<version.spotbugs>4.2.0</version.spotbugs>
3737
<version.testcontainers>1.17.4</version.testcontainers>
38-
<version.zeebe>8.6.0</version.zeebe>
38+
<version.zeebe>8.7.0</version.zeebe>
3939
<version.zeebe-test-container>3.5.2</version.zeebe-test-container>
4040

4141
<!-- plugin version -->
@@ -492,7 +492,7 @@
492492
</plugin>
493493
<plugin>
494494
<groupId>org.sonatype.central</groupId>
495-
<artifactId>central-publishing-maven-plugin</artifactId>
495+
<artifactId>central-publishing-maven-plugin</artifactId>
496496
<version>0.7.0</version>
497497
<extensions>true</extensions>
498498
<configuration>

serde/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>zeebe-kafka-exporter-root</artifactId>
1313
<groupId>com.phactum.zeebe</groupId>
14-
<version>8.6.1-SNAPSHOT</version>
14+
<version>8.7.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)