Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camunda-jenkins committed Jul 4, 2019
1 parent f16d489 commit 5252b65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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>0.4.0-SNAPSHOT</version>
<version>0.4.0</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>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Zeebe Hazelcast Root</name>
<groupId>io.zeebe.hazelcast</groupId>
<artifactId>root</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -160,7 +160,7 @@
<url>https://github.com/zeebe-io/zeebe-hazelcast-exporter</url>
<connection>scm:git:git@github.com:zeebe-io/zeebe-hazelcast-exporter.git</connection>
<developerConnection>scm:git:git@github.com:zeebe-io/zeebe-hazelcast-exporter.git</developerConnection>
<tag>HEAD</tag>
<tag>0.4.0</tag>
</scm>

</project>

0 comments on commit 5252b65

Please sign in to comment.