Skip to content

Commit 55996cd

Browse files
author
camunda-jenkins
committed
[maven-release-plugin] prepare release 0.23.0
1 parent 8a7f8f1 commit 55996cd

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.23.0-SNAPSHOT</version>
7+
<version>0.23.0</version>
98
<packaging>jar</packaging>
109

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

1918
<properties>
@@ -227,7 +226,7 @@
227226
<url>https://github.com/zeebe-io/zeebe-http-worker</url>
228227
<connection>scm:git:[email protected]:zeebe-io/zeebe-http-worker.git</connection>
229228
<developerConnection>scm:git:[email protected]:zeebe-io/zeebe-http-worker.git</developerConnection>
230-
<tag>HEAD</tag>
229+
<tag>0.23.0</tag>
231230
</scm>
232231

233232
</project>

0 commit comments

Comments
 (0)