-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release 0.2.0
- Loading branch information
camunda-jenkins
committed
Jul 17, 2019
1 parent
7582cf1
commit be073b6
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
<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"> | ||
<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"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
<name>Zeebe HTTP Worker</name> | ||
<groupId>io.zeebe</groupId> | ||
<artifactId>zeebe-http-worker</artifactId> | ||
<version>0.2.0-SNAPSHOT</version> | ||
<version>0.2.0</version> | ||
<packaging>jar</packaging> | ||
|
||
<parent> | ||
<groupId>org.camunda</groupId> | ||
<artifactId>camunda-release-parent</artifactId> | ||
<version>2.5</version> | ||
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 --> | ||
<relativePath/> | ||
<relativePath /> | ||
</parent> | ||
|
||
<properties> | ||
|
@@ -188,7 +187,7 @@ | |
<url>https://github.com/zeebe-io/zeebe-http-worker</url> | ||
<connection>scm:git:[email protected]:zeebe-io/zeebe-http-worker.git</connection> | ||
<developerConnection>scm:git:[email protected]:zeebe-io/zeebe-http-worker.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>0.2.0</tag> | ||
</scm> | ||
|
||
</project> |