Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wunderlich committed Oct 28, 2022
1 parent 4a56b6e commit 39549cd
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
9 changes: 7 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ Maven Users:
<dependency>
<groupId>org.camunda.community.batch</groupId>
<artifactId>camunda-platform-7-custom-batch-core</artifactId>
<version>1.6.0</version>
<version>1.18.0</version>
</dependency>
```
Gradle Users:
```kotlin
compile("org.camunda.community.batch:camunda-platform-7-custom-batch-core:1.6.0")
compile("org.camunda.community.batch:camunda-platform-7-custom-batch-core:1.10.0")
```
First you have to define an own job handler for working on the single batch data:
Expand Down Expand Up @@ -100,6 +100,11 @@ The seed and monitor jobs receive the same priority as the batch.
## Versions
### 1.18.0
* Update to use latest camunda version (7.18)
* New version schema ... minor version number should always reflect the camunda number.
### 1.6.0
* Update to use latest camunda version (7.17) + spring boot (2.6.3)
Expand Down
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.6.1-SNAPSHOT</version>
<version>1.18.0</version>
</parent>

<groupId>${example.groupId}</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.6.1-SNAPSHOT</version>
<version>1.18.0</version>
</parent>

<groupId>${example.groupId}</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.6.1-SNAPSHOT</version>
<version>1.18.0</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.6.1-SNAPSHOT</version>
<version>1.18.0</version>
</parent>

<groupId>${extension.groupId}</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.6.1-SNAPSHOT</version>
<version>1.18.0</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.6.1-SNAPSHOT</version>
<version>1.18.0</version>
</parent>

<groupId>${extension.groupId}</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.6.1-SNAPSHOT</version>
<version>1.18.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 39549cd

Please sign in to comment.