Skip to content

Commit 17bd36c

Browse files
committed
release(v8.7.22)
1 parent 7912f89 commit 17bd36c

File tree

18 files changed

+27
-27
lines changed

18 files changed

+27
-27
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.camunda</groupId>
77
<artifactId>zeebe-process-test-root</artifactId>
8-
<version>8.7.22-SNAPSHOT</version>
8+
<version>8.7.22</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

assertions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.camunda</groupId>
77
<artifactId>zeebe-process-test-root</artifactId>
8-
<version>8.7.22-SNAPSHOT</version>
8+
<version>8.7.22</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

engine-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>io.camunda</groupId>
1414
<artifactId>zeebe-process-test-root</artifactId>
15-
<version>8.7.22-SNAPSHOT</version>
15+
<version>8.7.22</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

engine-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.camunda</groupId>
77
<artifactId>zeebe-process-test-root</artifactId>
8-
<version>8.7.22-SNAPSHOT</version>
8+
<version>8.7.22</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.camunda</groupId>
77
<artifactId>zeebe-process-test-root</artifactId>
8-
<version>8.7.22-SNAPSHOT</version>
8+
<version>8.7.22</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.camunda</groupId>
2121
<artifactId>zeebe-process-test-root</artifactId>
22-
<version>8.7.22-SNAPSHOT</version>
22+
<version>8.7.22</version>
2323
</parent>
2424

2525
<artifactId>zeebe-process-test-examples</artifactId>

extension-testcontainer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.camunda</groupId>
77
<artifactId>zeebe-process-test-root</artifactId>
8-
<version>8.7.22-SNAPSHOT</version>
8+
<version>8.7.22</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.camunda</groupId>
77
<artifactId>zeebe-process-test-root</artifactId>
8-
<version>8.7.22-SNAPSHOT</version>
8+
<version>8.7.22</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

filters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.camunda</groupId>
77
<artifactId>zeebe-process-test-root</artifactId>
8-
<version>8.7.22-SNAPSHOT</version>
8+
<version>8.7.22</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>io.camunda</groupId>
2727
<artifactId>zeebe-process-test-root</artifactId>
28-
<version>8.7.22-SNAPSHOT</version>
28+
<version>8.7.22</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Zeebe Process Test Root</name>
@@ -132,49 +132,49 @@
132132
<dependency>
133133
<groupId>io.camunda</groupId>
134134
<artifactId>zeebe-process-test-api</artifactId>
135-
<version>8.7.22-SNAPSHOT</version>
135+
<version>8.7.22</version>
136136
</dependency>
137137

138138
<dependency>
139139
<groupId>io.camunda</groupId>
140140
<artifactId>zeebe-process-test-assertions</artifactId>
141-
<version>8.7.22-SNAPSHOT</version>
141+
<version>8.7.22</version>
142142
</dependency>
143143

144144
<dependency>
145145
<groupId>io.camunda</groupId>
146146
<artifactId>zeebe-process-test-engine</artifactId>
147-
<version>8.7.22-SNAPSHOT</version>
147+
<version>8.7.22</version>
148148
</dependency>
149149

150150
<dependency>
151151
<groupId>io.camunda</groupId>
152152
<artifactId>zeebe-process-test-extension</artifactId>
153-
<version>8.7.22-SNAPSHOT</version>
153+
<version>8.7.22</version>
154154
</dependency>
155155

156156
<dependency>
157157
<groupId>io.camunda</groupId>
158158
<artifactId>zeebe-process-test-extension-testcontainer</artifactId>
159-
<version>8.7.22-SNAPSHOT</version>
159+
<version>8.7.22</version>
160160
</dependency>
161161

162162
<dependency>
163163
<groupId>io.camunda</groupId>
164164
<artifactId>zeebe-process-test-filters</artifactId>
165-
<version>8.7.22-SNAPSHOT</version>
165+
<version>8.7.22</version>
166166
</dependency>
167167

168168
<dependency>
169169
<groupId>io.camunda</groupId>
170170
<artifactId>zeebe-process-test-engine-protocol</artifactId>
171-
<version>8.7.22-SNAPSHOT</version>
171+
<version>8.7.22</version>
172172
</dependency>
173173

174174
<dependency>
175175
<groupId>io.camunda</groupId>
176176
<artifactId>spring-boot-starter-camunda-test-common</artifactId>
177-
<version>8.7.22-SNAPSHOT</version>
177+
<version>8.7.22</version>
178178
</dependency>
179179

180180
<dependency>

0 commit comments

Comments
 (0)