Skip to content

Commit

Permalink
release(v8.5.17): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 9, 2024
1 parent a9e3fb2 commit 3bde89e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 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.17</version>
<version>8.5.18-SNAPSHOT</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.17</version>
<version>8.5.18-SNAPSHOT</version>
</parent>

<artifactId>operate-examples-parent</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions examples/readme-snippets/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.camunda.spring</groupId>
<artifactId>operate-examples-parent</artifactId>
<version>8.5.17</version>
<version>8.5.18-SNAPSHOT</version>
</parent>

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

<properties>
Expand Down

0 comments on commit 3bde89e

Please sign in to comment.