From 8890642521779eeb86cc28729c1d2f9c2e1dd67a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Apr 2022 00:39:18 +0000 Subject: [PATCH 01/22] Bump jenkins-test-harness Bumps [jenkins-test-harness](https://github.com/jenkinsci/jenkins-test-harness) from 1723.vcd938b_e66072 to 1731.v383b_5d6c3393. - [Release notes](https://github.com/jenkinsci/jenkins-test-harness/releases) - [Changelog](https://github.com/jenkinsci/jenkins-test-harness/blob/master/docs/CHANGELOG-OLD.md) - [Commits](https://github.com/jenkinsci/jenkins-test-harness/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.main:jenkins-test-harness dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 10f635ef47..265b23daa2 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ - 1723.vcd938b_e66072 + 1731.v383b_5d6c3393 3.26 1.17 From 0904e98e9d91a5176f7d5c61791c9065b999b180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 21:00:21 -0700 Subject: [PATCH 02/22] Bump `maven-hpi-plugin` from 3.26 to 3.27 (#528) 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 265b23daa2..53f05ecc25 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 1731.v383b_5d6c3393 - 3.26 + 3.27 1.17 - 1731.v383b_5d6c3393 @@ -940,9 +938,19 @@ - jdk-above-9 + jdk-8-and-below - [1.9,) + (,1.8] + + + + + + + + jdk-9-and-above + + [9,) 8 @@ -950,6 +958,8 @@ true true + + --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED From 3ed41c59c9af588b6485d6d5fd77ace6a2cd700f Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sat, 2 Apr 2022 00:27:22 -0700 Subject: [PATCH 04/22] Setting `source` and `target` are unnecessary when setting `release` (#530) --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 68e79c52fa..ffaf5d1590 100644 --- a/pom.xml +++ b/pom.xml @@ -953,9 +953,16 @@ [9,) + 8 8 + true + + + + + true From 921f1521eb10c4ed8d1cb7d0a0b3fb4507e7b3ed Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sat, 2 Apr 2022 01:30:52 -0700 Subject: [PATCH 05/22] Avoid unnecessary defining and clearing of properties (#531) --- pom.xml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index ffaf5d1590..d282c839a1 100644 --- a/pom.xml +++ b/pom.xml @@ -58,10 +58,6 @@ UTF-8 UTF-8 - 1.8 - 1.8 - 1.8 - 1.8 true @@ -943,6 +939,10 @@ (,1.8] + 1.8 + 1.8 + 1.8 + 1.8 @@ -958,11 +958,6 @@ 8 true - - - - - true From b3841de5e3189965f39c445f80fabb120b7416a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 08:05:33 +0100 Subject: [PATCH 06/22] Bump maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M6 (#533) 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 d282c839a1..0acdbd1dcd 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ maven-surefire-plugin - 3.0.0-M4 + 3.0.0-M6 maven-failsafe-plugin From ac5910be908d5e7563c53b2cfd35242b6a8fd6c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 08:06:31 +0100 Subject: [PATCH 07/22] Bump maven-failsafe-plugin from 3.0.0-M4 to 3.0.0-M6 (#532) 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 0acdbd1dcd..91994b31a4 100644 --- a/pom.xml +++ b/pom.xml @@ -322,7 +322,7 @@ maven-failsafe-plugin - 3.0.0-M4 + 3.0.0-M6 From 029d6c7b02a1545fe1761c88320eee50b06961f9 Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:49:13 +0100 Subject: [PATCH 08/22] Remove unneeded SUREFIRE-1226 workaround (#534) --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 91994b31a4..dc42e5ac82 100644 --- a/pom.xml +++ b/pom.xml @@ -817,8 +817,6 @@ maven-surefire-plugin - - false -1 ${surefireTempDir} @@ -831,8 +829,6 @@ maven-failsafe-plugin - - false -1 ${surefireTempDir} From bb1f9f6635e396f713f0f3dc81a165517ee72099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 07:45:44 -0700 Subject: [PATCH 09/22] Bump `maven-clean-plugin` from 3.1.0 to 3.2.0 (#535) 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 dc42e5ac82..a54f5298aa 100644 --- a/pom.xml +++ b/pom.xml @@ -298,7 +298,7 @@ maven-clean-plugin - 3.1.0 + 3.2.0 maven-compiler-plugin From efde61c256b19c2d5850e1ba1c2a192505df945c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 07:57:16 -0700 Subject: [PATCH 10/22] Bump `jacoco-maven-plugin` from 0.8.7 to 0.8.8 (#536) 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 a54f5298aa..bfffb62f5b 100644 --- a/pom.xml +++ b/pom.xml @@ -411,7 +411,7 @@ org.jacoco jacoco-maven-plugin - 0.8.7 + 0.8.8 org.kohsuke.stapler From 63cd0f3e2e64c724c5b401860b0f81e794ca22df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 12:59:18 -0700 Subject: [PATCH 11/22] Bump jenkins-test-harness from 1731.v383b_5d6c3393 to 1736.vc72c458c5103 (#537) 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 bfffb62f5b..92c53fc40a 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ - 1731.v383b_5d6c3393 + 1736.vc72c458c5103 3.27 1.17 From 8feaac2c6ad22a58844f2c6f7df445414c15d707 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Tue, 5 Apr 2022 14:06:12 -0700 Subject: [PATCH 12/22] [maven-release-plugin] prepare release plugin-4.40 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 92c53fc40a..c37450e1e1 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.jenkins-ci.plugins plugin - 4.40-SNAPSHOT + 4.40 pom Jenkins Plugin Parent POM @@ -37,7 +37,7 @@ scm:git:https://github.com/jenkinsci/plugin-pom.git scm:git:git@github.com:jenkinsci/plugin-pom.git - HEAD + plugin-4.40 https://github.com/jenkinsci/plugin-pom From 1910fb3f600c6d47d74fdf9ee675d2501981a26a Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Tue, 5 Apr 2022 14:06:16 -0700 Subject: [PATCH 13/22] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c37450e1e1..1a3078fa21 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.jenkins-ci.plugins plugin - 4.40 + 4.41-SNAPSHOT pom Jenkins Plugin Parent POM @@ -37,7 +37,7 @@ scm:git:https://github.com/jenkinsci/plugin-pom.git scm:git:git@github.com:jenkinsci/plugin-pom.git - plugin-4.40 + HEAD https://github.com/jenkinsci/plugin-pom From efd70e99ad300ad6482ca1d4de2f28701d4ddccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Apr 2022 03:40:53 +0000 Subject: [PATCH 14/22] Bump maven-antrun-plugin from 3.0.0 to 3.1.0 (#539) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a3078fa21..73f152fce6 100644 --- a/pom.xml +++ b/pom.xml @@ -294,7 +294,7 @@ maven-antrun-plugin - 3.0.0 + 3.1.0 maven-clean-plugin From ea3360d6371221185bb724e83a8868682312dd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Apr 2022 03:41:25 +0000 Subject: [PATCH 15/22] Bump maven-site-plugin from 3.11.0 to 3.12.0 (#541) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 73f152fce6..94e70319e8 100644 --- a/pom.xml +++ b/pom.xml @@ -355,7 +355,7 @@ maven-site-plugin - 3.11.0 + 3.12.0 maven-project-info-reports-plugin From fd9310db4e249ab3a04ebb36959f825ea3fdfddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Apr 2022 03:41:38 +0000 Subject: [PATCH 16/22] Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#543) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 94e70319e8..a6e709253c 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ maven-javadoc-plugin - 3.3.2 + 3.4.0 true From 7af7ebfdaee9b52d37316dfbdb23c67c169e783e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Apr 2022 03:42:05 +0000 Subject: [PATCH 17/22] Bump jenkins-test-harness from 1736.vc72c458c5103 to 1738.v649c72e3211b_ (#542) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a6e709253c..d2db9ef5e1 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ - 1736.vc72c458c5103 + 1738.v649c72e3211b_ 3.27 1.17 From 8905cdc8b1db09521908fe9c9f32a8f422ecc01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Apr 2022 03:42:21 +0000 Subject: [PATCH 18/22] Bump mockito.version from 4.4.0 to 4.5.1 (#540) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d2db9ef5e1..4303343fc3 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ true - 4.4.0 + 4.5.1 1.27 1.21 From 392e58a3dabebfa0e1dd2c446cb271ca94d53b36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 20:31:48 +0100 Subject: [PATCH 19/22] Bump jenkins-test-harness (#545) Bumps [jenkins-test-harness](https://github.com/jenkinsci/jenkins-test-harness) from 1738.v649c72e3211b_ to 1741.va_38664ed66c3. - [Release notes](https://github.com/jenkinsci/jenkins-test-harness/releases) - [Changelog](https://github.com/jenkinsci/jenkins-test-harness/blob/master/docs/CHANGELOG-OLD.md) - [Commits](https://github.com/jenkinsci/jenkins-test-harness/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.main:jenkins-test-harness dependency-type: direct:development ... 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 4303343fc3..8297a7a454 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ - 1738.v649c72e3211b_ + 1741.va_38664ed66c3 3.27 1.17 From 2749e4f29433667328af9652a9ced8f0caacd404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 15:58:01 +0000 Subject: [PATCH 20/22] Bump maven-project-info-reports-plugin from 3.2.2 to 3.3.0 (#546) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8297a7a454..2ebb97509d 100644 --- a/pom.xml +++ b/pom.xml @@ -359,7 +359,7 @@ maven-project-info-reports-plugin - 3.2.2 + 3.3.0 maven-source-plugin From fe006ce973196bd311aa53dcdaee9fccc26e221b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 22:29:01 +0000 Subject: [PATCH 21/22] Bump jenkins-test-harness (#547) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2ebb97509d..7cda9da013 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ - 1741.va_38664ed66c3 + 1746.v2b_3c5d1983b_e 3.27 1.17 From c772be96e570f721b39f200de46795914884104e Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Fri, 6 May 2022 23:32:38 -0700 Subject: [PATCH 22/22] Skip Spotless and Checkstyle mojos in `-Pquick-build` (#548) --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 7cda9da013..ac310dc086 100644 --- a/pom.xml +++ b/pom.xml @@ -1511,6 +1511,8 @@ true true true + true + true