Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 8.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[release]@users.noreply.github.com committed Apr 5, 2023
1 parent 0a18f8d commit 5b6a7cc
Show file tree
Hide file tree
Showing 43 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion atomix/cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-atomix-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
</parent>

<artifactId>zeebe-atomix-cluster</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions atomix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>zeebe-atomix-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<packaging>pom</packaging>

<name>Zeebe Atomix Parent Pom</name>
Expand Down
2 changes: 1 addition & 1 deletion atomix/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-atomix-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
</parent>

<artifactId>zeebe-atomix-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>io.camunda</groupId>
<artifactId>zeebe-bom</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<packaging>pom</packaging>

<name>Zeebe BOM</name>
Expand All @@ -24,7 +24,7 @@
<scm>
<connection>scm:git:git@github.com:camunda/zeebe.git</connection>
<developerConnection>scm:git:git@github.com:camunda/zeebe.git</developerConnection>
<tag>8.0.0</tag>
<tag>8.0.13</tag>
<url>https://github.com/camunda/zeebe</url>
</scm>

Expand Down
4 changes: 2 additions & 2 deletions bpmn-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>zeebe-bpmn-model</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<packaging>jar</packaging>

<name>Zeebe BPMN model API</name>
Expand Down
2 changes: 1 addition & 1 deletion broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</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 @@ -7,7 +7,7 @@
<!-- We can't reference zeebe parent as parent otherwise we will have a circle dependency -->
<groupId>io.camunda</groupId>
<artifactId>zeebe-bom</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
<artifactId>zeebe-build-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clients/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../../parent/pom.xml</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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

Expand Down Expand Up @@ -244,7 +244,7 @@
<goal>assemble</goal>
</goals>
<phase>package</phase>
<configuration></configuration>
<configuration />
</execution>
</executions>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion dmn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</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 @@ -6,12 +6,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>zeebe-workflow-engine</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<packaging>jar</packaging>

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

Expand Down
2 changes: 1 addition & 1 deletion exporter-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</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.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions gateway-protocol-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>zeebe-gateway-protocol-impl</artifactId>
Expand Down Expand Up @@ -107,7 +107,7 @@
<phase>generate-sources</phase>
<configuration>
<target>
<copy failonerror="true" file="${project.build.directory}/generated-sources/protobuf/go/gateway.pb.go" tofile="${maven.multiModuleProjectDirectory}/clients/go/pkg/pb/gateway.pb.go"></copy>
<copy failonerror="true" file="${project.build.directory}/generated-sources/protobuf/go/gateway.pb.go" tofile="${maven.multiModuleProjectDirectory}/clients/go/pkg/pb/gateway.pb.go" />
</target>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion gateway-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

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

<artifactId>zeebe-logstreams</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<packaging>jar</packaging>

<name>Zeebe Logstreams</name>
Expand Down
2 changes: 1 addition & 1 deletion msgpack-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-bom</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>

<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<packaging>pom</packaging>

<name>Zeebe Parent</name>
Expand Down Expand Up @@ -1254,7 +1254,7 @@
<goal>check</goal>
</goals>
<phase>validate</phase>
<configuration></configuration>
<configuration />
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -1289,7 +1289,7 @@
<usePhrasedTestCaseClassName>true</usePhrasedTestCaseClassName>
<usePhrasedTestCaseMethodName>true</usePhrasedTestCaseMethodName>
</statelessTestsetReporter>
<consoleOutputReporter implementation="io.camunda.zeebe.ZeebeConsoleOutputReporter"></consoleOutputReporter>
<consoleOutputReporter implementation="io.camunda.zeebe.ZeebeConsoleOutputReporter" />
<skip>${skipUTs}</skip>
</configuration>
<dependencies>
Expand Down Expand Up @@ -1329,7 +1329,7 @@
<usePhrasedTestCaseClassName>true</usePhrasedTestCaseClassName>
<usePhrasedTestCaseMethodName>true</usePhrasedTestCaseMethodName>
</statelessTestsetReporter>
<consoleOutputReporter implementation="io.camunda.zeebe.ZeebeConsoleOutputReporter"></consoleOutputReporter>
<consoleOutputReporter implementation="io.camunda.zeebe.ZeebeConsoleOutputReporter" />
<skip>${skipITs}</skip>
</configuration>
<dependencies>
Expand Down Expand Up @@ -1453,7 +1453,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -1546,7 +1546,7 @@
</goals>
<configuration>
<rules>
<dependencyConvergence></dependencyConvergence>
<dependencyConvergence />
</rules>
</configuration>
</execution>
Expand All @@ -1557,7 +1557,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions></banDuplicatePomDependencyVersions>
<banDuplicatePomDependencyVersions />
</rules>
</configuration>
</execution>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -58,7 +58,7 @@
<scm>
<connection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/zeebe.git</connection>
<developerConnection>scm:git:https://${env.GITHUB_TOKEN_USR}:${env.GITHUB_TOKEN_PSW}@github.com/camunda/zeebe.git</developerConnection>
<tag>8.0.0</tag>
<tag>8.0.13</tag>
<url>https://github.com/camunda/zeebe</url>
</scm>

Expand All @@ -80,7 +80,7 @@
<exclude>**/target/**/*.md</exclude>
<exclude>clients/go/vendor/**/*.md</exclude>
</excludes>
<flexmark></flexmark>
<flexmark />
</markdown>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion protocol-asserts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</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 @@ -6,12 +6,12 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>zeebe-protocol-impl</artifactId>
<version>8.0.13-SNAPSHOT</version>
<version>8.0.13</version>

<name>Zeebe Protocol Implementation</name>

Expand Down
Loading

0 comments on commit 5b6a7cc

Please sign in to comment.