Skip to content

Commit c1bc205

Browse files
committed
release(v7.23.4)
1 parent 4988ba7 commit c1bc205

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

examples/coverage-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.rest</groupId>
77
<artifactId>camunda-platform-7-rest-client-spring-boot-examples-root</artifactId>
8-
<version>7.23.4-SNAPSHOT</version>
8+
<version>7.23.4</version>
99
</parent>
1010

1111
<artifactId>camunda-platform-7-rest-client-spring-boot-coverage-report</artifactId>

examples/example-feign-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.rest</groupId>
77
<artifactId>camunda-platform-7-rest-client-spring-boot-examples-root</artifactId>
8-
<version>7.23.4-SNAPSHOT</version>
8+
<version>7.23.4</version>
99
</parent>
1010

1111
<artifactId>camunda-platform-7-rest-client-spring-boot-example-feign-client</artifactId>

examples/example-provided/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.rest</groupId>
77
<artifactId>camunda-platform-7-rest-client-spring-boot-examples-root</artifactId>
8-
<version>7.23.4-SNAPSHOT</version>
8+
<version>7.23.4</version>
99
</parent>
1010

1111
<artifactId>camunda-platform-7-rest-client-spring-boot-example-provided</artifactId>

examples/example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.rest</groupId>
77
<artifactId>camunda-platform-7-rest-client-spring-boot-examples-root</artifactId>
8-
<version>7.23.4-SNAPSHOT</version>
8+
<version>7.23.4</version>
99
</parent>
1010

1111
<artifactId>camunda-platform-7-rest-client-spring-boot-example</artifactId>

examples/itest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.rest</groupId>
77
<artifactId>camunda-platform-7-rest-client-spring-boot-examples-root</artifactId>
8-
<version>7.23.4-SNAPSHOT</version>
8+
<version>7.23.4</version>
99
</parent>
1010

1111
<artifactId>camunda-platform-7-rest-client-spring-boot-itest</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.rest</groupId>
77
<artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId>
8-
<version>7.23.4-SNAPSHOT</version>
8+
<version>7.23.4</version>
99
</parent>
1010

1111
<artifactId>camunda-platform-7-rest-client-spring-boot-examples-root</artifactId>

extension/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.rest</groupId>
77
<artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId>
8-
<version>7.23.4-SNAPSHOT</version>
8+
<version>7.23.4</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

extension/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.rest</groupId>
77
<artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId>
8-
<version>7.23.4-SNAPSHOT</version>
8+
<version>7.23.4</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

extension/starter-feign/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.rest</groupId>
77
<artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId>
8-
<version>7.23.4-SNAPSHOT</version>
8+
<version>7.23.4</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

extension/starter-provided/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.community.rest</groupId>
77
<artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId>
8-
<version>7.23.4-SNAPSHOT</version>
8+
<version>7.23.4</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)