Skip to content

Commit

Permalink
release(v1.20.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 10, 2023
1 parent 1cb5fc9 commit bdf749d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/example-simple-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.community.batch</groupId>
<artifactId>camunda-platform-7-custom-batch-example-root</artifactId>
<version>1.19.5-SNAPSHOT</version>
<version>1.20.1</version>
</parent>

<groupId>org.camunda.community.batch.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.community.batch</groupId>
<artifactId>camunda-platform-7-custom-batch-example-root</artifactId>
<version>1.19.5-SNAPSHOT</version>
<version>1.20.1</version>
</parent>

<groupId>org.camunda.community.batch.example</groupId>
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.batch</groupId>
<artifactId>camunda-platform-7-custom-batch-root</artifactId>
<version>1.19.5-SNAPSHOT</version>
<version>1.20.1</version>
</parent>

<artifactId>camunda-platform-7-custom-batch-example-root</artifactId>
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.batch</groupId>
<artifactId>camunda-platform-7-custom-batch-extension-root</artifactId>
<version>1.19.5-SNAPSHOT</version>
<version>1.20.1</version>
</parent>

<groupId>org.camunda.community.batch</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.community.batch</groupId>
<artifactId>camunda-platform-7-custom-batch-root</artifactId>
<version>1.19.5-SNAPSHOT</version>
<version>1.20.1</version>
</parent>

<artifactId>camunda-platform-7-custom-batch-extension-root</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.community.batch</groupId>
<artifactId>camunda-platform-7-custom-batch-extension-root</artifactId>
<version>1.19.5-SNAPSHOT</version>
<version>1.20.1</version>
</parent>

<groupId>org.camunda.community.batch</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.camunda.community.batch</groupId>
<artifactId>camunda-platform-7-custom-batch-root</artifactId>
<version>1.19.5-SNAPSHOT</version>
<version>1.20.1</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit bdf749d

Please sign in to comment.