Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camunda-jenkins committed Jul 11, 2018
1 parent 1bd1aaa commit 1d0f570
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
@@ -1,12 +1,10 @@
<?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>

<groupId>io.zeebe</groupId>
<artifactId>zeebe-simple-monitor</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>jar</packaging>

<parent>
Expand Down Expand Up @@ -173,7 +171,7 @@
<url>https://github.com/zeebe-io/zeebe-simple-monitor</url>
<connection>scm:git:git@github.com:zeebe-io/zeebe-simple-monitor.git</connection>
<developerConnection>scm:git:git@github.com:zeebe-io/zeebe-simple-monitor.git</developerConnection>
<tag>HEAD</tag>
<tag>0.6.0</tag>
</scm>

</project>

0 comments on commit 1d0f570

Please sign in to comment.