Skip to content

Commit

Permalink
release(v8.6.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 9, 2024
1 parent bbcea8b commit 80d4011
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.6.3-SNAPSHOT</version>
<version>8.6.3</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.6.3-SNAPSHOT</version>
<version>8.6.3</version>
</parent>

<artifactId>operate-examples-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/readme-snippets/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.6.3-SNAPSHOT</version>
<version>8.6.3</version>
</parent>

<artifactId>readme-snippets</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.6.3-SNAPSHOT</version>
<version>8.6.3</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.6.3-SNAPSHOT</version>
<version>8.6.3</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.6.3-SNAPSHOT</version>
<version>8.6.3</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.6.3-SNAPSHOT</version>
<version>8.6.3</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 80d4011

Please sign in to comment.