Skip to content

Commit

Permalink
release(v8.5.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 21, 2024
1 parent d299b3b commit 8de4bf7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda.spring</groupId>
<artifactId>operate-examples-parent</artifactId>
<version>8.5.16-SNAPSHOT</version>
<version>8.5.16</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda.spring</groupId>
<artifactId>operate-client-root</artifactId>
<version>8.5.16-SNAPSHOT</version>
<version>8.5.16</version>
</parent>

<artifactId>operate-examples-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/java-client-operate-compat/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.16-SNAPSHOT</version>
<version>8.5.16</version>
</parent>

<artifactId>java-client-operate-compat</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.16-SNAPSHOT</version>
<version>8.5.16</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.16-SNAPSHOT</version>
<version>8.5.16</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda.spring</groupId>
<artifactId>operate-client-parent</artifactId>
<version>8.5.16-SNAPSHOT</version>
<version>8.5.16</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.16-SNAPSHOT</version>
<version>8.5.16</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 8de4bf7

Please sign in to comment.