Skip to content

Commit 8c6df65

Browse files
committed
release(v2.4.0)
1 parent a4a9cde commit 8c6df65

File tree

33 files changed

+34
-34
lines changed

33 files changed

+34
-34
lines changed

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
77
<artifactId>camunda-process-test-coverage-root</artifactId>
8-
<version>2.3.3-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<name>Camunda Process Test Coverage BOM</name>

examples/jgiven-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.community.process_test_coverage</groupId>
66
<artifactId>camunda-process-test-coverage-examples-parent</artifactId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<name>Camunda Process Test Coverage Example JGiven Platform 7</name>

examples/junit4-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.community.process_test_coverage</groupId>
66
<artifactId>camunda-process-test-coverage-examples-parent</artifactId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<name>Camunda Process Test Coverage Example JUnit4 Platform 7</name>

examples/junit5-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.community.process_test_coverage</groupId>
66
<artifactId>camunda-process-test-coverage-examples-parent</artifactId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<name>Camunda Process Test Coverage Example JUnit5 Platform 7</name>

examples/junit5-platform-8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.community.process_test_coverage</groupId>
66
<artifactId>camunda-process-test-coverage-examples-parent</artifactId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<name>Camunda Process Test Coverage Example JUnit5 Platform 8</name>

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
77
<artifactId>camunda-process-test-coverage-root</artifactId>
8-
<version>2.3.3-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<name>Camunda Process Test Coverage Examples Parent</name>

examples/spring-starter-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.community.process_test_coverage</groupId>
66
<artifactId>camunda-process-test-coverage-examples-parent</artifactId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<name>Camunda Process Test Coverage Example Spring-Testing with starter Platform 7</name>

examples/spring-starter-platform-8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.community.process_test_coverage</groupId>
66
<artifactId>camunda-process-test-coverage-examples-parent</artifactId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<name>Camunda Process Test Coverage Example Spring-Testing with starter Platform 8</name>

examples/spring-test-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.community.process_test_coverage</groupId>
66
<artifactId>camunda-process-test-coverage-examples-parent</artifactId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<name>Camunda Process Test Coverage Example Spring-Testing Platform 7</name>

examples/spring-test-platform-8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.community.process_test_coverage</groupId>
66
<artifactId>camunda-process-test-coverage-examples-parent</artifactId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<name>Camunda Process Test Coverage Example Spring-Testing Platform 8</name>

extension/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>camunda-process-test-coverage-parent</artifactId>
88
<groupId>org.camunda.community.process_test_coverage</groupId>
9-
<version>2.3.3-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<name>Camunda Process Test Coverage Core</name>

extension/engine-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.camunda.community.process_test_coverage</groupId>
88
<artifactId>camunda-process-test-coverage-parent</artifactId>
9-
<version>2.3.3-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<name>Camunda Process Test Coverage Engine Platform 7</name>

extension/engine-platform-8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.camunda.community.process_test_coverage</groupId>
88
<artifactId>camunda-process-test-coverage-parent</artifactId>
9-
<version>2.3.3-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<name>Camunda Process Test Coverage Engine Platform 8</name>

extension/junit4-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.community.process_test_coverage</groupId>
66
<artifactId>camunda-process-test-coverage-parent</artifactId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

extension/junit5-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>camunda-process-test-coverage-parent</artifactId>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99
<name>Camunda Process Test Coverage JUnit5 Platform 7</name>
1010
<artifactId>camunda-process-test-coverage-junit5-platform-7</artifactId>

extension/junit5-platform-8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>camunda-process-test-coverage-parent</artifactId>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99
<name>Camunda Process Test Coverage JUnit5 Platform 8</name>
1010
<artifactId>camunda-process-test-coverage-junit5-platform-8</artifactId>

extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
77
<artifactId>camunda-process-test-coverage-root</artifactId>
8-
<version>2.3.3-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<name>Camunda Process Test Coverage Extension Parent</name>

extension/report-aggregator-gradle-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
77
<artifactId>camunda-process-test-coverage-parent</artifactId>
8-
<version>2.3.3-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<name>Camunda Process Test Coverage Report Aggregator Gradle Plugin</name>

