Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camunda-jenkins committed Jan 23, 2019
1 parent 6040117 commit 6b60778
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 2 additions & 4 deletions connector-java/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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 Hazelcast Connector</name>
Expand All @@ -10,7 +8,7 @@
<parent>
<groupId>io.zeebe.hazelcast</groupId>
<artifactId>root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<dependencies>
Expand Down
6 changes: 2 additions & 4 deletions exporter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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 Hazelcast Exporter</name>
Expand All @@ -10,7 +8,7 @@
<parent>
<groupId>io.zeebe.hazelcast</groupId>
<artifactId>root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<dependencies>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<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 Hazelcast Root</name>
<groupId>io.zeebe.hazelcast</groupId>
<artifactId>root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -129,7 +127,7 @@
<url>https://github.com/zeebe-io/zeebe-hazelcast-exporter</url>
<connection>scm:git:git@github.com:zeebe-io/zeebe-hazelcast-exporter.git</connection>
<developerConnection>scm:git:git@github.com:zeebe-io/zeebe-hazelcast-exporter.git</developerConnection>
<tag>HEAD</tag>
<tag>0.1.0</tag>
</scm>

</project>

0 comments on commit 6b60778

Please sign in to comment.