Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
camunda-jenkins committed Mar 15, 2019
1 parent f26f4e9 commit 47ff95d
Show file tree
Hide file tree
Showing 33 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<name>Zeebe BOM</name>
<groupId>io.zeebe</groupId>
<artifactId>zb-bom</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<packaging>pom</packaging>
<inceptionYear>2017</inceptionYear>
<url>http://zeebe.io/</url>
Expand Down Expand Up @@ -216,7 +216,7 @@
<url>https://github.com/zeebe-io/zeebe</url>
<connection>scm:git:git@github.com:zeebe-io/zeebe.git</connection>
<developerConnection>scm:git:git@github.com:zeebe-io/zeebe.git</developerConnection>
<tag>HEAD</tag>
<tag>0.16.3</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions bpmn-model/pom.xml
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe BPMN model API</name>
<artifactId>zb-bpmn-model</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion broker-core/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-bom</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion clients/java/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dispatcher/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion exporter-api/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion exporter-asserts/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion exporters/elasticsearch-exporter/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>zb-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gateway-protocol/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gateway/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions gossip/pom.xml
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Gossip</name>
<artifactId>zb-gossip</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion json-el/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion json-path/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions logstreams/pom.xml
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Logstreams</name>
<artifactId>zb-logstreams</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion msgpack-core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion msgpack-value/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Parent</name>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<packaging>pom</packaging>
<inceptionYear>2017</inceptionYear>
<url>http://zeebe.io/</url>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-bom</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>parent/</relativePath>
</parent>

Expand Down Expand Up @@ -51,7 +51,7 @@
<url>https://github.com/zeebe-io/zeebe</url>
<connection>scm:git:git@github.com:zeebe-io/zeebe.git</connection>
<developerConnection>scm:git:git@github.com:zeebe-io/zeebe.git</developerConnection>
<tag>HEAD</tag>
<tag>0.16.3</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions protocol-impl/pom.xml
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Protocol Implementation</name>
<artifactId>zb-protocol-impl</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>

<parent>
<artifactId>zb-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion protocol-test-util/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions protocol/pom.xml
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Protocol</name>
<artifactId>zb-protocol</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion qa/integration-tests/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-qa</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion qa/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions raft/pom.xml
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Raft</name>
<artifactId>zb-raft</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions service-container/pom.xml
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Service Container</name>
<artifactId>zb-service-container</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test-util/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
<relativePath>../parent</relativePath>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions transport/pom.xml
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Transport</name>
<artifactId>zb-transport</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zb-db/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zb-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.16.3</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down

0 comments on commit 47ff95d

Please sign in to comment.