-
Notifications
You must be signed in to change notification settings - Fork 27
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 1.0.0
- Loading branch information
camunda-jenkins
committed
Feb 18, 2019
1 parent
7b42549
commit bbf733d
Showing
4 changed files
with
10 additions
and
14 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
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,14 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<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 Kafka Exporter Root</name> | ||
<artifactId>zeebe-kafka-exporter-root</artifactId> | ||
<groupId>io.zeebe</groupId> | ||
<packaging>pom</packaging> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<version>1.0.0</version> | ||
<inceptionYear>2019</inceptionYear> | ||
<url>https://github.com/zeebe-io/zeebe-kafka-exporter</url> | ||
|
||
|
@@ -23,7 +22,7 @@ | |
<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> | ||
|
@@ -316,6 +315,6 @@ | |
<url>https://github.com/zeebe-io/zeebe-kafka-exporter</url> | ||
<connection>scm:git:[email protected]:zeebe-io/zeebe-kafka-exporter.git</connection> | ||
<developerConnection>scm:git:[email protected]:zeebe-io/zeebe-kafka-exporter.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>1.0.0</tag> | ||
</scm> | ||
</project> |
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
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