Skip to content

Commit

Permalink
Merge branch 'version/1.5.3' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rnschk committed Dec 19, 2022
2 parents f376f17 + b4fd974 commit 74f70f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Maven
name: Maven Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Artifact
name: Maven Release

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Snapshot
name: Maven Snapshot

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>This tool helps to control the retry-behaviour in external-task-handlers
based on the official java-client provided by Camunda BPM
</description>
<version>1.5.2</version>
<version>1.5.3</version>
<inceptionYear>2021</inceptionYear>

<organization>
Expand Down Expand Up @@ -41,7 +41,7 @@
<external-task-client.version>7.18.0</external-task-client.version>
<commons-lang3.version>3.11</commons-lang3.version>
<junit.version>4.13.2</junit.version>
<mockito.version>4.9.0</mockito.version>
<mockito.version>4.10.0</mockito.version>

<!-- plugins -->
<maven-release.version>3.0.0-M7</maven-release.version>
Expand All @@ -50,7 +50,7 @@
<license-maven.version>4.1</license-maven.version>
<maven-javadoc.version>3.4.1</maven-javadoc.version>
<maven-gpg.version>3.0.1</maven-gpg.version>
<versions-maven.version>2.13.0</versions-maven.version>
<versions-maven.version>2.14.1</versions-maven.version>
<gitflow-maven.version>1.19.0</gitflow-maven.version>

</properties>
Expand Down

0 comments on commit 74f70f8

Please sign in to comment.