Skip to content

Commit c6c4ad9

Browse files
committed
build: prepare next development version
1 parent e3580b6 commit c6c4ad9

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
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>io.zeebe</groupId>
1313
<relativePath>../pom.xml</relativePath>
14-
<version>3.0.1-SNAPSHOT</version>
14+
<version>3.1.1-SNAPSHOT</version>
1515
</parent>
1616

1717
<properties>

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
64

75
<modelVersion>4.0.0</modelVersion>
86
<name>Zeebe Kafka Exporter Root</name>
97
<artifactId>zeebe-kafka-exporter-root</artifactId>
108
<groupId>io.zeebe</groupId>
119
<packaging>pom</packaging>
12-
<version>3.0.1-SNAPSHOT</version>
10+
<version>3.1.1-SNAPSHOT</version>
1311
<inceptionYear>2019</inceptionYear>
1412
<url>https://github.com/zeebe-io/zeebe-kafka-exporter</url>
1513

@@ -23,7 +21,7 @@
2321
<artifactId>camunda-release-parent</artifactId>
2422
<version>3.9.1</version>
2523
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
26-
<relativePath/>
24+
<relativePath />
2725
</parent>
2826

2927
<properties>
@@ -386,7 +384,7 @@
386384
<configuration>
387385
<!-- see more https://maven.apache.org/enforcer/enforcer-rules/index.html -->
388386
<rules>
389-
<banDuplicatePomDependencyVersions/>
387+
<banDuplicatePomDependencyVersions />
390388
<requireJavaVersion>
391389
<version>[11,)</version>
392390
</requireJavaVersion>

qa/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>io.zeebe</groupId>
14-
<version>3.0.1-SNAPSHOT</version>
14+
<version>3.1.1-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

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>io.zeebe</groupId>
14-
<version>3.0.1-SNAPSHOT</version>
14+
<version>3.1.1-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)