Skip to content

Commit

Permalink
build: prepare next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Feb 24, 2022
1 parent e3580b6 commit c6c4ad9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>zeebe-kafka-exporter-root</artifactId>
<groupId>io.zeebe</groupId>
<relativePath>../pom.xml</relativePath>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>

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

<modelVersion>4.0.0</modelVersion>
<name>Zeebe Kafka Exporter Root</name>
<artifactId>zeebe-kafka-exporter-root</artifactId>
<groupId>io.zeebe</groupId>
<packaging>pom</packaging>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<inceptionYear>2019</inceptionYear>
<url>https://github.com/zeebe-io/zeebe-kafka-exporter</url>

Expand All @@ -23,7 +21,7 @@
<artifactId>camunda-release-parent</artifactId>
<version>3.9.1</version>
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
<relativePath/>
<relativePath />
</parent>

<properties>
Expand Down Expand Up @@ -386,7 +384,7 @@
<configuration>
<!-- see more https://maven.apache.org/enforcer/enforcer-rules/index.html -->
<rules>
<banDuplicatePomDependencyVersions/>
<banDuplicatePomDependencyVersions />
<requireJavaVersion>
<version>[11,)</version>
</requireJavaVersion>
Expand Down
2 changes: 1 addition & 1 deletion qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>zeebe-kafka-exporter-root</artifactId>
<groupId>io.zeebe</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>zeebe-kafka-exporter-root</artifactId>
<groupId>io.zeebe</groupId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit c6c4ad9

Please sign in to comment.