Skip to content

Commit be073b6

Browse files
author
camunda-jenkins
committed
[maven-release-plugin] prepare release 0.2.0
1 parent 7582cf1 commit be073b6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32

43
<modelVersion>4.0.0</modelVersion>
54
<name>Zeebe HTTP Worker</name>
65
<groupId>io.zeebe</groupId>
76
<artifactId>zeebe-http-worker</artifactId>
8-
<version>0.2.0-SNAPSHOT</version>
7+
<version>0.2.0</version>
98
<packaging>jar</packaging>
109

1110
<parent>
1211
<groupId>org.camunda</groupId>
1312
<artifactId>camunda-release-parent</artifactId>
1413
<version>2.5</version>
1514
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
16-
<relativePath/>
15+
<relativePath />
1716
</parent>
1817

1918
<properties>
@@ -188,7 +187,7 @@
188187
<url>https://github.com/zeebe-io/zeebe-http-worker</url>
189188
<connection>scm:git:[email protected]:zeebe-io/zeebe-http-worker.git</connection>
190189
<developerConnection>scm:git:[email protected]:zeebe-io/zeebe-http-worker.git</developerConnection>
191-
<tag>HEAD</tag>
190+
<tag>0.2.0</tag>
192191
</scm>
193192

194193
</project>

0 commit comments

Comments
 (0)