Skip to content

Commit

Permalink
release(v1.3.0): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 24, 2023
1 parent 65e2e81 commit 6bd54fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion connector-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe.hazelcast</groupId>
<artifactId>root</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe.hazelcast</groupId>
<artifactId>root</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<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 Hazelcast Root</name>
<groupId>io.zeebe.hazelcast</groupId>
<artifactId>root</artifactId>
<version>1.3.0</version>
<version>1.3.1-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.4.1</version>
<relativePath/>
<relativePath />
</parent>

<properties>
Expand Down

0 comments on commit 6bd54fd

Please sign in to comment.