From 27a89af565c4779d498f842e832d3a0f37adeef0 Mon Sep 17 00:00:00 2001 From: rnschk <5700718+rnschk@users.noreply.github.com> Date: Fri, 16 Dec 2022 09:01:20 +0100 Subject: [PATCH 1/5] Update for next development version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e28c293..1e2a0e5 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ This tool helps to control the retry-behaviour in external-task-handlers based on the official java-client provided by Camunda BPM - 1.5.2 + 1.5.3-SNAPSHOT 2021 From e93a7df06edbb8710fb5f2a66bbaa8b944b816bf Mon Sep 17 00:00:00 2001 From: rnschk <5700718+rnschk@users.noreply.github.com> Date: Fri, 16 Dec 2022 09:24:28 +0100 Subject: [PATCH 2/5] rename actions --- .github/workflows/maven-build.yml | 2 +- .github/workflows/maven-release.yml | 2 +- .github/workflows/maven-snapshot.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index e026947..a7ca659 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -1,4 +1,4 @@ -name: Build Maven +name: Maven Build on: push: diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 8316f31..614ee00 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -1,4 +1,4 @@ -name: Release Artifact +name: Maven Release on: release: diff --git a/.github/workflows/maven-snapshot.yml b/.github/workflows/maven-snapshot.yml index 7f1aee9..39c0dd4 100644 --- a/.github/workflows/maven-snapshot.yml +++ b/.github/workflows/maven-snapshot.yml @@ -1,4 +1,4 @@ -name: Release Snapshot +name: Maven Snapshot on: push: From 2ef18224171562ef00285e8dfc74c080e659efd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 15:27:54 +0100 Subject: [PATCH 3/5] Bump versions-maven-plugin from 2.13.0 to 2.14.1 (#83) Bumps [versions-maven-plugin](https://github.com/mojohaus/versions) from 2.13.0 to 2.14.1. - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](https://github.com/mojohaus/versions/compare/2.13.0...2.14.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1e2a0e5..e4d564c 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 4.1 3.4.1 3.0.1 - 2.13.0 + 2.14.1 1.19.0 From 2fc9503351365a9a57c16a22a394c415c23fcc76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 15:28:58 +0100 Subject: [PATCH 4/5] Bump mockito-core from 4.9.0 to 4.10.0 (#84) Bumps [mockito-core](https://github.com/mockito/mockito) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v4.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e4d564c..7ee1b43 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 7.18.0 3.11 4.13.2 - 4.9.0 + 4.10.0 3.0.0-M7 From b4fd974690e414acee380eb77ab0ebcb31006fc3 Mon Sep 17 00:00:00 2001 From: rnschk <5700718+rnschk@users.noreply.github.com> Date: Mon, 19 Dec 2022 18:13:33 +0100 Subject: [PATCH 5/5] Update versions for release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ee1b43..5bb97b3 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ This tool helps to control the retry-behaviour in external-task-handlers based on the official java-client provided by Camunda BPM - 1.5.3-SNAPSHOT + 1.5.3 2021