Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
camunda-jenkins committed Apr 9, 2021
1 parent b77c78f commit 9b55ef1
Show file tree
Hide file tree
Showing 40 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion atomix/cluster/pom.xml
Expand Up @@ -172,7 +172,7 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion atomix/core/pom.xml
Expand Up @@ -93,6 +93,6 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions atomix/pom.xml
Expand Up @@ -21,13 +21,13 @@
<name>Atomix Parent Pom</name>
<artifactId>atomix-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<inceptionYear>2020</inceptionYear>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion atomix/storage/pom.xml
Expand Up @@ -53,6 +53,6 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion atomix/utils/pom.xml
Expand Up @@ -77,6 +77,6 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion benchmarks/project/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<name>Zeebe BOM</name>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-bom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<packaging>pom</packaging>
<inceptionYear>2017</inceptionYear>
<url>http://zeebe.io/</url>
Expand Down Expand Up @@ -276,7 +276,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>1.0.0-alpha5</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>zeebe-bpmn-model</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<relativePath>../parent</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Expand Up @@ -9,7 +9,7 @@
<!-- We can't reference zeebe parent as parent otherwise we will have a circle dependency -->
<groupId>io.zeebe</groupId>
<artifactId>zeebe-bom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions engine/pom.xml
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Workflow Engine</name>
<artifactId>zeebe-workflow-engine</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion expression-language/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
</parent>

<groupId>io.zeebe</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gateway-protocol-impl/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<relativePath>../parent</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion journal/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-logstreams</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<packaging>pom</packaging>
<inceptionYear>2017</inceptionYear>
<url>http://zeebe.io/</url>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-bom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<relativePath>parent/</relativePath>
</parent>

Expand Down Expand Up @@ -66,7 +66,7 @@
<url>https://github.com/camunda-cloud/zeebe</url>
<connection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda-cloud/zeebe.git</connection>
<developerConnection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda-cloud/zeebe.git</developerConnection>
<tag>HEAD</tag>
<tag>1.0.0-alpha5</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion protocol-asserts/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
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>zeebe-protocol-impl</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>

<parent>
<artifactId>zeebe-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-protocol</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions snapshot/pom.xml
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Snapshots</name>
<artifactId>zeebe-snapshots</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<packaging>jar</packaging>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</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>zeebe-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha5</version>
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
<relativePath>../parent</relativePath>
</parent>
Expand Down

0 comments on commit 9b55ef1

Please sign in to comment.