We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cff0b commit 51a04afCopy full SHA for 51a04af
pom.xml
@@ -4,7 +4,7 @@
4
<name>Zeebe HTTP Worker</name>
5
<groupId>io.zeebe</groupId>
6
<artifactId>zeebe-http-worker</artifactId>
7
- <version>0.22.0-SNAPSHOT</version>
+ <version>0.22.0</version>
8
<packaging>jar</packaging>
9
10
<parent>
@@ -193,7 +193,7 @@
193
<url>https://github.com/zeebe-io/zeebe-http-worker</url>
194
<connection>scm:git:[email protected]:zeebe-io/zeebe-http-worker.git</connection>
195
<developerConnection>scm:git:[email protected]:zeebe-io/zeebe-http-worker.git</developerConnection>
196
- <tag>HEAD</tag>
+ <tag>0.22.0</tag>
197
</scm>
198
199
</project>
0 commit comments