Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.automation[bot] committed Oct 13, 2022
1 parent 1dc007f commit d19942a
Show file tree
Hide file tree
Showing 46 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion atomix/cluster/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-atomix-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
</parent>

<artifactId>zeebe-atomix-cluster</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion atomix/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion atomix/utils/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-atomix-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
</parent>

<artifactId>zeebe-atomix-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backup-stores/s3/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion backup-stores/testkit/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion backup/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/project/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions bom/pom.xml
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.1.1-SNAPSHOT</version>
<version>8.1.1</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.1.0</tag>
<tag>8.1.1</tag>
<url>https://github.com/camunda/zeebe</url>
</scm>

Expand Down Expand Up @@ -128,7 +128,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 bpmn-model/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
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.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
<artifactId>zeebe-build-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clients/java/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

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

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

Expand Down Expand Up @@ -269,7 +269,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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion exporter-test/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion exporters/elasticsearch-exporter/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</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.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion logstreams/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

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

Expand Down
10 changes: 5 additions & 5 deletions parent/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-bom</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -1188,7 +1188,7 @@
<goal>check</goal>
</goals>
<phase>validate</phase>
<configuration></configuration>
<configuration />
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -1364,7 +1364,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -1442,7 +1442,7 @@
</goals>
<configuration>
<rules>
<dependencyConvergence></dependencyConvergence>
<dependencyConvergence />
</rules>
</configuration>
</execution>
Expand All @@ -1453,7 +1453,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions></banDuplicatePomDependencyVersions>
<banDuplicatePomDependencyVersions />
</rules>
</configuration>
</execution>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

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

Expand All @@ -83,7 +83,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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion protocol-impl/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion protocol-jackson/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>zeebe-parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>8.1.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit d19942a

Please sign in to comment.