Skip to content

Commit 4841364

Browse files
author
103484
committed
[maven-release-plugin] prepare release 1.2.5
1 parent 21757c6 commit 4841364

39 files changed

Lines changed: 51 additions & 51 deletions

File tree

atomix/cluster/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
<parent>
191191
<artifactId>zeebe-atomix-parent</artifactId>
192192
<groupId>io.camunda</groupId>
193-
<version>1.2.5-SNAPSHOT</version>
193+
<version>1.2.5</version>
194194
</parent>
195195

196196

atomix/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<name>Zeebe Atomix Parent Pom</name>
2222
<artifactId>zeebe-atomix-parent</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.2.5-SNAPSHOT</version>
24+
<version>1.2.5</version>
2525
<inceptionYear>2020</inceptionYear>
2626

2727
<parent>
2828
<groupId>io.camunda</groupId>
2929
<artifactId>zeebe-parent</artifactId>
30-
<version>1.2.5-SNAPSHOT</version>
30+
<version>1.2.5</version>
3131
<relativePath>../parent/pom.xml</relativePath>
3232
</parent>
3333

atomix/utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
<parent>
6363
<artifactId>zeebe-atomix-parent</artifactId>
6464
<groupId>io.camunda</groupId>
65-
<version>1.2.5-SNAPSHOT</version>
65+
<version>1.2.5</version>
6666
</parent>
6767
</project>

benchmarks/project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.camunda</groupId>
88
<artifactId>zeebe-parent</artifactId>
9-
<version>1.2.5-SNAPSHOT</version>
9+
<version>1.2.5</version>
1010
<relativePath>../../parent/pom.xml</relativePath>
1111
</parent>
1212

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Zeebe BOM</name>
55
<groupId>io.camunda</groupId>
66
<artifactId>zeebe-bom</artifactId>
7-
<version>1.2.5-SNAPSHOT</version>
7+
<version>1.2.5</version>
88
<packaging>pom</packaging>
99
<inceptionYear>2017</inceptionYear>
1010
<url>http://zeebe.io/</url>
@@ -277,7 +277,7 @@
277277
<url>https://github.com/zeebe-io/zeebe</url>
278278
<connection>scm:git:git@github.com:zeebe-io/zeebe.git</connection>
279279
<developerConnection>scm:git:git@github.com:zeebe-io/zeebe.git</developerConnection>
280-
<tag>1.2.0</tag>
280+
<tag>1.2.5</tag>
281281
</scm>
282282

283283
</project>

bpmn-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<name>Zeebe BPMN model API</name>
55
<artifactId>zeebe-bpmn-model</artifactId>
6-
<version>1.2.5-SNAPSHOT</version>
6+
<version>1.2.5</version>
77
<packaging>jar</packaging>
88

99
<parent>
1010
<groupId>io.camunda</groupId>
1111
<artifactId>zeebe-parent</artifactId>
12-
<version>1.2.5-SNAPSHOT</version>
12+
<version>1.2.5</version>
1313
<relativePath>../parent/pom.xml</relativePath>
1414
</parent>
1515

broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.camunda</groupId>
66
<artifactId>zeebe-parent</artifactId>
7-
<version>1.2.5-SNAPSHOT</version>
7+
<version>1.2.5</version>
88
<relativePath>../parent/pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- We can't reference zeebe parent as parent otherwise we will have a circle dependency -->
1010
<groupId>io.camunda</groupId>
1111
<artifactId>zeebe-bom</artifactId>
12-
<version>1.2.5-SNAPSHOT</version>
12+
<version>1.2.5</version>
1313
<relativePath>../bom/pom.xml</relativePath>
1414
</parent>
1515

clients/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.camunda</groupId>
1111
<artifactId>zeebe-parent</artifactId>
12-
<version>1.2.5-SNAPSHOT</version>
12+
<version>1.2.5</version>
1313
<relativePath>../../parent/pom.xml</relativePath>
1414
</parent>
1515

dispatcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.camunda</groupId>
1010
<artifactId>zeebe-parent</artifactId>
11-
<version>1.2.5-SNAPSHOT</version>
11+
<version>1.2.5</version>
1212
<relativePath>../parent/pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)