Skip to content

Commit

Permalink
release(v8.6.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 21, 2024
1 parent 282204b commit d9d1847
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/bootstrapping-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>tasklist-client-example-parent</artifactId>
<version>8.6.4-SNAPSHOT</version>
<version>8.6.4</version>
</parent>

<artifactId>bootstrapping-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>tasklist-client-root</artifactId>
<version>8.6.4-SNAPSHOT</version>
<version>8.6.4</version>
</parent>

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

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

<artifactId>camunda-tasklist-client-generated</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</groupId>
<artifactId>tasklist-client-root</artifactId>
<version>8.6.4-SNAPSHOT</version>
<version>8.6.4</version>
</parent>
<artifactId>tasklist-client-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extension/spring-boot-starter-camunda-tasklist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.camunda</groupId>
<artifactId>tasklist-client-parent</artifactId>
<version>8.6.4-SNAPSHOT</version>
<version>8.6.4</version>
</parent>

<artifactId>spring-boot-starter-camunda-tasklist</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</groupId>
<artifactId>tasklist-client-root</artifactId>
<version>8.6.4-SNAPSHOT</version>
<version>8.6.4</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit d9d1847

Please sign in to comment.