Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
camunda-jenkins committed Aug 13, 2020
1 parent 5767850 commit f70b8c4
Show file tree
Hide file tree
Showing 38 changed files with 53 additions and 61 deletions.
2 changes: 1 addition & 1 deletion atomix/cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion atomix/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions atomix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<name>Atomix Parent Pom</name>
<artifactId>atomix-parent</artifactId>
<packaging>pom</packaging>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<inceptionYear>2020</inceptionYear>

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

Expand Down
6 changes: 2 additions & 4 deletions atomix/storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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">
<artifactId>atomix-storage</artifactId>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -62,6 +60,6 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion atomix/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Zeebe BOM</name>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-bom</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<packaging>pom</packaging>
<inceptionYear>2017</inceptionYear>
<url>http://zeebe.io/</url>
Expand Down Expand Up @@ -270,7 +270,7 @@
<url>https://github.com/zeebe-io/zeebe</url>
<connection>scm:git:[email protected]:zeebe-io/zeebe.git</connection>
<developerConnection>scm:git:[email protected]:zeebe-io/zeebe.git</developerConnection>
<tag>0.23.0</tag>
<tag>0.23.5</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions bpmn-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe BPMN model API</name>
<artifactId>zeebe-bpmn-model</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<packaging>jar</packaging>

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

Expand Down
2 changes: 1 addition & 1 deletion broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
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>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion clients/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dispatcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion exporter-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion exporters/elasticsearch-exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>zeebe-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion expression-language/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-root</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
</parent>

<groupId>io.zeebe</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gateway-protocol-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gateway-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion legacy/toml-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>zeebe-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions logstreams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Logstreams</name>
<artifactId>zeebe-logstreams</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<packaging>jar</packaging>

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

Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>atomix-cluster</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion msgpack-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion msgpack-value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Parent</name>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<packaging>pom</packaging>
<inceptionYear>2017</inceptionYear>
<url>http://zeebe.io/</url>

<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-bom</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>parent/</relativePath>
</parent>

Expand Down Expand Up @@ -52,7 +52,7 @@
<url>https://github.com/zeebe-io/zeebe</url>
<connection>scm:git:[email protected]:zeebe-io/zeebe.git</connection>
<developerConnection>scm:git:[email protected]:zeebe-io/zeebe.git</developerConnection>
<tag>0.23.0</tag>
<tag>0.23.5</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion protocol-asserts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions protocol-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Protocol Implementation</name>
<artifactId>zeebe-protocol-impl</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>

<parent>
<artifactId>zeebe-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion protocol-test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<name>Zeebe Protocol</name>
<artifactId>zeebe-protocol</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<packaging>jar</packaging>

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

Expand Down
6 changes: 2 additions & 4 deletions qa/integration-tests/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 QA Integration Tests</name>
Expand All @@ -10,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-qa</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.23.5-SNAPSHOT</version>
<version>0.23.5</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
Loading

0 comments on commit f70b8c4

Please sign in to comment.