Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 8.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[release]@users.noreply.github.com committed Jun 12, 2024
1 parent a389b80 commit 9710bd5
Show file tree
Hide file tree
Showing 56 changed files with 80 additions and 68 deletions.
8 changes: 4 additions & 4 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<artifactId>camunda-release-parent</artifactId>
<version>3.9.1</version>
<!-- do not remove empty tag - http://jira.codehaus.org/browse/MNG-4687 -->
<relativePath></relativePath>
<relativePath />
</parent>

<groupId>io.camunda</groupId>
<artifactId>zeebe-bom</artifactId>
<version>8.5.2-SNAPSHOT</version>
<version>8.5.3</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.5.0</tag>
<tag>8.5.3</tag>
<url>https://github.com/camunda/zeebe</url>
</scm>

Expand Down Expand Up @@ -164,7 +164,7 @@
<configuration>
<pom>
<!-- https://github.com/diffplug/spotless/blob/main/plugin-maven/README.md#sortpom -->
<sortPom></sortPom>
<sortPom />
</pom>
</configuration>
</plugin>
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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
<artifactId>zeebe-build-tools</artifactId>
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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -425,7 +425,7 @@
<goal>assemble</goal>
</goals>
<phase>package</phase>
<configuration></configuration>
<configuration />
</execution>
</executions>
</plugin>
Expand Down
12 changes: 6 additions & 6 deletions parent/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-bom</artifactId>
<version>8.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -1558,7 +1558,7 @@
<goal>check</goal>
</goals>
<phase>validate</phase>
<configuration></configuration>
<configuration />
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -1588,7 +1588,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 @@ -1628,7 +1628,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 @@ -1758,7 +1758,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -1856,7 +1856,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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -71,7 +71,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.5.0</tag>
<tag>8.5.3</tag>
<url>https://github.com/camunda/zeebe</url>
</scm>

Expand All @@ -93,7 +93,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 spring-boot-starter-camunda-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
</parent>

<artifactId>zeebe-atomix-cluster</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion zeebe/atomix/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-parent</artifactId>
<version>8.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
</parent>

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion zeebe/backup-stores/s3/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/bpmn-model/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/broker-client/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/engine/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/exporters/opensearch-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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<artifactId>zeebe-gateway-protocol-impl</artifactId>
Expand Down Expand Up @@ -131,7 +131,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 zeebe/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.5.2-SNAPSHOT</version>
<version>8.5.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 9710bd5

Please sign in to comment.