File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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" >
3
2
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<name >Zeebe HTTP Worker</name >
6
5
<groupId >io.zeebe</groupId >
7
6
<artifactId >zeebe-http-worker</artifactId >
8
- <version >0.23.0-SNAPSHOT </version >
7
+ <version >0.23.0</version >
9
8
<packaging >jar</packaging >
10
9
11
10
<parent >
12
11
<groupId >org.camunda</groupId >
13
12
<artifactId >camunda-release-parent</artifactId >
14
13
<version >3.7</version >
15
14
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
16
- <relativePath />
15
+ <relativePath />
17
16
</parent >
18
17
19
18
<properties >
227
226
<url >https://github.com/zeebe-io/zeebe-http-worker</url >
228
227
<
connection >scm:git:
[email protected] :zeebe-io/zeebe-http-worker.git</
connection >
229
228
<
developerConnection >scm:git:
[email protected] :zeebe-io/zeebe-http-worker.git</
developerConnection >
230
- <tag >HEAD </tag >
229
+ <tag >0.23.0 </tag >
231
230
</scm >
232
231
233
232
</project >
You can’t perform that action at this time.
0 commit comments