Skip to content

Commit

Permalink
release(v7.17.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 19, 2022
1 parent fc554a3 commit 59af2d8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.rest</groupId>
<artifactId>camunda-platform-7-rest-client-spring-boot-examples-root</artifactId>
<version>7.17.1-SNAPSHOT</version>
<version>7.17.1</version>
</parent>

<artifactId>camunda-platform-7-rest-client-spring-boot-coverage-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-provided/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.rest</groupId>
<artifactId>camunda-platform-7-rest-client-spring-boot-examples-root</artifactId>
<version>7.17.1-SNAPSHOT</version>
<version>7.17.1</version>
</parent>

<artifactId>camunda-platform-7-rest-client-spring-boot-example-provided</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.rest</groupId>
<artifactId>camunda-platform-7-rest-client-spring-boot-examples-root</artifactId>
<version>7.17.1-SNAPSHOT</version>
<version>7.17.1</version>
</parent>

<artifactId>camunda-platform-7-rest-client-spring-boot-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/itest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.rest</groupId>
<artifactId>camunda-platform-7-rest-client-spring-boot-examples-root</artifactId>
<version>7.17.1-SNAPSHOT</version>
<version>7.17.1</version>
</parent>

<artifactId>camunda-platform-7-rest-client-spring-boot-itest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.rest</groupId>
<artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId>
<version>7.17.1-SNAPSHOT</version>
<version>7.17.1</version>
</parent>

<artifactId>camunda-platform-7-rest-client-spring-boot-examples-root</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.rest</groupId>
<artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId>
<version>7.17.1-SNAPSHOT</version>
<version>7.17.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extension/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.rest</groupId>
<artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId>
<version>7.17.1-SNAPSHOT</version>
<version>7.17.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extension/starter-provided/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.rest</groupId>
<artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId>
<version>7.17.1-SNAPSHOT</version>
<version>7.17.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extension/starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.rest</groupId>
<artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId>
<version>7.17.1-SNAPSHOT</version>
<version>7.17.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.camunda.community.rest</groupId>
<artifactId>camunda-platform-7-rest-client-spring-boot-parent</artifactId>
<version>7.17.1-SNAPSHOT</version>
<version>7.17.1</version>
<packaging>pom</packaging>
<name>camunda-platform-7-rest-client-spring-boot/parent</name>
<description>Camunda Platform 7 REST Client Spring-Boot</description>
Expand Down

0 comments on commit 59af2d8

Please sign in to comment.