From 7a71bac2bc0256b8ce2a4101dee13da948d5d289 Mon Sep 17 00:00:00 2001 From: Stephan Fuhrmann Date: Fri, 23 Jun 2023 15:51:49 +0200 Subject: [PATCH 1/7] Update plugin-integration.yml --- .github/workflows/plugin-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plugin-integration.yml b/.github/workflows/plugin-integration.yml index 8b140288..6fbfa8a9 100644 --- a/.github/workflows/plugin-integration.yml +++ b/.github/workflows/plugin-integration.yml @@ -13,7 +13,7 @@ on: branches: [ master ] jobs: - build: + integration_build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -32,7 +32,7 @@ jobs: # integration test by downloading the plugin via curl # at startup integration_env: - needs: build + needs: integration_build runs-on: ubuntu-latest env: DEBIAN_FRONTEND: noninteractive From eb92a3bb0c6fbe16dcf1fa6ac1c13f1159537245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 13:09:26 +0000 Subject: [PATCH 2/7] Bump maven-compiler-plugin from 3.8.1 to 3.11.0 Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.11.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.11.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e2ffa392..fc706d0c 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ maven-compiler-plugin - 3.8.1 + 3.11.0 ${project.build.sourceEncoding} 11 From 84900bf5fda5c93c5d35169488b9224eece43b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 13:09:35 +0000 Subject: [PATCH 3/7] Bump jetty-server from 11.0.13 to 11.0.15 Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 11.0.13 to 11.0.15. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-11.0.13...jetty-11.0.15) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-server dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e2ffa392..ca69eded 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ org.eclipse.jetty jetty-server - 11.0.13 + 11.0.15 test From f6f5a7082f404b313ef9c455f785baa4ec8406a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:39:11 +0000 Subject: [PATCH 4/7] Bump maven-release-plugin from 3.0.0-M1 to 3.0.1 Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M1 to 3.0.1. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M1...maven-release-3.0.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc706d0c..90be273c 100644 --- a/pom.xml +++ b/pom.xml @@ -232,7 +232,7 @@ org.apache.maven.plugins maven-release-plugin - 3.0.0-M1 + 3.0.1 release From 80855de264e36996adbde7f1b8cee1826bb63477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 07:33:51 +0000 Subject: [PATCH 5/7] Bump maven-gpg-plugin from 1.6 to 3.1.0 Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.1.0. - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-1.6...maven-gpg-plugin-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 90be273c..888b3203 100644 --- a/pom.xml +++ b/pom.xml @@ -265,7 +265,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.1.0 0AC5A45E91FA93DA25380017B0D87B063EAD41F1 From c10f4843d5e46de20bcf0d03846c56bf3eec28ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:22:40 +0000 Subject: [PATCH 6/7] Bump maven-source-plugin from 3.2.1 to 3.3.0 Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0. - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 41e06540..f1a3d490 100644 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,7 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 attach-sources From e6d33cddf16baad471ad38a5487b08a945f59b47 Mon Sep 17 00:00:00 2001 From: Stephan Fuhrmann Date: Wed, 5 Jul 2023 17:42:38 +0200 Subject: [PATCH 7/7] Revert "Bump maven-source-plugin from 3.2.1 to 3.3.0" This reverts commit c10f4843d5e46de20bcf0d03846c56bf3eec28ca. Problem: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-source-plugin:3.3.0:jar (default-cli) on project go-maven-poller: Presumably you have configured maven-source-plugn to execute twice times in your build. You have to configure a classifier for at least on of them. -> [Help 1] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d95ddd5..ab2a5c1c 100644 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.2.1 attach-sources