Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
camunda-jenkins committed Mar 16, 2020
1 parent 9451fd2 commit 45338e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Zeebe Script Worker</name>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-script-worker</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.1</version>
<packaging>jar</packaging>

<parent>
Expand Down Expand Up @@ -147,7 +147,7 @@
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
Expand Down Expand Up @@ -217,7 +217,7 @@
<url>https://github.com/zeebe-io/zeebe-script-worker</url>
<connection>scm:git:[email protected]:zeebe-io/zeebe-script-worker.git</connection>
<developerConnection>scm:git:[email protected]:zeebe-io/zeebe-script-worker.git</developerConnection>
<tag>HEAD</tag>
<tag>0.6.1</tag>
</scm>

</project>

0 comments on commit 45338e7

Please sign in to comment.