Skip to content

Commit

Permalink
release(v8.5.8-rc1)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 23, 2024
1 parent 1e01f77 commit eb9913b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/operate-example-load-process-instance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda.spring</groupId>
<artifactId>operate-examples-parent</artifactId>
<version>8.5.8-SNAPSHOT</version>
<version>8.5.8-rc1</version>
</parent>

<artifactId>operate-example-load-process-instance</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda.spring</groupId>
<artifactId>operate-client-root</artifactId>
<version>8.5.8-SNAPSHOT</version>
<version>8.5.8-rc1</version>
</parent>

<artifactId>operate-examples-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/java-client-operate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda.spring</groupId>
<artifactId>operate-client-parent</artifactId>
<version>8.5.8-SNAPSHOT</version>
<version>8.5.8-rc1</version>
</parent>

<artifactId>java-client-operate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda.spring</groupId>
<artifactId>operate-client-root</artifactId>
<version>8.5.8-SNAPSHOT</version>
<version>8.5.8-rc1</version>
</parent>

<artifactId>operate-client-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/spring-boot-starter-camunda-operate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.camunda.spring</groupId>
<artifactId>operate-client-parent</artifactId>
<version>8.5.8-SNAPSHOT</version>
<version>8.5.8-rc1</version>
</parent>

<artifactId>spring-boot-starter-camunda-operate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>io.camunda.spring</groupId>
<artifactId>operate-client-root</artifactId>
<version>8.5.8-SNAPSHOT</version>
<version>8.5.8-rc1</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit eb9913b

Please sign in to comment.