extension/report-aggregator-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>camunda-process-test-coverage-parent</artifactId>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99
<name>Camunda Process Test Coverage Report Aggregator Maven Plugin</name>
1010
<artifactId>camunda-process-test-coverage-report-aggregator-maven-plugin</artifactId>

extension/report-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>camunda-process-test-coverage-parent</artifactId>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<artifactId>camunda-process-test-coverage-report-generator</artifactId>

extension/sonar-process-test-coverage-plugin/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/sonar-process-test-coverage-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sonar-process-test-coverage-plugin",
33
"license": "LGPL-3.0",
4-
"version": "2.3.3-SNAPSHOT",
4+
"version": "2.4.0",
55
"devDependencies": {
66
"@babel/core": "^7.16.7",
77
"autoprefixer": "^10.4.2",

extension/sonar-process-test-coverage-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>camunda-process-test-coverage-parent</artifactId>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99
<name>Camunda Process Test Coverage Sonar Plugin</name>
1010
<artifactId>sonar-camunda-process-test-coverage-plugin</artifactId>

extension/spring-test-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>camunda-process-test-coverage-parent</artifactId>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99
<name>Camunda Process Test Coverage Spring-Testing Platform 7</name>
1010
<artifactId>camunda-process-test-coverage-spring-test-platform-7</artifactId>

extension/spring-test-platform-8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.community.process_test_coverage</groupId>
66
<artifactId>camunda-process-test-coverage-parent</artifactId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99
<name>Camunda Process Test Coverage Spring-Testing Platform 8</name>
1010
<artifactId>camunda-process-test-coverage-spring-test-platform-8</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.camunda.community.process_test_coverage</groupId>
1212
<artifactId>camunda-process-test-coverage-root</artifactId>
1313
<packaging>pom</packaging>
14-
<version>2.3.3-SNAPSHOT</version>
14+
<version>2.4.0</version>
1515

1616
<name>Camunda Process Test Coverage Root</name>
1717
<description>Helper library to visualize and assert which parts of a BPMN process have been covered by a test.

regression-tests/junit4-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
77
<artifactId>camunda-process-test-coverage-regression-tests-parent</artifactId>
8-
<version>2.3.3-SNAPSHOT</version>
8+
<version>2.4.0</version>
99
</parent>
1010

1111
<artifactId>camunda-process-test-coverage-regression-tests-junit4-platform-7</artifactId>

regression-tests/junit5-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.camunda.community.process_test_coverage</groupId>
99
<artifactId>camunda-process-test-coverage-regression-tests-parent</artifactId>
10-
<version>2.3.3-SNAPSHOT</version>
10+
<version>2.4.0</version>
1111
</parent>
1212

1313
<artifactId>camunda-process-test-coverage-regression-tests-junit5-platform-7</artifactId>

regression-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.camunda.community.process_test_coverage</groupId>
88
<artifactId>camunda-process-test-coverage-root</artifactId>
9-
<version>2.3.3-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<name>Camunda Process Test Coverage Regression Tests Parent</name>

regression-tests/spring-starter-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.camunda.community.process_test_coverage</groupId>
88
<artifactId>camunda-process-test-coverage-regression-tests-parent</artifactId>
9-
<version>2.3.3-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<artifactId>camunda-process-test-coverage-regression-tests-spring-starter-platform-7</artifactId>

regression-tests/spring-test-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.camunda.community.process_test_coverage</groupId>
88
<artifactId>camunda-process-test-coverage-regression-tests-parent</artifactId>
9-
<version>2.3.3-SNAPSHOT</version>
9+
<version>2.4.0</version>
1010
</parent>
1111

1212
<artifactId>camunda-process-test-coverage-regression-tests-spring-test-platform-7</artifactId>

starter-platform-7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>camunda-process-test-coverage-root</artifactId>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99
<name>Camunda Process Test Coverage Starter Platform 7</name>
1010
<artifactId>camunda-process-test-coverage-starter-platform-7</artifactId>

starter-platform-8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>camunda-process-test-coverage-root</artifactId>
66
<groupId>org.camunda.community.process_test_coverage</groupId>
7-
<version>2.3.3-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99
<name>Camunda Process Test Coverage Starter Platform 8</name>
1010
<artifactId>camunda-process-test-coverage-starter-platform-8</artifactId>

0 commit comments

Comments
 (0)