File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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" >
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 >
227226 <url >https://github.com/zeebe-io/zeebe-http-worker</url >
228227 <connection >scm:git:git@github.com:zeebe-io/zeebe-http-worker.git</connection >
229228 <developerConnection >scm:git:git@github.com:zeebe-io/zeebe-http-worker.git</developerConnection >
230- <tag >HEAD </tag >
229+ <tag >0.23.0 </tag >
231230 </scm >
232231
233232</project >
You can’t perform that action at this time.
0 commit comments