From 9c31810152ff78282b7197367e020b837b5df5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 03:58:45 +0000 Subject: [PATCH 01/11] Bump git-changelist-maven-extension from 1.3 to 1.6 Bumps [git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.3 to 1.6. - [Release notes](https://github.com/jenkinsci/incrementals-tools/releases) - [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.3...parent-1.6) --- updated-dependencies: - dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .mvn/extensions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index a65d82e..90787cb 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.3 + 1.6 From 0412f10b440ee359d9dd9b1619712f3fc6b4262a Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Mon, 1 May 2023 11:46:11 -0700 Subject: [PATCH 02/11] Refresh plugin for May 2023 --- Jenkinsfile | 5 ++--- pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b94810a..8d38b97 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [ platform: "linux", jdk: "8" ], - [ platform: "windows", jdk: "8" ], - [ platform: "linux", jdk: "11" ] + [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 11], ]) diff --git a/pom.xml b/pom.xml index ce8a7d2..82a5b90 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.42 + 4.62 org.jenkins-ci.plugins.workflow @@ -39,7 +39,7 @@ 999999-SNAPSHOT - 2.289.3 + 2.361.4 1.10.1 jenkinsci/${project.artifactId}-plugin @@ -47,8 +47,8 @@ io.jenkins.tools.bom - bom-2.289.x - 1466.v85a_616ea_b_87c + bom-2.361.x + 2025.v816d28f1e04f import pom @@ -153,7 +153,7 @@ org.jenkins-ci.plugins mercurial - 2.12 + 1260.vdfb_723cdcc81 test From 6d56394ce1e531c1b5d4481297049306ddb5ab7c Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 7 Jun 2023 13:02:38 -0600 Subject: [PATCH 03/11] Require Jenkins 2.387.3 or newer --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 82a5b90..cd4f10f 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ 999999-SNAPSHOT - 2.361.4 + 2.387.3 1.10.1 jenkinsci/${project.artifactId}-plugin @@ -47,8 +47,8 @@ io.jenkins.tools.bom - bom-2.361.x - 2025.v816d28f1e04f + bom-2.387.x + 2143.ve4c3c9ec790a import pom From ac6303909174cdd26c98e141f6fcc582a7ee67fe Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 7 Jun 2023 13:02:59 -0600 Subject: [PATCH 04/11] Depend on git plugin 5.1.0 or newer HTMLUnit 3.x upgrade in the git plugin test dependency --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index cd4f10f..5fb6445 100644 --- a/pom.xml +++ b/pom.xml @@ -79,12 +79,16 @@ org.jenkins-ci.plugins git test + + 5.1.0 org.jenkins-ci.plugins git tests test + + 5.1.0 org.jenkins-ci.plugins From 169add69265aad689c4d6f48ab3e30333999e498 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Wed, 7 Jun 2023 13:03:48 -0600 Subject: [PATCH 05/11] Use parent pom 4.66 Includes HTMLUnit 3 upgrade --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5fb6445..0e75597 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.62 + 4.66 org.jenkins-ci.plugins.workflow From f0c83ae73219814b48dd4ff53da6048797ab40ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 03:58:48 +0000 Subject: [PATCH 06/11] Bump plugin from 4.66 to 4.67 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.66 to 4.67. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.66...plugin-4.67) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins: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 0e75597..83b60e9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.66 + 4.67 org.jenkins-ci.plugins.workflow From f5e23b2d33c2162d747c0dd256f7c84bb603ad09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 03:58:58 +0000 Subject: [PATCH 07/11] Bump bom-2.387.x from 2143.ve4c3c9ec790a to 2179.v0884e842b_859 Bumps [bom-2.387.x](https://github.com/jenkinsci/bom) from 2143.ve4c3c9ec790a to 2179.v0884e842b_859. - [Release notes](https://github.com/jenkinsci/bom/releases) - [Commits](https://github.com/jenkinsci/bom/commits) --- updated-dependencies: - dependency-name: io.jenkins.tools.bom:bom-2.387.x dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e75597..7cfca25 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ io.jenkins.tools.bom bom-2.387.x - 2143.ve4c3c9ec790a + 2179.v0884e842b_859 import pom From a5572d072452523712e4bd09e07901d9e97c3480 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 30 Sep 2023 19:31:38 -0600 Subject: [PATCH 08/11] Use parent pom 4.73 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 28f57ec..572ed8e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.67 + 4.73 org.jenkins-ci.plugins.workflow From 56db383f2094b199c94ef69fa97ed699a43e806c Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 30 Sep 2023 19:32:55 -0600 Subject: [PATCH 09/11] Use plugin bom 2465.va_e76ed7b_3061 Remove version declarations that are no longer required. --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 572ed8e..036d210 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ io.jenkins.tools.bom bom-2.387.x - 2179.v0884e842b_859 + 2465.va_e76ed7b_3061 import pom @@ -79,16 +79,12 @@ org.jenkins-ci.plugins git test - - 5.1.0 org.jenkins-ci.plugins git tests test - - 5.1.0 org.jenkins-ci.plugins From e5e6562f025a3794002cafaea90c59036de65895 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 30 Sep 2023 19:35:06 -0600 Subject: [PATCH 10/11] Test with Java 21 Java 21 released Sep 19, 2023. We'd like to announce full support for Java 21 in early October and would like the most used plugins to be compiling and testing with Java 21. The acceptance test harness and plugin bill of materials tests are already passing with Java 21. This is a further step to improve plugin readiness for use with Java 21 and for development with Java 21. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8d38b97..8b7fd8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 17], - [platform: 'windows', jdk: 11], + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], ]) From cce35389c339652b916022bc38be003bec125c33 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 10 Nov 2023 08:40:06 -0700 Subject: [PATCH 11/11] Use parent pom 4.75 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 036d210..b3cdeba 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.73 + 4.75 org.jenkins-ci.plugins.workflow