Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camunda-jenkins committed Oct 22, 2020
1 parent e7e11f4 commit 6a57db1
Show file tree
Hide file tree
Showing 39 changed files with 66 additions and 89 deletions.
2 changes: 1 addition & 1 deletion atomix/cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
</parent>


Expand Down
6 changes: 2 additions & 4 deletions atomix/core/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</artifactId>

<build>
Expand Down Expand Up @@ -95,6 +93,6 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</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.25.0-SNAPSHOT</version>
<version>0.25.0</version>
<inceptionYear>2020</inceptionYear>

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

Expand Down
2 changes: 1 addition & 1 deletion atomix/storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</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 @@ -92,6 +92,6 @@
<parent>
<artifactId>atomix-parent</artifactId>
<groupId>io.zeebe</groupId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
</parent>
</project>
15 changes: 5 additions & 10 deletions benchmarks/project/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>zeebe-benchmark</artifactId>

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

Expand Down Expand Up @@ -131,8 +129,7 @@
<createDependencyReducedPom>false</createDependencyReducedPom>
<finalName>all-in-one</finalName>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>io.zeebe.AllInOne</mainClass>
</transformer>
</transformers>
Expand All @@ -148,8 +145,7 @@
<createDependencyReducedPom>false</createDependencyReducedPom>
<finalName>starter</finalName>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>io.zeebe.Starter</mainClass>
</transformer>
</transformers>
Expand All @@ -165,8 +161,7 @@
<createDependencyReducedPom>false</createDependencyReducedPom>
<finalName>worker</finalName>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>io.zeebe.Worker</mainClass>
</transformer>
</transformers>
Expand Down
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.25.0-SNAPSHOT</version>
<version>0.25.0</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:git@github.com:zeebe-io/zeebe.git</connection>
<developerConnection>scm:git:git@github.com:zeebe-io/zeebe.git</developerConnection>
<tag>HEAD</tag>
<tag>0.25.0</tag>
</scm>

</project>
8 changes: 3 additions & 5 deletions bpmn-model/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<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 BPMN model API</name>
<artifactId>zeebe-bpmn-model</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
<packaging>jar</packaging>

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

Expand Down
6 changes: 2 additions & 4 deletions broker/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 Broker</name>
Expand All @@ -10,7 +8,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</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.25.0-SNAPSHOT</version>
<version>0.25.0</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.25.0-SNAPSHOT</version>
<version>0.25.0</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.25.0-SNAPSHOT</version>
<version>0.25.0</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.25.0-SNAPSHOT</version>
<version>0.25.0</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.25.0-SNAPSHOT</version>
<version>0.25.0</version>
<packaging>jar</packaging>

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

Expand Down
8 changes: 3 additions & 5 deletions logstreams/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<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 Logstreams</name>
<artifactId>zeebe-logstreams</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
<packaging>jar</packaging>

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

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.25.0-SNAPSHOT</version>
<version>0.25.0</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.25.0-SNAPSHOT</version>
<version>0.25.0</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
14 changes: 6 additions & 8 deletions parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
<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 Parent</name>
<artifactId>zeebe-parent</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
<packaging>pom</packaging>
<inceptionYear>2017</inceptionYear>
<url>http://zeebe.io/</url>

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

Expand Down Expand Up @@ -1005,7 +1003,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -1098,7 +1096,7 @@
</goals>
<configuration>
<rules>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
</configuration>
</execution>
Expand All @@ -1109,7 +1107,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions/>
<banDuplicatePomDependencyVersions />
</rules>
</configuration>
</execution>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 Root</name>
Expand All @@ -11,7 +9,7 @@
<parent>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-parent</artifactId>
<version>0.25.0-SNAPSHOT</version>
<version>0.25.0</version>
<relativePath>parent/</relativePath>
</parent>

Expand Down Expand Up @@ -55,7 +53,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>0.25.0</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.25.0-SNAPSHOT</version>
<version>0.25.0</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 6a57db1

Please sign in to comment.