From be97e30c74b71832074c52a9fb06bed18afe4fd5 Mon Sep 17 00:00:00 2001
From: Michael Osipov <1983-01-06@gmx.net>
Date: Fri, 12 May 2017 19:04:35 +0200
Subject: [PATCH 001/421] Upgrade Maven Fluido Skin to 1.6
---
src/site/site.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index 4ae742244..8306c0a6b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -11,7 +11,7 @@
org.apache.maven.skins
maven-fluido-skin
- 1.4
+ 1.6
From 4a5b8921cf811333a2ca5bd47f34503eb0646d86 Mon Sep 17 00:00:00 2001
From: Michael Osipov <1983-01-06@gmx.net>
Date: Fri, 12 May 2017 20:02:16 +0200
Subject: [PATCH 002/421] Add myself as developer
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index c918f5558..b20f3720c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,6 +246,14 @@ limitations under the License.
Developer
+
+ Michael Osipov
+ michael-o
+ 1983-01-06@gmx.net
+
+ Developer
+
+
From 0f0f564ba69876a046287a9b7a7cbacfb8cc3e46 Mon Sep 17 00:00:00 2001
From: Michael Osipov <1983-01-06@gmx.net>
Date: Fri, 12 May 2017 20:02:40 +0200
Subject: [PATCH 003/421] Bump version to 5.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b20f3720c..40550fe8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 4.1-SNAPSHOT
+ 5.0-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
From 0f20ce0f370945da955042c7c9f163629092d5f5 Mon Sep 17 00:00:00 2001
From: Michael Osipov <1983-01-06@gmx.net>
Date: Fri, 12 May 2017 20:07:19 +0200
Subject: [PATCH 004/421] Drop parent 'forge-parent'
This closes #3
---
pom.xml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 40550fe8a..2610991e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,13 +19,6 @@ limitations under the License.
4.0.0
-
- org.sonatype.forge
- forge-parent
- 10
-
-
-
org.codehaus.plexus
plexus
pom
@@ -403,6 +396,7 @@ limitations under the License.
2.5.1
deploy
+ forked-path
false
-Pplexus-release
From 7547a06b1ee28f1fd86205086d13f4c12d8b101c Mon Sep 17 00:00:00 2001
From: Michael Osipov <1983-01-06@gmx.net>
Date: Fri, 12 May 2017 20:22:00 +0200
Subject: [PATCH 005/421] Replace preprequisites with MENFORCER
This closes #2
---
pom.xml | 25 +++++++++++++++++++++----
1 file changed, 21 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2610991e3..302da0185 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,10 +305,6 @@ limitations under the License.
-
- 3.0
-
-
5
1.${javaVersion}
@@ -455,6 +451,27 @@ limitations under the License.
+
+
+ maven-enforcer-plugin
+
+
+ enforce-maven
+
+ enforce
+
+
+
+
+ 3.0.5
+ This project requires at least Maven 3.0.5
+
+
+
+
+
+
+
From 08d419d0c273c6b0787752255e999d307f5de5f0 Mon Sep 17 00:00:00 2001
From: Michael Osipov <1983-01-06@gmx.net>
Date: Fri, 12 May 2017 20:24:51 +0200
Subject: [PATCH 006/421] Remove Maven 3 profile for attach-descriptor
This closes #4
---
pom.xml | 37 +++++++++++--------------------------
1 file changed, 11 insertions(+), 26 deletions(-)
diff --git a/pom.xml b/pom.xml
index 302da0185..2afc75b31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,6 +471,17 @@ limitations under the License.
+
+ maven-site-plugin
+
+
+ attach-descriptor
+
+ attach-descriptor
+
+
+
+
@@ -649,31 +660,5 @@ limitations under the License.
-
- maven-3
-
-
-
- ${basedir}
-
-
-
-
-
- org.apache.maven.plugins
- maven-site-plugin
-
-
- attach-descriptor
-
- attach-descriptor
-
-
-
-
-
-
-
-
From d1562e8e453a13a2ce2dc15df54140bf3088d34f Mon Sep 17 00:00:00 2001
From: Michael Osipov <1983-01-06@gmx.net>
Date: Fri, 12 May 2017 20:29:12 +0200
Subject: [PATCH 007/421] Bump Java version to 1.6
This fixes #5
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2afc75b31..bc12a94a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,7 +306,7 @@ limitations under the License.
- 5
+ 6
1.${javaVersion}
1.${javaVersion}
UTF-8
From 44fe58cc1f0db0a540d123867732264fde7a4956 Mon Sep 17 00:00:00 2001
From: Michael Osipov <1983-01-06@gmx.net>
Date: Fri, 12 May 2017 20:55:19 +0200
Subject: [PATCH 008/421] Upgrade plugins
This fixes #1
---
pom.xml | 38 ++++++++++++++++++++------------------
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index bc12a94a0..2b73f0c50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,12 +340,12 @@ limitations under the License.
org.apache.maven.plugins
maven-clean-plugin
- 2.6.1
+ 3.0.0
org.apache.maven.plugins
maven-compiler-plugin
- 3.3
+ 3.5.1
${maven.compiler.source}
${maven.compiler.target}
@@ -369,27 +369,27 @@ limitations under the License.
org.apache.maven.plugins
maven-jar-plugin
- 2.5
+ 3.0.2
org.apache.maven.plugins
maven-javadoc-plugin
- 2.10.1
+ 2.10.4
org.apache.maven.plugins
maven-plugin-plugin
- 3.4
+ 3.5
org.apache.maven.plugins
maven-project-info-reports-plugin
- 2.8.1
+ 2.9
org.apache.maven.plugins
maven-release-plugin
- 2.5.1
+ 2.5.3
deploy
forked-path
@@ -400,7 +400,7 @@ limitations under the License.
org.apache.maven.plugins
maven-resources-plugin
- 2.7
+ 3.0.2
org.apache.maven.plugins
@@ -415,7 +415,7 @@ limitations under the License.
org.apache.maven.plugins
maven-site-plugin
- 3.4
+ 3.6
true
@@ -423,17 +423,17 @@ limitations under the License.
org.apache.maven.plugins
maven-source-plugin
- 2.4
+ 3.0.1
org.apache.maven.plugins
maven-surefire-plugin
- 2.18.1
+ 2.20
org.codehaus.plexus
plexus-component-metadata
- 1.6
+ 1.7.1
process-classes
@@ -454,6 +454,7 @@ limitations under the License.
maven-enforcer-plugin
+ 1.4.1
enforce-maven
@@ -490,7 +491,7 @@ limitations under the License.
org.apache.maven.plugins
maven-project-info-reports-plugin
- 2.8.1
+ 2.9
@@ -529,12 +530,12 @@ limitations under the License.
org.apache.maven.plugins
maven-surefire-report-plugin
- 2.18.1
+ 2.20
org.apache.maven.plugins
maven-checkstyle-plugin
- 2.13
+ 2.17
config/maven_checks.xml
https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt
@@ -551,7 +552,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.2
+ 3.8
${maven.compiler.source}
@@ -566,7 +567,7 @@ limitations under the License.
org.codehaus.mojo
findbugs-maven-plugin
- 3.0.2
+ 3.0.4
org.codehaus.mojo
@@ -609,7 +610,7 @@ limitations under the License.
org.codehaus.mojo
cobertura-maven-plugin
- 2.6
+ 2.7
@@ -621,6 +622,7 @@ limitations under the License.
org.apache.maven.plugins
maven-gpg-plugin
+ 1.6
${gpg.passphrase}
From aa9f5cec434e192035f0b57aaf34bf4d68ba975a Mon Sep 17 00:00:00 2001
From: Michael Osipov <1983-01-06@gmx.net>
Date: Mon, 22 May 2017 21:36:15 +0200
Subject: [PATCH 009/421] [maven-release-plugin] prepare release plexus-5.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2b73f0c50..4b827d17f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 5.0-SNAPSHOT
+ 5.0
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -282,7 +282,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
http://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-5.0
github
From e319d0ca1c463b72836664bba162d0ac83a503c2 Mon Sep 17 00:00:00 2001
From: Michael Osipov <1983-01-06@gmx.net>
Date: Mon, 22 May 2017 21:36:24 +0200
Subject: [PATCH 010/421] [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 4b827d17f..f7d5bf5ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 5.0
+ 5.1-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -282,7 +282,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
http://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-5.0
+ master
github
From 8fd6bcc66417c4676ed25aa2bc1a37a10e8d8ad9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Sun, 6 May 2018 16:36:05 +0200
Subject: [PATCH 011/421] updated m-site-p to 3.7.1, m-scm-publish-p to 3.0.0
and site.xml edit
---
pom.xml | 4 ++--
src/site/site.xml | 8 +++++---
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index f7d5bf5ff..2108d4705 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,7 +405,7 @@ limitations under the License.
org.apache.maven.plugins
maven-scm-publish-plugin
- 1.1
+ 3.0.0
${project.scm.developerConnection}
@@ -415,7 +415,7 @@ limitations under the License.
org.apache.maven.plugins
maven-site-plugin
- 3.6
+ 3.7.1
true
diff --git a/src/site/site.xml b/src/site/site.xml
index 8306c0a6b..83c103b94 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -1,7 +1,7 @@
-
+
Plexus
http://codehaus-plexus.github.io/
@@ -11,9 +11,11 @@
org.apache.maven.skins
maven-fluido-skin
- 1.6
+ 1.7
+ ${project.scm.url}
+
true
From eb88783cd4bb0ee4d9f49a73ce9a2d33c4f11d79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Sun, 6 May 2018 16:47:15 +0200
Subject: [PATCH 012/421] upgraded m-plugin-p to 3.5.1, removed report versions
---
pom.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2108d4705..e5ad54881 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,7 @@ limitations under the License.
org.apache.maven.plugins
maven-plugin-plugin
- 3.5
+ 3.5.1
org.apache.maven.plugins
@@ -491,7 +491,6 @@ limitations under the License.
org.apache.maven.plugins
maven-project-info-reports-plugin
- 2.9
@@ -622,7 +621,6 @@ limitations under the License.
org.apache.maven.plugins
maven-gpg-plugin
- 1.6
${gpg.passphrase}
From 9d0b4231c549280d43225221b8941cead4218a6e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Sun, 6 May 2018 17:11:48 +0200
Subject: [PATCH 013/421] moved m-checkstyle-p and m-pmd-p to pluginManagement
for CLI use
---
pom.xml | 40 ++++++++++++++++++++++++----------------
1 file changed, 24 insertions(+), 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index e5ad54881..d59d5d2a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -337,6 +337,15 @@ limitations under the License.
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ 2.17
+
+ config/maven_checks.xml
+ https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt
+
+
org.apache.maven.plugins
maven-clean-plugin
@@ -381,6 +390,21 @@ limitations under the License.
maven-plugin-plugin
3.5.1
+
+ org.apache.maven.plugins
+ maven-pmd-plugin
+ 3.8
+
+ ${maven.compiler.source}
+
+ rulesets/maven.xml
+
+
+ ${project.build.directory}/generated-sources/modello
+ ${project.build.directory}/generated-sources/plugin
+
+
+
org.apache.maven.plugins
maven-project-info-reports-plugin
@@ -534,11 +558,6 @@ limitations under the License.
org.apache.maven.plugins
maven-checkstyle-plugin
- 2.17
-
- config/maven_checks.xml
- https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt
-
default
@@ -551,17 +570,6 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.8
-
- ${maven.compiler.source}
-
- rulesets/maven.xml
-
-
- ${project.build.directory}/generated-sources/modello
- ${project.build.directory}/generated-sources/plugin
-
-
org.codehaus.mojo
From 47854201bd257a339a4f23236f5e5cdce6387113 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Sun, 6 May 2018 17:13:42 +0200
Subject: [PATCH 014/421] upgraded m-checkstyle-p to 3.0.0
---
pom.xml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d59d5d2a6..4416f5227 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,11 +340,19 @@ limitations under the License.
org.apache.maven.plugins
maven-checkstyle-plugin
- 2.17
+ 3.0.0
config/maven_checks.xml
https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt
+
+
+
+ org.apache.maven.shared
+ maven-shared-resources
+ 2
+
+
org.apache.maven.plugins
From 3ab52d8eb948736f1f7912874a00c0a749e83b57 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Mon, 7 May 2018 01:00:08 +0200
Subject: [PATCH 015/421] added logo since the calculated relative url points
here
---
src/site/resources/images/plexus-logo-trans.png | Bin 0 -> 18808 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 src/site/resources/images/plexus-logo-trans.png
diff --git a/src/site/resources/images/plexus-logo-trans.png b/src/site/resources/images/plexus-logo-trans.png
new file mode 100644
index 0000000000000000000000000000000000000000..9e7214628228979447106f9e38b01efd1d0d5769
GIT binary patch
literal 18808
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
Date: Mon, 7 May 2018 01:06:09 +0200
Subject: [PATCH 016/421] put plugins versions in pluginManagement
---
pom.xml | 36 ++++++++++++++++++++++++++++++------
1 file changed, 30 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4416f5227..13fd5b182 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,6 +373,11 @@ limitations under the License.
maven-deploy-plugin
2.8.2
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+ 1.4.1
+
org.apache.maven.plugins
maven-gpg-plugin
@@ -393,6 +398,11 @@ limitations under the License.
maven-javadoc-plugin
2.10.4
+
+ org.apache.maven.plugins
+ maven-jxr-plugin
+ 2.5
+
org.apache.maven.plugins
maven-plugin-plugin
@@ -462,6 +472,26 @@ limitations under the License.
maven-surefire-plugin
2.20
+
+ org.apache.maven.plugins
+ maven-surefire-report-plugin
+ 2.20
+
+
+ org.codehaus.mojo
+ cobertura-maven-plugin
+ 2.7
+
+
+ org.codehaus.mojo
+ findbugs-maven-plugin
+ 3.0.4
+
+
+ org.codehaus.mojo
+ taglist-maven-plugin
+ 2.4
+
org.codehaus.plexus
plexus-component-metadata
@@ -486,7 +516,6 @@ limitations under the License.
maven-enforcer-plugin
- 1.4.1
enforce-maven
@@ -561,7 +590,6 @@ limitations under the License.
org.apache.maven.plugins
maven-surefire-report-plugin
- 2.20
org.apache.maven.plugins
@@ -582,17 +610,14 @@ limitations under the License.
org.codehaus.mojo
findbugs-maven-plugin
- 3.0.4
org.codehaus.mojo
taglist-maven-plugin
- 2.4
org.apache.maven.plugins
maven-jxr-plugin
- 2.5
default
@@ -625,7 +650,6 @@ limitations under the License.
org.codehaus.mojo
cobertura-maven-plugin
- 2.7
From 3d96a1e8d97eb8bbbfb5e3282a107067deecf716 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Mon, 7 May 2018 01:10:01 +0200
Subject: [PATCH 017/421] added index page
---
src/site/apt/index.apt | 11 +++++++++++
src/site/site.xml | 4 ++++
2 files changed, 15 insertions(+)
create mode 100644 src/site/apt/index.apt
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
new file mode 100644
index 000000000..c09df94df
--- /dev/null
+++ b/src/site/apt/index.apt
@@ -0,0 +1,11 @@
+ -----
+ Plexus Parent POM
+ -----
+ Hervé Boutemy
+ -----
+ 2018-05-06
+ -----
+
+Plexus Parent POM
+
+ Plexus Parent POM defines common {{{./plugin-management.html}plugins}}, reporting and release configuration.
diff --git a/src/site/site.xml b/src/site/site.xml
index 83c103b94..92bc64d6f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -34,6 +34,10 @@
+
+
From d8d98bc74eb4d675535960c51479e67ac431e9f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Mon, 7 May 2018 01:11:06 +0200
Subject: [PATCH 018/421] added plexus-languages to menu
---
src/site/site.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/site/site.xml b/src/site/site.xml
index 92bc64d6f..6fe47255d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -53,6 +53,7 @@
+
From 4649342778b894fecfe7e3d984e8d0592680b55f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Mon, 7 May 2018 01:12:54 +0200
Subject: [PATCH 019/421] removed unused configuration now that no parent pom
to override
---
pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 13fd5b182..9cc62a6a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,10 +363,6 @@ limitations under the License.
org.apache.maven.plugins
maven-compiler-plugin
3.5.1
-
- ${maven.compiler.source}
- ${maven.compiler.target}
-
org.apache.maven.plugins
From 9ff0b60ab1398660c9e8219e136ea5e57dba8b9e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Tue, 8 May 2018 11:17:06 +0200
Subject: [PATCH 020/421] [maven-release-plugin] prepare release plexus-5.1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9cc62a6a8..0434f109f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 5.1-SNAPSHOT
+ 5.1
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -282,7 +282,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
http://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-5.1
github
From 1b2ebc46dee00393453e00a24af24d9f762312bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Tue, 8 May 2018 11:17:13 +0200
Subject: [PATCH 021/421] [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 0434f109f..90450f4cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 5.1
+ 5.2-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -282,7 +282,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
http://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-5.1
+ master
github
From e53b22dbd8fbccfb6e9a7667c4c99fd72c47aa0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Sat, 12 May 2018 15:06:23 +0200
Subject: [PATCH 022/421] added README
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..75f630b30
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+Plexus Parent POM
+============
+
+[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.codehaus.plexus%22%20a%3A%plexus%22)
+
+The current master is now at https://github.com/codehaus-plexus/plexus-pom
From a59b9216835a1e73bfdce3076ea73b4b5e6392a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Tue, 3 Dec 2019 20:03:52 +0100
Subject: [PATCH 023/421] update plugins and activate Reproducible Builds
---
pom.xml | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index 90450f4cf..2174553fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,6 +311,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
+ 2019-12-03T20:01:02Z
@@ -318,7 +319,7 @@ limitations under the License.
org.codehaus.plexus
plexus-component-annotations
- 1.6
+ 2.1.0
compile
@@ -340,7 +341,7 @@ limitations under the License.
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.0.0
+ 3.1.0
config/maven_checks.xml
https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt
@@ -357,12 +358,12 @@ limitations under the License.
org.apache.maven.plugins
maven-clean-plugin
- 3.0.0
+ 3.1.0
org.apache.maven.plugins
maven-compiler-plugin
- 3.5.1
+ 3.8.1
org.apache.maven.plugins
@@ -387,27 +388,27 @@ limitations under the License.
org.apache.maven.plugins
maven-jar-plugin
- 3.0.2
+ 3.2.0
org.apache.maven.plugins
maven-javadoc-plugin
- 2.10.4
+ 3.1.1
org.apache.maven.plugins
maven-jxr-plugin
- 2.5
+ 3.0.0
org.apache.maven.plugins
maven-plugin-plugin
- 3.5.1
+ 3.6.0
org.apache.maven.plugins
maven-pmd-plugin
- 3.8
+ 3.12.0
${maven.compiler.source}
@@ -453,7 +454,7 @@ limitations under the License.
org.apache.maven.plugins
maven-site-plugin
- 3.7.1
+ 3.8.2
true
@@ -461,7 +462,7 @@ limitations under the License.
org.apache.maven.plugins
maven-source-plugin
- 3.0.1
+ 3.2.0
org.apache.maven.plugins
@@ -481,7 +482,7 @@ limitations under the License.
org.codehaus.mojo
findbugs-maven-plugin
- 3.0.4
+ 3.0.5
org.codehaus.mojo
@@ -491,7 +492,7 @@ limitations under the License.
org.codehaus.plexus
plexus-component-metadata
- 1.7.1
+ 2.1.0
process-classes
From 4964e244c955a29e7156ba626adb65c3eb1ab931 Mon Sep 17 00:00:00 2001
From: rfscholte
Date: Sat, 7 Dec 2019 13:37:59 +0100
Subject: [PATCH 024/421] Push to Java 7
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2174553fc..5f751049d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 5.2-SNAPSHOT
+ 6.0-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -306,7 +306,7 @@ limitations under the License.
- 6
+ 7
1.${javaVersion}
1.${javaVersion}
UTF-8
From 145084a65078b93f377515a3cf88bef152b4a38c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Sat, 7 Dec 2019 18:36:58 +0100
Subject: [PATCH 025/421] downgraded m-checkstyle-p to 3.0.0 since
configuration issue with 3.1.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5f751049d..e8955f15d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ limitations under the License.
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.1.0
+ 3.0.0
config/maven_checks.xml
https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt
From 23ec3101cb668453556687ffeaac9ebee9641701 Mon Sep 17 00:00:00 2001
From: rfscholte
Date: Sat, 7 Dec 2019 19:23:15 +0100
Subject: [PATCH 026/421] [maven-release-plugin] prepare release plexus-6.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e8955f15d..856620ac0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.0-SNAPSHOT
+ 6.0
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -282,7 +282,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
http://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-6.0
github
From 98ebff6916eddfe0d2e0ac2e9c73f3606ccc6746 Mon Sep 17 00:00:00 2001
From: rfscholte
Date: Sat, 7 Dec 2019 19:23:25 +0100
Subject: [PATCH 027/421] [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 856620ac0..927a20b8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.0
+ 6.1-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -282,7 +282,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
http://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-6.0
+ master
github
From 01d8db52dd163658cb02371dbf2d40039cf70838 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Mon, 20 Jan 2020 19:35:43 +0100
Subject: [PATCH 028/421] updated m-release-p to update
project.build.outputTimestamp
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 927a20b8e..3a69e5d6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ limitations under the License.
org.apache.maven.plugins
maven-release-plugin
- 2.5.3
+ 3.0.0-M1
deploy
forked-path
@@ -462,7 +462,7 @@ limitations under the License.
org.apache.maven.plugins
maven-source-plugin
- 3.2.0
+ 3.2.1
org.apache.maven.plugins
From 6563113d685b9dc2e47e8ef38a9a7c3b5fb8160e Mon Sep 17 00:00:00 2001
From: Gabriel Belingueres
Date: Mon, 20 Jan 2020 15:37:26 -0300
Subject: [PATCH 029/421] Fix #7: Enforce check against Java 6 API signature.
(#8)
* Fix #7: Enforce check against Java API signature
- Added enforcer rule.
- Added myself as dev.
- use javaVersion property
---
pom.xml | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/pom.xml b/pom.xml
index 3a69e5d6c..6d9dbf995 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,6 +247,14 @@ limitations under the License.
Developer
+
+ Gabriel Belingueres
+ belingueres
+ belingueres@gmail.com
+
+ Developer
+
+
@@ -512,7 +520,15 @@ limitations under the License.
+ org.apache.maven.plugins
maven-enforcer-plugin
+
+
+ org.codehaus.mojo
+ animal-sniffer-enforcer-rule
+ 1.17
+
+
enforce-maven
@@ -528,6 +544,24 @@ limitations under the License.
+
+ check-signatures
+ test
+
+ enforce
+
+
+
+
+
+ org.codehaus.mojo.signature
+ java1${javaVersion}
+ 1.0
+
+
+
+
+
From 4b9c97da5064287550e85df7bb0e64239feaf283 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Mon, 20 Jan 2020 19:52:41 +0100
Subject: [PATCH 030/421] [maven-release-plugin] prepare release plexus-6.1
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6d9dbf995..188fbbf9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.1-SNAPSHOT
+ 6.1
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
http://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-6.1
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2019-12-03T20:01:02Z
+ 2020-01-20T18:52:37Z
From 7a89fa6ee99a3452f7297283b250688c731dd5c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Mon, 20 Jan 2020 19:52:48 +0100
Subject: [PATCH 031/421] [maven-release-plugin] prepare for next development
iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 188fbbf9e..cf6f7ca0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.1
+ 6.2-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
http://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-6.1
+ master
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-01-20T18:52:37Z
+ 2020-01-20T18:52:48Z
From c9e39f2826379ee76d90319b113f1c05538bf5a3 Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Tue, 18 Feb 2020 14:22:07 +1000
Subject: [PATCH 032/421] ensure we can build projects using java11
Signed-off-by: olivier lamy
---
pom.xml | 65 ++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 39 insertions(+), 26 deletions(-)
diff --git a/pom.xml b/pom.xml
index cf6f7ca0e..26072ba91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -381,7 +381,7 @@ limitations under the License.
org.apache.maven.plugins
maven-enforcer-plugin
- 1.4.1
+ 3.0.0-M3
org.apache.maven.plugins
@@ -522,13 +522,6 @@ limitations under the License.
org.apache.maven.plugins
maven-enforcer-plugin
-
-
- org.codehaus.mojo
- animal-sniffer-enforcer-rule
- 1.17
-
-
enforce-maven
@@ -544,24 +537,6 @@ limitations under the License.
-
- check-signatures
- test
-
- enforce
-
-
-
-
-
- org.codehaus.mojo.signature
- java1${javaVersion}
- 1.0
-
-
-
-
-
@@ -731,5 +706,43 @@ limitations under the License.
+
+ java7-or-archeological-build
+
+
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+
+
+ org.codehaus.mojo
+ animal-sniffer-enforcer-rule
+ 1.18
+
+
+
+
+ check-signatures
+ test
+
+ enforce
+
+
+
+
+
+ org.codehaus.mojo.signature
+ java1${javaVersion}
+ 1.0
+
+
+
+
+
+
+
+
+
+
From d39dc2d4b20b67846c75d323ba3f6fe904b868d7 Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Tue, 18 Feb 2020 18:30:48 +1000
Subject: [PATCH 033/421] make this profile activated for jdk7 and jdk8
Signed-off-by: olivier lamy
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 26072ba91..bad7a7511 100644
--- a/pom.xml
+++ b/pom.xml
@@ -708,6 +708,9 @@ limitations under the License.
java7-or-archeological-build
+
+ [7,8]
+
From a424d4f0e79f2645f6847cd82f4a0cb2dfde158f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Tue, 18 Feb 2020 22:55:57 +0100
Subject: [PATCH 034/421] Animal Sniffer replaced by JEP 247 in JDK 9+
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bad7a7511..49eac0c3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -707,7 +707,7 @@ limitations under the License.
- java7-or-archeological-build
+ pre-JEP_247
[7,8]
From b6a54ae13a43b9ddc1973f58c64611fd2fba5805 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Tue, 18 Feb 2020 22:57:38 +0100
Subject: [PATCH 035/421] use https
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 49eac0c3c..c292ba02a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@ limitations under the License.
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
- http://codehaus-plexus.github.io/
+ https://codehaus-plexus.github.io/
2001
Codehaus Plexus
- http://codehaus-plexus.github.io/
+ https://codehaus-plexus.github.io/
@@ -289,12 +289,12 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
- http://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
+ https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
master
github
- http://github.com/codehaus-plexus/plexus-pom/issues
+ https://github.com/codehaus-plexus/plexus-pom/issues
From ec24b49d5b8dbdbf119468630bd6249d903bcb22 Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Wed, 19 Feb 2020 10:21:47 +1000
Subject: [PATCH 036/421] [maven-release-plugin] prepare release plexus-6.2
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c292ba02a..cccd2842d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.2-SNAPSHOT
+ 6.2
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-6.2
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-01-20T18:52:48Z
+ 2020-02-19T00:21:41Z
From acf0a611a2fdd0774614c3ea4b1b83cf15bd7801 Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Wed, 19 Feb 2020 10:22:02 +1000
Subject: [PATCH 037/421] [maven-release-plugin] prepare for next development
iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index cccd2842d..4ef4654fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.2
+ 6.3-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-6.2
+ master
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-02-19T00:21:41Z
+ 2020-02-19T00:22:02Z
From b9f35f5d688cf81d487ad51d9966322aa8206f98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Tue, 14 Jul 2020 20:16:36 +0200
Subject: [PATCH 038/421] add source-release.zip distribution
closes #12
---
pom.xml | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4ef4654fa..3389ac5be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -664,6 +664,35 @@ limitations under the License.
plexus-release
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+ org.apache.apache.resources
+ apache-source-release-assembly-descriptor
+ 1.0.6
+
+
+
+
+ source-release-assembly
+ package
+
+ single
+
+
+ true
+
+ source-release
+
+ posix
+
+
+
+
org.apache.maven.plugins
maven-gpg-plugin
From ab56242dff3f9c8fab5f74fa8eecb11d681ba1a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Tue, 14 Jul 2020 20:24:06 +0200
Subject: [PATCH 039/421] update plugins
---
pom.xml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3389ac5be..4e147b1e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -386,7 +386,7 @@ limitations under the License.
org.apache.maven.plugins
maven-gpg-plugin
- 1.6
+ 3.0.0
org.apache.maven.plugins
@@ -406,7 +406,7 @@ limitations under the License.
org.apache.maven.plugins
maven-jxr-plugin
- 3.0.0
+ 3.1.0
org.apache.maven.plugins
@@ -431,7 +431,7 @@ limitations under the License.
org.apache.maven.plugins
maven-project-info-reports-plugin
- 2.9
+ 3.1.0
org.apache.maven.plugins
@@ -447,7 +447,7 @@ limitations under the License.
org.apache.maven.plugins
maven-resources-plugin
- 3.0.2
+ 3.1.0
org.apache.maven.plugins
@@ -462,7 +462,7 @@ limitations under the License.
org.apache.maven.plugins
maven-site-plugin
- 3.8.2
+ 3.9.1
true
@@ -475,12 +475,12 @@ limitations under the License.
org.apache.maven.plugins
maven-surefire-plugin
- 2.20
+ 2.22.2
org.apache.maven.plugins
maven-surefire-report-plugin
- 2.20
+ 2.22.2
org.codehaus.mojo
@@ -565,15 +565,15 @@ limitations under the License.
summary
dependency-info
modules
- license
- project-team
+ licenses
+ team
scm
- issue-tracking
- mailing-list
+ issue-management
+ mailing-lists
dependency-management
dependencies
dependency-convergence
- cim
+ ci-management
plugin-management
plugins
distribution-management
From 535d13bd5cd595add7c0fdd94759f543b3d01105 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Tue, 14 Jul 2020 20:36:05 +0200
Subject: [PATCH 040/421] configure GPG agent use
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 4e147b1e7..d1b641a31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,6 +320,7 @@ limitations under the License.
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
2020-02-19T00:22:02Z
+ true
From 35eac9eff814f02f6e3a352cb5463e0ea387354c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Tue, 14 Jul 2020 20:36:33 +0200
Subject: [PATCH 041/421] [maven-release-plugin] prepare release plexus-6.3
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index d1b641a31..040739dc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.3-SNAPSHOT
+ 6.3
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-6.3
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-02-19T00:22:02Z
+ 2020-07-14T18:36:25Z
true
From abf348d7af7c4f1871b98dfaa131cc3baead5c9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Tue, 14 Jul 2020 20:36:41 +0200
Subject: [PATCH 042/421] [maven-release-plugin] prepare for next development
iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 040739dc4..a4f7a58ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.3
+ 6.4-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-6.3
+ master
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-07-14T18:36:25Z
+ 2020-07-14T18:36:41Z
true
From 89af4f55a3ee478f4045c044191851d98eee21ae Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Fri, 14 Aug 2020 19:35:31 +0800
Subject: [PATCH 043/421] add release drafter and gh actions
Signed-off-by: olivier lamy
---
.github/dependabot.yml | 10 ++++++
.github/release-drafter.yml | 2 ++
.github/workflows/maven.yml | 52 +++++++++++++++++++++++++++
.github/workflows/release-drafter.yml | 12 +++++++
4 files changed, 76 insertions(+)
create mode 100644 .github/dependabot.yml
create mode 100644 .github/release-drafter.yml
create mode 100644 .github/workflows/maven.yml
create mode 100644 .github/workflows/release-drafter.yml
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..b76b89570
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
new file mode 100644
index 000000000..1aba73812
--- /dev/null
+++ b/.github/release-drafter.yml
@@ -0,0 +1,2 @@
+_extends: .github
+tag-template: plexus-$NEXT_MINOR_VERSION
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
new file mode 100644
index 000000000..6feb5168e
--- /dev/null
+++ b/.github/workflows/maven.yml
@@ -0,0 +1,52 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+name: GitHub CI
+
+on: [push, pull_request]
+
+jobs:
+ build:
+
+ strategy:
+ matrix:
+ os: [ubuntu-latest]
+ java: [8, 11, 14, 15-ea]
+ fail-fast: false
+
+ runs-on: ${{ matrix.os }}
+
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+
+ - name: Set up cache for ~./m2/repository
+ uses: actions/cache@v2.1.0
+ with:
+ path: ~/.m2/repository
+ key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
+ restore-keys: |
+ maven-${{ matrix.os }}-java${{ matrix.java }}-
+ maven-${{ matrix.os }}-
+
+ - name: Set up JDK
+ uses: actions/setup-java@v1
+ with:
+ java-version: ${{ matrix.java }}
+
+ - name: Build with Maven
+ run: mvn install-e -B -V
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
new file mode 100644
index 000000000..84d3cb6f9
--- /dev/null
+++ b/.github/workflows/release-drafter.yml
@@ -0,0 +1,12 @@
+name: Release Drafter
+on:
+ push:
+ branches:
+ - master
+jobs:
+ update_release_draft:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: release-drafter/release-drafter@v5.11.0
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
From 680d0ffb7917777137d08a8fb67827bf6b7756a7 Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Fri, 14 Aug 2020 19:37:28 +0800
Subject: [PATCH 044/421] fix typo
Signed-off-by: olivier lamy
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 6feb5168e..8776c666d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -49,4 +49,4 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build with Maven
- run: mvn install-e -B -V
+ run: mvn install -e -B -V
From 104a21f51be9eee6dd7d37cd244fc535dbf60488 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Aug 2020 11:39:01 +0000
Subject: [PATCH 045/421] Bump junit from 4.12 to 4.13
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a4f7a58ff..0b30bd3e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -338,7 +338,7 @@ limitations under the License.
junit
junit
- 4.12
+ 4.13
test
From f5a53ae18a4d006003a4abd4cfc0b7b8f4640b76 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Aug 2020 11:39:17 +0000
Subject: [PATCH 046/421] Bump maven-javadoc-plugin from 3.1.1 to 3.2.0
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.1.1...maven-javadoc-plugin-3.2.0)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a4f7a58ff..451e7e298 100644
--- a/pom.xml
+++ b/pom.xml
@@ -402,7 +402,7 @@ limitations under the License.
org.apache.maven.plugins
maven-javadoc-plugin
- 3.1.1
+ 3.2.0
org.apache.maven.plugins
From 1ba55b79afe0fec0c83eaf3e8cd8ad064a8011a8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Aug 2020 11:40:05 +0000
Subject: [PATCH 047/421] Bump animal-sniffer-enforcer-rule from 1.18 to 1.19
Bumps [animal-sniffer-enforcer-rule](https://github.com/mojohaus/animal-sniffer) from 1.18 to 1.19.
- [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
- [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-parent-1.18...animal-sniffer-parent-1.19)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a4f7a58ff..89e7fd5cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -750,7 +750,7 @@ limitations under the License.
org.codehaus.mojo
animal-sniffer-enforcer-rule
- 1.18
+ 1.19
From cec3bcbf2da43dfbb7a4fc5d23fdbb4f78b4ae47 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Aug 2020 11:40:26 +0000
Subject: [PATCH 048/421] Bump maven-checkstyle-plugin from 3.0.0 to 3.1.1
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.0.0...maven-checkstyle-plugin-3.1.1)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a4f7a58ff..bc7fbd2df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,7 +350,7 @@ limitations under the License.
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.0.0
+ 3.1.1
config/maven_checks.xml
https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt
From 2fd96af6b5fa76d5c06ef505b53943c6bfcce9c9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Aug 2020 11:41:08 +0000
Subject: [PATCH 049/421] Bump maven-resources-plugin from 3.1.0 to 3.2.0
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-resources-plugin/releases)
- [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.1.0...maven-resources-plugin-3.2.0)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a4f7a58ff..d030c5e64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -448,7 +448,7 @@ limitations under the License.
org.apache.maven.plugins
maven-resources-plugin
- 3.1.0
+ 3.2.0
org.apache.maven.plugins
From a7718af6e6974d74b69feb147c040e07ae13cafd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Aug 2020 11:41:53 +0000
Subject: [PATCH 050/421] Bump maven-pmd-plugin from 3.12.0 to 3.13.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.12.0...maven-pmd-plugin-3.13.0)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a4f7a58ff..7f7563f7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,7 +417,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.12.0
+ 3.13.0
${maven.compiler.source}
From 94a1c0d37badef05e4cacf155b233b44e65945dc Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Fri, 14 Aug 2020 19:52:08 +0800
Subject: [PATCH 051/421] fix gpg plugin version
Signed-off-by: olivier lamy
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0ab71f747..7907314af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -387,7 +387,7 @@ limitations under the License.
org.apache.maven.plugins
maven-gpg-plugin
- 3.0.0
+ 1.6
org.apache.maven.plugins
From 3d2f6454bc0e3561c8054195d0b8bbd11b536302 Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Fri, 14 Aug 2020 19:53:15 +0800
Subject: [PATCH 052/421] fix jxr plugin version
Signed-off-by: olivier lamy
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7907314af..fdab41444 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@ limitations under the License.
org.apache.maven.plugins
maven-jxr-plugin
- 3.1.0
+ 3.0.0
org.apache.maven.plugins
From 6cb4173b5cfd324382651a2b9bfff73b1e0599c4 Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Fri, 14 Aug 2020 19:58:10 +0800
Subject: [PATCH 053/421] [maven-release-plugin] prepare release plexus-6.4
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index fdab41444..625e6f78c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.4-SNAPSHOT
+ 6.4
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-6.4
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-07-14T18:36:41Z
+ 2020-08-14T11:58:04Z
true
From 9589d5328f5e654a77bebd266f4e2ebe6a138be6 Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Fri, 14 Aug 2020 19:58:21 +0800
Subject: [PATCH 054/421] [maven-release-plugin] prepare for next development
iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 625e6f78c..eed3756c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.4
+ 6.5-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-6.4
+ master
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-08-14T11:58:04Z
+ 2020-08-14T11:58:21Z
true
From 86af6ba5d0524c87ff2b257cf4626fb3a339a9ba Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 7 Sep 2020 05:41:17 +0000
Subject: [PATCH 055/421] Bump maven-project-info-reports-plugin from 3.1.0 to
3.1.1
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases)
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.1.0...maven-project-info-reports-plugin-3.1.1)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eed3756c7..7f57153c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,7 +432,7 @@ limitations under the License.
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.1.0
+ 3.1.1
org.apache.maven.plugins
From 93db3b745a9e79554b94a6783ca91d649b88e6c4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 12 Oct 2020 06:40:19 +0000
Subject: [PATCH 056/421] Bump actions/cache from v2.1.0 to v2.1.2
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.0 to v2.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.0...d1255ad9362389eac595a9ae406b8e8cb3331f16)
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 8776c666d..1ba437ef3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up cache for ~./m2/repository
- uses: actions/cache@v2.1.0
+ uses: actions/cache@v2.1.2
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
From 5a6a514695e0d7dc7302dfbe5036c66a1c41cdd9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 12 Oct 2020 06:41:08 +0000
Subject: [PATCH 057/421] Bump junit from 4.13 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eed3756c7..222a4c668 100644
--- a/pom.xml
+++ b/pom.xml
@@ -338,7 +338,7 @@ limitations under the License.
junit
junit
- 4.13
+ 4.13.1
test
From 071f634eb15395ed1ce34321a59a6b2d907e7ad6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Sat, 17 Oct 2020 13:13:29 +0200
Subject: [PATCH 058/421] define pluginManagement version for m-assembly-p this
closes #23
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 9043ea098..a05523490 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,6 +347,11 @@ limitations under the License.
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+ 3.3.0
+
org.apache.maven.plugins
maven-checkstyle-plugin
From 1891b23fc4704db208994f56f44873d61e2ce827 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Sat, 17 Oct 2020 15:47:52 +0200
Subject: [PATCH 059/421] [maven-release-plugin] prepare release plexus-6.5
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index a05523490..620d97a72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.5-SNAPSHOT
+ 6.5
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-6.5
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-08-14T11:58:21Z
+ 2020-10-17T13:47:42Z
true
From 0b9b7acd129e10e9b69c2ddb3e0ce13f9289d9af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Sat, 17 Oct 2020 15:47:59 +0200
Subject: [PATCH 060/421] [maven-release-plugin] prepare for next development
iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 620d97a72..65c7fa5b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.5
+ 6.6-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-6.5
+ master
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-10-17T13:47:42Z
+ 2020-10-17T13:47:59Z
true
From b04d2bb03d2e224db99fef04f5064df85468568b Mon Sep 17 00:00:00 2001
From: Markus KARG
Date: Mon, 21 Dec 2020 20:28:39 +0000
Subject: [PATCH 061/421] POM Version 7
Signed-off-by: Markus KARG
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 65c7fa5b1..19a5f2b27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 6.6-SNAPSHOT
+ 7-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
From 8030bd5a813f817d515ba4af816ab1f5ada20e32 Mon Sep 17 00:00:00 2001
From: Markus KARG
Date: Mon, 21 Dec 2020 13:32:03 +0000
Subject: [PATCH 062/421] Bump Java version to 1.8
Signed-off-by: Markus KARG
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 19a5f2b27..92701478c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,7 +314,7 @@ limitations under the License.
- 7
+ 8
1.${javaVersion}
1.${javaVersion}
UTF-8
From 89b1830dcdfb79540f8e473af0a9afc9b4a6d62a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 22 Dec 2020 09:23:25 +1000
Subject: [PATCH 063/421] Bump maven-pmd-plugin from 3.13.0 to 3.14.0 (#27)
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.13.0...maven-pmd-plugin-3.14.0)
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 92701478c..b1d7d8b21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -422,7 +422,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.13.0
+ 3.14.0
${maven.compiler.source}
From 0183856d7c364ad92102759b13a3815d2fad77c1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 22 Dec 2020 09:23:39 +1000
Subject: [PATCH 064/421] Bump actions/cache from v2.1.2 to v2.1.3 (#26)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.2...0781355a23dac32fd3bac414512f4b903437991a)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1ba437ef3..f479a3ad4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up cache for ~./m2/repository
- uses: actions/cache@v2.1.2
+ uses: actions/cache@v2.1.3
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
From 551a9e09caf824976baf0ec1f460a3096258000b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 22 Dec 2020 09:23:51 +1000
Subject: [PATCH 065/421] Bump release-drafter/release-drafter from v5.11.0 to
v5.12.1 (#25)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.11.0 to v5.12.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.11.0...3782ccd1a495040818a9e5d0e8bc4ed22d3b1361)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/release-drafter.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index 84d3cb6f9..7b35f195c 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -7,6 +7,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- - uses: release-drafter/release-drafter@v5.11.0
+ - uses: release-drafter/release-drafter@v5.12.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
From 705d14f8c7632b7e4e80edb061bea98699adf1fb Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Wed, 23 Dec 2020 10:39:32 +1000
Subject: [PATCH 066/421] [maven-release-plugin] prepare release plexus-7
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index b1d7d8b21..e2e75f091 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 7-SNAPSHOT
+ 7
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-7
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-10-17T13:47:59Z
+ 2020-12-23T00:39:27Z
true
From cbe69f199450ac474f9170a4e314926214596523 Mon Sep 17 00:00:00 2001
From: olivier lamy
Date: Wed, 23 Dec 2020 10:39:46 +1000
Subject: [PATCH 067/421] [maven-release-plugin] prepare for next development
iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index e2e75f091..a37de0212 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 7
+ 8-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-7
+ master
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-12-23T00:39:27Z
+ 2020-12-23T00:39:46Z
true
From dd87665ace007d024ebc4a3fd874e08cb63162eb Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Sun, 11 Apr 2021 15:08:51 +0200
Subject: [PATCH 068/421] Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
Closes #33
---
pom.xml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a37de0212..c9b40c008 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,17 +355,23 @@ limitations under the License.
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.1.1
+ 3.1.2
config/maven_checks.xml
https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt
+
+
+ com.puppycrawl.tools
+ checkstyle
+ 8.41.1
+
org.apache.maven.shared
maven-shared-resources
- 2
+ 3
From 9491ad307f30a133a3ef3f22df7762e550a812ea Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 15 Feb 2021 06:19:07 +0000
Subject: [PATCH 069/421] Bump junit from 4.13.1 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c9b40c008..cb54f1155 100644
--- a/pom.xml
+++ b/pom.xml
@@ -338,7 +338,7 @@ limitations under the License.
junit
junit
- 4.13.1
+ 4.13.2
test
From 373bbc123b4b2fb5dea981054e616409e5dc23be Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 12 Feb 2021 05:51:47 +0000
Subject: [PATCH 070/421] Bump animal-sniffer-enforcer-rule from 1.19 to 1.20
Bumps [animal-sniffer-enforcer-rule](https://github.com/mojohaus/animal-sniffer) from 1.19 to 1.20.
- [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
- [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-parent-1.19...animal-sniffer-parent-1.20)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cb54f1155..9c46e7b0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -761,7 +761,7 @@ limitations under the License.
org.codehaus.mojo
animal-sniffer-enforcer-rule
- 1.19
+ 1.20
From e15a8382b864c8ce56af99cc80b2413026d93b20 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 5 Feb 2021 05:42:27 +0000
Subject: [PATCH 071/421] Bump actions/cache from v2.1.3 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6)
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f479a3ad4..a90dddf26 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up cache for ~./m2/repository
- uses: actions/cache@v2.1.3
+ uses: actions/cache@v2.1.4
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
From dfa46192d5e86575dc382d30fb46236aaa53823c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 17 Mar 2021 05:39:20 +0000
Subject: [PATCH 072/421] Bump release-drafter/release-drafter from v5.12.1 to
v5.15.0
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.12.1 to v5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.12.1...fe52e97d262833ae07d05efaf1a239df3f1b5cd4)
Signed-off-by: dependabot[bot]
---
.github/workflows/release-drafter.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index 7b35f195c..4e2af9953 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -7,6 +7,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- - uses: release-drafter/release-drafter@v5.12.1
+ - uses: release-drafter/release-drafter@v5.15.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
From d38f205dc2f902f420c18f29451a5943f7e32e80 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 13 Apr 2021 05:39:29 +0000
Subject: [PATCH 073/421] Bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a90dddf26..191a80933 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up cache for ~./m2/repository
- uses: actions/cache@v2.1.4
+ uses: actions/cache@v2.1.5
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
From d3f485960bf0c49bd0aa5827dde55a34498e5c23 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 28 Dec 2020 06:59:51 +0000
Subject: [PATCH 074/421] Bump maven-scm-publish-plugin from 3.0.0 to 3.1.0
Bumps [maven-scm-publish-plugin](https://github.com/apache/maven-scm-publish-plugin) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/apache/maven-scm-publish-plugin/releases)
- [Commits](https://github.com/apache/maven-scm-publish-plugin/compare/maven-scm-publish-plugin-3.0.0...maven-scm-publish-plugin-3.1.0)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9c46e7b0c..486c49e36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,7 @@ limitations under the License.
org.apache.maven.plugins
maven-scm-publish-plugin
- 3.0.0
+ 3.1.0
${project.scm.developerConnection}
From 77804cdb2a827a9fc17595340dfd531c794bc4ee Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 26 Apr 2021 06:32:08 +0000
Subject: [PATCH 075/421] Bump checkstyle from 8.41.1 to 8.42
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.41.1 to 8.42.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.41.1...checkstyle-8.42)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 486c49e36..42c7cdd84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@ limitations under the License.
com.puppycrawl.tools
checkstyle
- 8.41.1
+ 8.42
From 2aac1368110dc642be6915c9d306ad78279f6cfd Mon Sep 17 00:00:00 2001
From: Slawomir Jaranowski
Date: Sat, 29 May 2021 01:16:33 +0200
Subject: [PATCH 076/421] Remove junit4 from dependencies
---
pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 42c7cdd84..9738e4b01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,15 +334,6 @@ limitations under the License.
-
-
- junit
- junit
- 4.13.2
- test
-
-
-
From a37fc9a11512444f8f4793f09372f6880e54d884 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 29 Jul 2021 19:27:36 +0200
Subject: [PATCH 077/421] remove Cobertura as it does not work with JDK 11
---
pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9738e4b01..874685323 100644
--- a/pom.xml
+++ b/pom.xml
@@ -485,11 +485,6 @@ limitations under the License.
maven-surefire-report-plugin
2.22.2
-
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.7
-
org.codehaus.mojo
findbugs-maven-plugin
@@ -656,10 +651,6 @@ limitations under the License.
-
- org.codehaus.mojo
- cobertura-maven-plugin
-
From 7fbbacb8d453049c593219fc07910622f6755395 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 29 Jul 2021 19:29:51 +0200
Subject: [PATCH 078/421] upgrade maven-release-plugin from 3.0.0-M1 to
3.0.0-M4
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 874685323..9f84b7ed6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,7 @@ limitations under the License.
org.apache.maven.plugins
maven-release-plugin
- 3.0.0-M1
+ 3.0.0-M4
deploy
forked-path
From 8cbe042f79615cb47d9cd4eadd23f760061d4bed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 29 Jul 2021 19:30:36 +0200
Subject: [PATCH 079/421] upgrade maven-plugin-plugin from 3.6.0 to 3.6.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9f84b7ed6..b50ba3eb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@ limitations under the License.
org.apache.maven.plugins
maven-plugin-plugin
- 3.6.0
+ 3.6.1
org.apache.maven.plugins
From a42445979ab04ab0a6b45448d9172109e9293d59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 29 Jul 2021 19:31:27 +0200
Subject: [PATCH 080/421] upgrade maven-jxr-plugin from 3.0.0 to 3.1.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b50ba3eb4..f9cd93b09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ limitations under the License.
org.apache.maven.plugins
maven-jxr-plugin
- 3.0.0
+ 3.1.1
org.apache.maven.plugins
From 0865e43873792cf141e603967a24e701c4fb72a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 29 Jul 2021 19:32:24 +0200
Subject: [PATCH 081/421] update maven-project-info-reports-plugin version from
3.1.1 to 3.1.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f9cd93b09..023e6eac7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,7 @@ limitations under the License.
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.1.1
+ 3.1.2
org.apache.maven.plugins
From b13cab5ca3126d9ee8736d24eea7f354cd8cdd47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 29 Jul 2021 19:33:11 +0200
Subject: [PATCH 082/421] [maven-release-plugin] prepare release plexus-8
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 023e6eac7..afadba18a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 8-SNAPSHOT
+ 8
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-8
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2020-12-23T00:39:46Z
+ 2021-07-29T17:33:03Z
true
From f07fc8dac0ba50cacfc3d9e842691ce78b4fc6f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 29 Jul 2021 19:33:17 +0200
Subject: [PATCH 083/421] [maven-release-plugin] prepare for next development
iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index afadba18a..8af7c19b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 8
+ 9-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-8
+ master
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2021-07-29T17:33:03Z
+ 2021-07-29T17:33:17Z
true
From 0f580a9b1b2320e56cf9d5ef25aa11f89c698949 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Fri, 30 Jul 2021 06:37:42 +0200
Subject: [PATCH 084/421] update search.maven.org url
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 75f630b30..cbd21a612 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Plexus Parent POM
============
-[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.codehaus.plexus%22%20a%3A%plexus%22)
+[](https://search.maven.org/artifact/org.codehaus.plexus/plexus)
The current master is now at https://github.com/codehaus-plexus/plexus-pom
From 34d86c1501b100586a55bc154faff6e789ae0e43 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 12 May 2021 05:07:05 +0000
Subject: [PATCH 085/421] Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4)
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 191a80933..b3c0280d8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
- name: Set up cache for ~./m2/repository
uses: actions/cache@v2.1.5
From 68428385b7248a2230e441128acd2a94cc6bba93 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 28 May 2021 05:17:00 +0000
Subject: [PATCH 086/421] Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b3c0280d8..162cb6733 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: Set up cache for ~./m2/repository
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
From 6dfb46f12bbc89a1bfdde80da35ee7541280fa81 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 9 Aug 2021 20:02:13 +0000
Subject: [PATCH 087/421] Bump actions/setup-java from 1 to 2.2.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.2.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1...v2.2.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 162cb6733..152851b76 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- java: [8, 11, 14, 15-ea]
+ java: [8, 11, 17-ea]
+ jdk: [temurin]
fail-fast: false
runs-on: ${{ matrix.os }}
@@ -44,9 +45,10 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v2.2.0
with:
java-version: ${{ matrix.java }}
+ distribution: ${{ matrix.jdk }}
- name: Build with Maven
run: mvn install -e -B -V
From 45fbff7d4b0f0d2a8750b04fb40921963a93a9c3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 May 2021 06:23:31 +0000
Subject: [PATCH 088/421] Bump maven-gpg-plugin from 1.6 to 3.0.1
Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.0.1.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-1.6...maven-gpg-plugin-3.0.1)
Signed-off-by: dependabot[bot]
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8af7c19b1..607b99fa4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,7 @@ limitations under the License.
org.apache.maven.plugins
maven-gpg-plugin
- 1.6
+ 3.0.1
org.apache.maven.plugins
From d09c8dbf119949fc370b7ad14dc552cf8c7405ea Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 21 Aug 2021 09:17:52 +0000
Subject: [PATCH 089/421] Bump maven-javadoc-plugin from 3.2.0 to 3.3.0
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.2.0...maven-javadoc-plugin-3.3.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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 607b99fa4..725930734 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@ limitations under the License.
org.apache.maven.plugins
maven-javadoc-plugin
- 3.2.0
+ 3.3.0
org.apache.maven.plugins
From 44ccb3bc2b0b6ccf202f575abc79700c73717ce6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 21 Aug 2021 09:17:45 +0000
Subject: [PATCH 090/421] Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M3 to 3.0.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0-M3...enforcer-3.0.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-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 725930734..d67d6bc7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -384,7 +384,7 @@ limitations under the License.
org.apache.maven.plugins
maven-enforcer-plugin
- 3.0.0-M3
+ 3.0.0
org.apache.maven.plugins
From d52bc67d57681f8edb6e4c30f1cc7ce66eaba2d4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 23 Aug 2021 20:04:09 +0000
Subject: [PATCH 091/421] Bump actions/setup-java from 2.2.0 to 2.3.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.2.0...v2.3.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 152851b76..ef1ae71ae 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
- uses: actions/setup-java@v2.2.0
+ uses: actions/setup-java@v2.3.0
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.jdk }}
From 483a47db6db2bb51f5d73fe112252fee8cb4d876 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 7 Sep 2021 20:01:41 +0000
Subject: [PATCH 092/421] Bump maven-javadoc-plugin from 3.3.0 to 3.3.1
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.0...maven-javadoc-plugin-3.3.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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 d67d6bc7d..4a58b92d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@ limitations under the License.
org.apache.maven.plugins
maven-javadoc-plugin
- 3.3.0
+ 3.3.1
org.apache.maven.plugins
From 8fa0630c29ad01fbfd3ccd755dff83d6d540b699 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 10 Sep 2021 20:03:04 +0000
Subject: [PATCH 093/421] Bump maven-pmd-plugin from 3.14.0 to 3.15.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.14.0...maven-pmd-plugin-3.15.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-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 4a58b92d4..2f1bd789a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,7 +419,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.14.0
+ 3.15.0
${maven.compiler.source}
From 93254c007d4511fa68ae8b749557697f75adce57 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Sep 2021 20:02:03 +0000
Subject: [PATCH 094/421] Bump actions/setup-java from 2.3.0 to 2.3.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.3.0...v2.3.1)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ef1ae71ae..7cf2b21ac 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
- uses: actions/setup-java@v2.3.0
+ uses: actions/setup-java@v2.3.1
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.jdk }}
From 452f4651a634edb6073968828803c38fa9e0b20c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 31 Aug 2021 20:03:04 +0000
Subject: [PATCH 095/421] Bump checkstyle from 8.42 to 9.0
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.42 to 9.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.42...checkstyle-9.0)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
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 2f1bd789a..fe977fc78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@ limitations under the License.
com.puppycrawl.tools
checkstyle
- 8.42
+ 9.0
From 868bac3121513e81ece0ae12e483b2d420408c1e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 2 Nov 2021 20:02:39 +0000
Subject: [PATCH 096/421] Bump actions/checkout from 2.3.4 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.4.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7cf2b21ac..0e977b79b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v2.4.0
- name: Set up cache for ~./m2/repository
uses: actions/cache@v2.1.6
From 9d888e2df2bd40402e2230a0b7bad3ee63d56660 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 1 Nov 2021 20:03:11 +0000
Subject: [PATCH 097/421] Bump checkstyle from 9.0 to 9.1
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.0 to 9.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.0...checkstyle-9.1)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
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 fe977fc78..e3030ff57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@ limitations under the License.
com.puppycrawl.tools
checkstyle
- 9.0
+ 9.1
From 9f5f9ac0aab530af2c8a74c4636eef00641e4f7d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 29 Nov 2021 20:02:43 +0000
Subject: [PATCH 098/421] Bump checkstyle from 9.1 to 9.2
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.1 to 9.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.1...checkstyle-9.2)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
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 e3030ff57..ac9b05d72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@ limitations under the License.
com.puppycrawl.tools
checkstyle
- 9.1
+ 9.2
From 2fc429788bf0f7fcbd55d3866f1f112ad01613e8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 29 Nov 2021 20:02:42 +0000
Subject: [PATCH 099/421] Bump actions/setup-java from 2.3.1 to 2.4.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.3.1...v2.4.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0e977b79b..ca97a4c30 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
- uses: actions/setup-java@v2.3.1
+ uses: actions/setup-java@v2.4.0
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.jdk }}
From 7de65db6c39f0355958e72858591389053289cc9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 26 Nov 2021 20:02:40 +0000
Subject: [PATCH 100/421] Bump maven-plugin-plugin from 3.6.1 to 3.6.2
Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.1...maven-plugin-tools-3.6.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-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 ac9b05d72..6eb2307d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@ limitations under the License.
org.apache.maven.plugins
maven-plugin-plugin
- 3.6.1
+ 3.6.2
org.apache.maven.plugins
From 54d7f7df17e2f4d1d317cbdfec29ce52d88d1c94 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 23 Nov 2021 20:02:07 +0000
Subject: [PATCH 101/421] Bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ca97a4c30..effa501b0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up cache for ~./m2/repository
- uses: actions/cache@v2.1.6
+ uses: actions/cache@v2.1.7
with:
path: ~/.m2/repository
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
From d922b6144a96b120ec2537c70c58ae0475cbad3c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 12 Oct 2021 20:02:26 +0000
Subject: [PATCH 102/421] Bump maven-shared-resources from 3 to 4
Bumps [maven-shared-resources](https://github.com/apache/maven-shared-resources) from 3 to 4.
- [Release notes](https://github.com/apache/maven-shared-resources/releases)
- [Commits](https://github.com/apache/maven-shared-resources/commits)
---
updated-dependencies:
- dependency-name: org.apache.maven.shared:maven-shared-resources
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 6eb2307d4..f5c1212ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -362,7 +362,7 @@ limitations under the License.
org.apache.maven.shared
maven-shared-resources
- 3
+ 4
From 5c6519e2b19a414fc40673113ac7fa4409ed97d3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 21 Dec 2021 20:02:37 +0000
Subject: [PATCH 103/421] Bump actions/setup-java from 2.4.0 to 2.5.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.4.0...v2.5.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index effa501b0..2b80c0a8c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
- uses: actions/setup-java@v2.4.0
+ uses: actions/setup-java@v2.5.0
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.jdk }}
From f215c4731e7b1a96bb48ef6d490512abe89a10ca Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Thu, 23 Dec 2021 01:14:22 +0100
Subject: [PATCH 104/421] Update maven.yml
---
.github/workflows/maven.yml | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2b80c0a8c..6659e7b18 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- java: [8, 11, 17-ea]
+ java: [8, 11, 17]
jdk: [temurin]
fail-fast: false
@@ -33,22 +33,14 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2.4.0
-
- - name: Set up cache for ~./m2/repository
- uses: actions/cache@v2.1.7
- with:
- path: ~/.m2/repository
- key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
- restore-keys: |
- maven-${{ matrix.os }}-java${{ matrix.java }}-
- maven-${{ matrix.os }}-
+ uses: actions/checkout@v2
- name: Set up JDK
- uses: actions/setup-java@v2.5.0
+ uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.jdk }}
+ cache: 'maven'
- name: Build with Maven
run: mvn install -e -B -V
From 1a917636857e6205be631e9686e5a1b0b1b76b78 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 27 Dec 2021 20:02:55 +0000
Subject: [PATCH 105/421] Bump maven-site-plugin from 3.9.1 to 3.10.0
Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.9.1 to 3.10.0.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.9.1...maven-site-plugin-3.10.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-site-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 f5c1212ce..d691ca697 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,7 +465,7 @@ limitations under the License.
org.apache.maven.plugins
maven-site-plugin
- 3.9.1
+ 3.10.0
true
From cc1baa06fcacf3fc1b3badd388d57daac7c5dbfd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 27 Dec 2021 20:02:59 +0000
Subject: [PATCH 106/421] Bump checkstyle from 9.2 to 9.2.1
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2 to 9.2.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2...checkstyle-9.2.1)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
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 d691ca697..b1aaaa4ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@ limitations under the License.
com.puppycrawl.tools
checkstyle
- 9.2
+ 9.2.1
From ec532f539c1ac4975e7f377bea45dc8a00c64f3f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 23 Dec 2021 20:03:09 +0000
Subject: [PATCH 107/421] Bump plexus-component-metadata from 2.1.0 to 2.1.1
Bumps [plexus-component-metadata](https://github.com/codehaus-plexus/plexus-containers) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/codehaus-plexus/plexus-containers/releases)
- [Changelog](https://github.com/codehaus-plexus/plexus-containers/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/codehaus-plexus/plexus-containers/compare/plexus-containers-2.1.0...plexus-containers-2.1.1)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-component-metadata
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 b1aaaa4ea..3197e0243 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,7 +498,7 @@ limitations under the License.
org.codehaus.plexus
plexus-component-metadata
- 2.1.0
+ 2.1.1
process-classes
From 7bc126cfc73caf7168336735f5be3418dde0aaa4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 23 Dec 2021 20:03:05 +0000
Subject: [PATCH 108/421] Bump plexus-component-annotations from 2.1.0 to 2.1.1
Bumps [plexus-component-annotations](https://github.com/codehaus-plexus/plexus-containers) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/codehaus-plexus/plexus-containers/releases)
- [Changelog](https://github.com/codehaus-plexus/plexus-containers/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/codehaus-plexus/plexus-containers/compare/plexus-containers-2.1.0...plexus-containers-2.1.1)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-component-annotations
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 3197e0243..7b9542893 100644
--- a/pom.xml
+++ b/pom.xml
@@ -328,7 +328,7 @@ limitations under the License.
org.codehaus.plexus
plexus-component-annotations
- 2.1.0
+ 2.1.1
compile
From 21172ff05ecb9273d5a34e08fb63dc50ce539f0e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 8 Apr 2022 20:02:56 +0000
Subject: [PATCH 109/421] Bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 6659e7b18..b3c9a2731 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up JDK
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: ${{ matrix.jdk }}
From 50953ac9aa2b35d24274c8bd4f5ca81220b77559 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 11 Mar 2022 20:02:35 +0000
Subject: [PATCH 110/421] Bump maven-compiler-plugin from 3.8.1 to 3.10.1
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.10.1.
- [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.10.1)
---
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 7b9542893..736ed7903 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,7 +374,7 @@ limitations under the License.
org.apache.maven.plugins
maven-compiler-plugin
- 3.8.1
+ 3.10.1
org.apache.maven.plugins
From 1387cc3f6f5d82cd8beb9f395ede1f3de20a8763 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 1 Mar 2022 20:02:35 +0000
Subject: [PATCH 111/421] Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot]
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b3c9a2731..797e3a50b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
From 53b2bd0c999b182b5b8aaf0a892888bad250c3ea Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 7 Mar 2022 20:03:04 +0000
Subject: [PATCH 112/421] Bump release-drafter/release-drafter from 5.15.0 to
5.19.0
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.15.0 to 5.19.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.15.0...v5.19.0)
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
---
.github/workflows/release-drafter.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index 4e2af9953..96f54b5da 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -7,6 +7,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- - uses: release-drafter/release-drafter@v5.15.0
+ - uses: release-drafter/release-drafter@v5.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
From fb8a8c4d7e78ac4c79e9636dd9a43b8d6fc8b2ff Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 28 Apr 2022 12:38:36 +0000
Subject: [PATCH 113/421] Bump animal-sniffer-enforcer-rule from 1.20 to 1.21
Bumps [animal-sniffer-enforcer-rule](https://github.com/mojohaus/animal-sniffer) from 1.20 to 1.21.
- [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
- [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-parent-1.20...animal-sniffer-parent-1.21)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:animal-sniffer-enforcer-rule
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 736ed7903..d6e14ec17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -743,7 +743,7 @@ limitations under the License.
org.codehaus.mojo
animal-sniffer-enforcer-rule
- 1.20
+ 1.21
From 35c1e40fc5d7ace3ec4c6675f04fb995e08b4776 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 18 Jan 2022 20:03:39 +0000
Subject: [PATCH 114/421] Bump maven-plugin-plugin from 3.6.2 to 3.6.4
Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.2 to 3.6.4.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.2...maven-plugin-tools-3.6.4)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-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 d6e14ec17..a8cb17db2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,7 +414,7 @@ limitations under the License.
org.apache.maven.plugins
maven-plugin-plugin
- 3.6.2
+ 3.6.4
org.apache.maven.plugins
From 150340b6d33df7b8ed19fc5b3a531bab92c7fb64 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 12 Jan 2022 20:02:46 +0000
Subject: [PATCH 115/421] Bump maven-jar-plugin from 3.2.0 to 3.2.2
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.0...maven-jar-plugin-3.2.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-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 a8cb17db2..7f7a667c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -399,7 +399,7 @@ limitations under the License.
org.apache.maven.plugins
maven-jar-plugin
- 3.2.0
+ 3.2.2
org.apache.maven.plugins
From 950abf9834036361c976f5a75f42fe516da4e81c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 28 Apr 2022 12:39:10 +0000
Subject: [PATCH 116/421] Bump maven-clean-plugin from 3.1.0 to 3.2.0
Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
- [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.1.0...maven-clean-plugin-3.2.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-clean-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 7f7a667c0..46203334d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -369,7 +369,7 @@ limitations under the License.
org.apache.maven.plugins
maven-clean-plugin
- 3.1.0
+ 3.2.0
org.apache.maven.plugins
From f990efffee1f6da8bb3d159eef2f0e9f18370636 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 27 Jan 2022 20:04:33 +0000
Subject: [PATCH 117/421] Bump taglist-maven-plugin from 2.4 to 3.0.0
Bumps [taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 2.4 to 3.0.0.
- [Release notes](https://github.com/mojohaus/taglist-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/taglist-maven-plugin/compare/taglist-maven-plugin-2.4...taglist-maven-plugin-3.0.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:taglist-maven-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 46203334d..6efc8121e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -493,7 +493,7 @@ limitations under the License.
org.codehaus.mojo
taglist-maven-plugin
- 2.4
+ 3.0.0
org.codehaus.plexus
From 57e5684c216b5332b73ceef03117c1a5b04a2bba Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 28 Apr 2022 12:39:27 +0000
Subject: [PATCH 118/421] Bump maven-jxr-plugin from 3.1.1 to 3.2.0
Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/apache/maven-jxr/releases)
- [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.1.1...jxr-3.2.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jxr-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 6efc8121e..52ad238e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -409,7 +409,7 @@ limitations under the License.
org.apache.maven.plugins
maven-jxr-plugin
- 3.1.1
+ 3.2.0
org.apache.maven.plugins
From 904b92cb628df54f9fb3e5d278d95b9f30e8be44 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 28 Apr 2022 12:39:59 +0000
Subject: [PATCH 119/421] Bump maven-javadoc-plugin from 3.3.1 to 3.4.0
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.4.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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 52ad238e2..29cbdc3f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@ limitations under the License.
org.apache.maven.plugins
maven-javadoc-plugin
- 3.3.1
+ 3.4.0
org.apache.maven.plugins
From 0a01b716af2829c3193cb652217379b6a194002e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 28 Apr 2022 12:41:08 +0000
Subject: [PATCH 120/421] Bump maven-project-info-reports-plugin from 3.1.2 to
3.3.0
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.1.2 to 3.3.0.
- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases)
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.1.2...maven-project-info-reports-plugin-3.3.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-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 29cbdc3f6..7147cc803 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,7 @@ limitations under the License.
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.1.2
+ 3.3.0
org.apache.maven.plugins
From ff186352318d3b8f726cb0f64102975fb168b365 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 28 Apr 2022 12:40:37 +0000
Subject: [PATCH 121/421] Bump maven-pmd-plugin from 3.15.0 to 3.16.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.15.0 to 3.16.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.15.0...maven-pmd-plugin-3.16.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-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 7147cc803..b2cbb8eb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,7 +419,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.15.0
+ 3.16.0
${maven.compiler.source}
From 605cce947d951134a532a076491c5cae416436f8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 28 Apr 2022 12:40:31 +0000
Subject: [PATCH 122/421] Bump maven-site-plugin from 3.10.0 to 3.12.0
Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.10.0 to 3.12.0.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.10.0...maven-site-plugin-3.12.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-site-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 b2cbb8eb2..91b327f1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,7 +465,7 @@ limitations under the License.
org.apache.maven.plugins
maven-site-plugin
- 3.10.0
+ 3.12.0
true
From 6cb7434b8fd62bc1cd342f5d5fc05665622406c1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 28 Apr 2022 12:41:02 +0000
Subject: [PATCH 123/421] Bump maven-release-plugin from 3.0.0-M4 to 3.0.0-M5
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M4 to 3.0.0-M5.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M4...maven-release-3.0.0-M5)
---
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 91b327f1c..210bee32b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,7 @@ limitations under the License.
org.apache.maven.plugins
maven-release-plugin
- 3.0.0-M4
+ 3.0.0-M5
deploy
forked-path
From a5e080c20209f50f928594e0fb370f74d8379319 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 28 Apr 2022 20:06:18 +0000
Subject: [PATCH 124/421] Bump checkstyle from 9.2.1 to 9.3
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 9.3.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2.1...checkstyle-9.3)
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
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 210bee32b..d28576074 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@ limitations under the License.
com.puppycrawl.tools
checkstyle
- 9.2.1
+ 9.3
From fb5f8b11d1f70b48aacbc894b4523dde99a19124 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Wed, 8 Jun 2022 17:01:21 +0200
Subject: [PATCH 125/421] update Maven Release Plugin
---
pom.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index d28576074..c03f3fb83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,12 +439,11 @@ limitations under the License.
org.apache.maven.plugins
maven-release-plugin
- 3.0.0-M5
+ 3.0.0-M6
deploy
forked-path
- false
- -Pplexus-release
+ plexus-release
From cbc8d24d659c32e0601631709957fd1d0dfece72 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Jun 2022 20:04:24 +0000
Subject: [PATCH 126/421] Bump maven-pmd-plugin from 3.16.0 to 3.17.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.16.0 to 3.17.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.16.0...maven-pmd-plugin-3.17.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-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 c03f3fb83..0ed96ff02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,7 +419,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.16.0
+ 3.17.0
${maven.compiler.source}
From fb43c99c59bc10057fc8fa2d20d12a23da06741a Mon Sep 17 00:00:00 2001
From: Renovate Bot
Date: Thu, 12 May 2022 00:45:36 +0000
Subject: [PATCH 127/421] Add renovate.json
---
renovate.json | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 renovate.json
diff --git a/renovate.json b/renovate.json
new file mode 100644
index 000000000..f45d8f110
--- /dev/null
+++ b/renovate.json
@@ -0,0 +1,5 @@
+{
+ "extends": [
+ "config:base"
+ ]
+}
From fb36c2089f902348a8a6504cc63a0542e448d959 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 11 May 2022 20:03:04 +0000
Subject: [PATCH 128/421] Bump release-drafter/release-drafter from 5.19.0 to
5.20.0
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.19.0...v5.20.0)
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
---
.github/workflows/release-drafter.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index 96f54b5da..bc6438825 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -7,6 +7,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- - uses: release-drafter/release-drafter@v5.19.0
+ - uses: release-drafter/release-drafter@v5.20.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
From 8d3423027c3b3e9e4280846659040ae79f5d794e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 9 Jun 2022 21:25:12 +0200
Subject: [PATCH 129/421] [maven-release-plugin] prepare release plexus-9
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0ed96ff02..810f9cdaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 9-SNAPSHOT
+ 9
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-9
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2021-07-29T17:33:17Z
+ 2022-06-09T19:25:10Z
true
From d4c5ac105237023f56c322e50288fc4a9e6c478d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 9 Jun 2022 21:25:14 +0200
Subject: [PATCH 130/421] [maven-release-plugin] prepare for next development
iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 810f9cdaa..e02756ca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 9
+ 10-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-9
+ master
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2022-06-09T19:25:10Z
+ 2022-06-09T19:25:14Z
true
From c680825b9478e7fe6c4ffa9ffe7e2140fccf6264 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 9 Jun 2022 22:47:48 +0200
Subject: [PATCH 131/421] configure analytics.apache.org
---
src/site/site.xml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index 6fe47255d..80437f88a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -11,12 +11,21 @@
org.apache.maven.skins
maven-fluido-skin
- 1.7
+ 1.11.0
${project.scm.url}
+
+ 18
+ https://analytics.apache.org/
+
+
+
+
+
+
true
From f0ec4f382d99cf0a9160d22f35ca6f1284449d1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 9 Jun 2022 22:48:07 +0200
Subject: [PATCH 132/421] [maven-release-plugin] prepare release plexus-10
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index e02756ca2..d1c9be116 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 10-SNAPSHOT
+ 10
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- master
+ plexus-10
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2022-06-09T19:25:14Z
+ 2022-06-09T20:48:05Z
true
From 3cd0165f516bc96a755f8658469127e2c4587b16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Boutemy?=
Date: Thu, 9 Jun 2022 22:48:10 +0200
Subject: [PATCH 133/421] [maven-release-plugin] prepare for next development
iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index d1c9be116..0f66ea573 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
org.codehaus.plexus
plexus
pom
- 10
+ 11-SNAPSHOT
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
@@ -290,7 +290,7 @@ limitations under the License.
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
scm:git:git@github.com:codehaus-plexus/plexus-pom.git
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
- plexus-10
+ master
github
@@ -319,7 +319,7 @@ limitations under the License.
1.${javaVersion}
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2022-06-09T20:48:05Z
+ 2022-06-09T20:48:10Z
true
From 6f9ed7b3da91f32f706addbd85576de16ae4e63c Mon Sep 17 00:00:00 2001
From: Olivier Lamy
Date: Fri, 10 Jun 2022 06:55:56 +1000
Subject: [PATCH 134/421] we already have dependabot
---
renovate.json | 5 -----
1 file changed, 5 deletions(-)
delete mode 100644 renovate.json
diff --git a/renovate.json b/renovate.json
deleted file mode 100644
index f45d8f110..000000000
--- a/renovate.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "extends": [
- "config:base"
- ]
-}
From 67adfc34135bf78ce177db6edc41f824ae1641ae Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 10 Jun 2022 20:03:10 +0000
Subject: [PATCH 135/421] Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0...enforcer-3.1.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-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 0f66ea573..19b8c25fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -384,7 +384,7 @@ limitations under the License.
org.apache.maven.plugins
maven-enforcer-plugin
- 3.0.0
+ 3.1.0
org.apache.maven.plugins
From b07a9fea09160d24db33179ebcee2058393f73c0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 7 Jul 2022 20:08:18 +0000
Subject: [PATCH 136/421] Bump maven-assembly-plugin from 3.3.0 to 3.4.1
Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
- [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.3.0...maven-assembly-plugin-3.4.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-assembly-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 19b8c25fd..e61aaf006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ limitations under the License.
org.apache.maven.plugins
maven-assembly-plugin
- 3.3.0
+ 3.4.1
org.apache.maven.plugins
From 73dc3cf5a39d38895c072d3c02e4c9e9491b9fc6 Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Sun, 28 Aug 2022 19:50:00 +0200
Subject: [PATCH 137/421] Update release-drafter.yml
---
.github/workflows/release-drafter.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index bc6438825..4000f8c4f 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -7,6 +7,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- - uses: release-drafter/release-drafter@v5.20.0
+ - uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
From a804f1d73102c19ef7a5eef6d4298225eff357d5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 15 Aug 2022 20:04:15 +0000
Subject: [PATCH 138/421] Bump maven-project-info-reports-plugin from 3.3.0 to
3.4.1
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases)
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.3.0...maven-project-info-reports-plugin-3.4.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-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 e61aaf006..10fe15b27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,7 @@ limitations under the License.
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.3.0
+ 3.4.1
org.apache.maven.plugins
From 98359ef49fb1415e14a679a255921df33d28484d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 25 Jul 2022 20:06:53 +0000
Subject: [PATCH 139/421] Bump maven-install-plugin from 2.5.2 to 3.0.1
Bumps [maven-install-plugin](https://github.com/apache/maven-install-plugin) from 2.5.2 to 3.0.1.
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-2.5.2...maven-install-plugin-3.0.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-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 10fe15b27..857c8dced 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ limitations under the License.
org.apache.maven.plugins
maven-install-plugin
- 2.5.2
+ 3.0.1
org.apache.maven.plugins
From 11cbd5a034eb150c338dec3a7c349b0aa30f4afb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 25 Jul 2022 20:06:50 +0000
Subject: [PATCH 140/421] Bump maven-assembly-plugin from 3.4.1 to 3.4.2
Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
- [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.4.1...maven-assembly-plugin-3.4.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-assembly-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 857c8dced..e04d2db44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ limitations under the License.
org.apache.maven.plugins
maven-assembly-plugin
- 3.4.1
+ 3.4.2
org.apache.maven.plugins
From 7a06fced8068df19c8a93eb003cbbb3307b33d95 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 19 Jul 2022 20:02:18 +0000
Subject: [PATCH 141/421] Bump maven-deploy-plugin from 2.8.2 to 3.0.0
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 2.8.2 to 3.0.0.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-2.8.2...maven-deploy-plugin-3.0.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-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 e04d2db44..e4c879521 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,7 @@ limitations under the License.
org.apache.maven.plugins
maven-deploy-plugin
- 2.8.2
+ 3.0.0
org.apache.maven.plugins
From 70e5e43b6b717d29739dc8061128f0e955c63c1b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 25 Jul 2022 20:06:58 +0000
Subject: [PATCH 142/421] Bump maven-resources-plugin from 3.2.0 to 3.3.0
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-resources-plugin/releases)
- [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.2.0...maven-resources-plugin-3.3.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-resources-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 e4c879521..f46030e19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,7 @@ limitations under the License.
org.apache.maven.plugins
maven-resources-plugin
- 3.2.0
+ 3.3.0
org.apache.maven.plugins
From 21b11df87a446e59ce92cfc159cacffe9f5c44ba Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 28 Aug 2022 17:52:31 +0000
Subject: [PATCH 143/421] Bump maven-site-plugin from 3.12.0 to 3.12.1
Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.12.0...maven-site-plugin-3.12.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-site-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 f46030e19..a89211677 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,7 @@ limitations under the License.
org.apache.maven.plugins
maven-site-plugin
- 3.12.0
+ 3.12.1
true
From ab44b5763aa4885a13e2f27064c4d9dc15c649cd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 28 Aug 2022 17:51:59 +0000
Subject: [PATCH 144/421] Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index a89211677..e9ea729cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,12 +341,12 @@ limitations under the License.
org.apache.maven.plugins
maven-assembly-plugin
- 3.4.2
+ 3.4.1
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.1.2
+ 3.2.0
config/maven_checks.xml
https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt
@@ -379,7 +379,7 @@ limitations under the License.
org.apache.maven.plugins
maven-deploy-plugin
- 3.0.0
+ 2.8.2
org.apache.maven.plugins
@@ -394,7 +394,7 @@ limitations under the License.
org.apache.maven.plugins
maven-install-plugin
- 3.0.1
+ 2.5.2
org.apache.maven.plugins
From 522a9082a52e4480bf7505588d868d3edcde7639 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 28 Aug 2022 17:50:37 +0000
Subject: [PATCH 145/421] Bump maven-javadoc-plugin from 3.4.0 to 3.4.1
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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 e9ea729cf..a9c014905 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@ limitations under the License.
org.apache.maven.plugins
maven-javadoc-plugin
- 3.4.0
+ 3.4.1
org.apache.maven.plugins
From 04afb7ec91fa909f9b91cd1133f5368390dfe28a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 28 Aug 2022 17:51:20 +0000
Subject: [PATCH 146/421] Bump maven-jxr-plugin from 3.2.0 to 3.3.0
Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-jxr/releases)
- [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.2.0...jxr-3.3.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jxr-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index a9c014905..0d8af341e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ limitations under the License.
org.apache.maven.plugins
maven-assembly-plugin
- 3.4.1
+ 3.4.2
org.apache.maven.plugins
@@ -379,7 +379,7 @@ limitations under the License.
org.apache.maven.plugins
maven-deploy-plugin
- 2.8.2
+ 3.0.0
org.apache.maven.plugins
@@ -394,7 +394,7 @@ limitations under the License.
org.apache.maven.plugins
maven-install-plugin
- 2.5.2
+ 3.0.1
org.apache.maven.plugins
@@ -409,7 +409,7 @@ limitations under the License.
org.apache.maven.plugins
maven-jxr-plugin
- 3.2.0
+ 3.3.0
org.apache.maven.plugins
From 4f1a04081953d27bf63b7d0e78f8a876df2a5637 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 28 Aug 2022 17:50:40 +0000
Subject: [PATCH 147/421] Bump animal-sniffer-enforcer-rule from 1.21 to 1.22
Bumps [animal-sniffer-enforcer-rule](https://github.com/mojohaus/animal-sniffer) from 1.21 to 1.22.
- [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
- [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-parent-1.21...animal-sniffer-parent-1.22)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:animal-sniffer-enforcer-rule
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 0d8af341e..025399c99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -742,7 +742,7 @@ limitations under the License.
org.codehaus.mojo
animal-sniffer-enforcer-rule
- 1.21
+ 1.22
From f64dd87787b5a8723a5ba10cccecce936eb345b7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 29 Aug 2022 20:10:06 +0000
Subject: [PATCH 148/421] Bump maven-pmd-plugin from 3.17.0 to 3.18.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.17.0 to 3.18.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.17.0...maven-pmd-plugin-3.18.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-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 025399c99..a995c2f81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,7 +419,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.17.0
+ 3.18.0
${maven.compiler.source}
From 83cde424bfeadb3fd71d7b56f2795dc88eadd509 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 5 Sep 2022 20:02:32 +0000
Subject: [PATCH 149/421] Bump maven-pmd-plugin from 3.18.0 to 3.19.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.18.0 to 3.19.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.18.0...maven-pmd-plugin-3.19.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-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 a995c2f81..33624111c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,7 +419,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.18.0
+ 3.19.0
${maven.compiler.source}
From 1f19bd8871c757d04257d616d85720dc61759ff5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 16 Sep 2022 20:03:31 +0000
Subject: [PATCH 150/421] Bump maven-jar-plugin from 3.2.2 to 3.3.0
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-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 33624111c..20779a975 100644
--- a/pom.xml
+++ b/pom.xml
@@ -399,7 +399,7 @@ limitations under the License.
org.apache.maven.plugins
maven-jar-plugin
- 3.2.2
+ 3.3.0
org.apache.maven.plugins
From 8cdb13cc9a952ba2f4ec6fb7b739d5b2692f2382 Mon Sep 17 00:00:00 2001
From: Konrad Windszus
Date: Sat, 5 Nov 2022 19:10:33 +0100
Subject: [PATCH 151/421] Add myself as developer
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index 20779a975..833cfe80e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,6 +255,14 @@ limitations under the License.
Developer
+
+ Konrad Windszus
+ kwin
+ kwin@apache.org
+
+ Developer
+
+
From 2a37f7e5329e194656339384e5ceba60714d8b0d Mon Sep 17 00:00:00 2001
From: Konrad Windszus
Date: Tue, 15 Nov 2022 12:32:35 +0100
Subject: [PATCH 152/421] Fix mailing list links (#126)
This closes #125
---
pom.xml | 33 +++++++++------------------------
1 file changed, 9 insertions(+), 24 deletions(-)
diff --git a/pom.xml b/pom.xml
index 833cfe80e..93a70474d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,32 +265,17 @@ limitations under the License.
-
-
- Plexus User List
- http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org
- http://xircles.codehaus.org/manage_email/user%40plexus.codehaus.org
- http://archive.plexus.codehaus.org/user
- user@plexus.codehaus.org
-
-
- Plexus Developer List
- http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org
- http://xircles.codehaus.org/manage_email/dev%40plexus.codehaus.org
- http://archive.plexus.codehaus.org/dev
- dev@plexus.codehaus.org
-
-
- Plexus Announce List
- http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org
- http://xircles.codehaus.org/manage_email/announce%40plexus.codehaus.org
- http://archive.plexus.codehaus.org/announce
+
+
+ Plexus and MojoHaus Development List
+ mojohaus-dev+subscribe@googlegroups.com
+ mojohaus-dev+unsubscribe@googlegroups.com
+ mojohaus-dev@googlegroups.com
+ https://groups.google.com/forum/#!forum/mojohaus-dev
- Plexus Commit List
- http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org
- http://xircles.codehaus.org/manage_email/scm%40plexus.codehaus.org
- http://archive.plexus.codehaus.org/scm
+ Former (pre-2015-06) Development List
+ https://markmail.org/list/org.codehaus.plexus.dev
From a9d1aadd2bfc9089e921c856bd045e567927447b Mon Sep 17 00:00:00 2001
From: Konrad Windszus
Date: Fri, 18 Nov 2022 11:09:49 +0100
Subject: [PATCH 153/421] Fix link to ASF 2.0 license (#128)
This fixes the empty frame rendered e.g. on
https://codehaus-plexus.github.io/plexus-classworlds/licenses.html
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 93a70474d..1cb7a98b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@ limitations under the License.
Apache License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0.txt
+ https://www.apache.org/licenses/LICENSE-2.0.txt
repo
From 6228deb288aaf3689e4513d6898764a31d860653 Mon Sep 17 00:00:00 2001
From: Konrad Windszus
Date: Wed, 21 Dec 2022 07:06:01 +0100
Subject: [PATCH 154/421] Update maven-plugin-tools to 3.7.0 (#129)
---
pom.xml | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1cb7a98b9..1cba657e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,6 +314,7 @@ limitations under the License.
https://oss.sonatype.org/content/repositories/plexus-snapshots
2022-06-09T20:48:10Z
true
+ 3.7.0
@@ -324,6 +325,12 @@ limitations under the License.
2.1.1
compile
+
+ org.apache.maven.plugin-tools
+ maven-plugin-annotations
+ ${mavenPluginToolsVersion}
+ provided
+
@@ -407,7 +414,27 @@ limitations under the License.
org.apache.maven.plugins
maven-plugin-plugin
- 3.6.4
+ ${mavenPluginToolsVersion}
+
+
+ default-descriptor
+ process-classes
+
+ ./apidocs/
+
+
+
+ generate-helpmojo
+
+ helpmojo
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-plugin-report-plugin
+ ${mavenPluginToolsVersion}
org.apache.maven.plugins
From 5b50c466368e3d6f0217dcd10ef15d59b5bf8d9e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 2 Nov 2022 20:05:55 +0000
Subject: [PATCH 155/421] Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M6 to 3.0.0-M7.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M6...maven-release-3.0.0-M7)
---
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 1cba657e3..e08caeecd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,7 +459,7 @@ limitations under the License.
org.apache.maven.plugins
maven-release-plugin
- 3.0.0-M6
+ 3.0.0-M7
deploy
forked-path
From 9e8c66933fda6254e0da5c57140b28a70daad3c2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 22 Nov 2022 20:02:48 +0000
Subject: [PATCH 156/421] Bump maven-shared-resources from 4 to 5
Bumps [maven-shared-resources](https://github.com/apache/maven-shared-resources) from 4 to 5.
- [Release notes](https://github.com/apache/maven-shared-resources/releases)
- [Commits](https://github.com/apache/maven-shared-resources/commits)
---
updated-dependencies:
- dependency-name: org.apache.maven.shared:maven-shared-resources
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 e08caeecd..c09bc090d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -362,7 +362,7 @@ limitations under the License.
org.apache.maven.shared
maven-shared-resources
- 4
+ 5
From cebf26d66562a0f1b435f24da484a3284548745b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 16 Jan 2023 20:01:13 +0000
Subject: [PATCH 157/421] Bump mavenPluginToolsVersion from 3.7.0 to 3.7.1
Bumps `mavenPluginToolsVersion` from 3.7.0 to 3.7.1.
Updates `maven-plugin-annotations` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.7.0...maven-plugin-tools-3.7.1)
Updates `maven-plugin-plugin` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.7.0...maven-plugin-tools-3.7.1)
Updates `maven-plugin-report-plugin` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.7.0...maven-plugin-tools-3.7.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-plugin-report-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 c09bc090d..fe0692a22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,7 +314,7 @@ limitations under the License.
https://oss.sonatype.org/content/repositories/plexus-snapshots
2022-06-09T20:48:10Z
true
- 3.7.0
+ 3.7.1
From c037883da1a1a187a722632286d9aca313263270 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 13 Jan 2023 00:02:15 +0000
Subject: [PATCH 158/421] Bump maven-pmd-plugin from 3.19.0 to 3.20.0
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.19.0 to 3.20.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.19.0...maven-pmd-plugin-3.20.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-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 fe0692a22..954672a22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.19.0
+ 3.20.0
${maven.compiler.source}
From 774e2528882c1cdcf9d553c8df9898abf3b40fde Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 13 Jan 2023 00:02:10 +0000
Subject: [PATCH 159/421] Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.0...maven-checkstyle-plugin-3.2.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-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 954672a22..79474c9c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,7 @@ limitations under the License.
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.2.0
+ 3.2.1
config/maven_checks.xml
https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt
From 53c685f806def64d936d153334bc1b39bff5797f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 13 Jan 2023 00:02:04 +0000
Subject: [PATCH 160/421] Bump maven-project-info-reports-plugin from 3.4.1 to
3.4.2
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases)
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.1...maven-project-info-reports-plugin-3.4.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-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 79474c9c5..e9ef6d2a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@ limitations under the License.
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.4.1
+ 3.4.2
org.apache.maven.plugins
From db783aacfd06fbeb62b7fc536e4608ef865e533b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 23 Feb 2023 20:56:43 +0000
Subject: [PATCH 161/421] Bump maven-assembly-plugin from 3.4.2 to 3.5.0
Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
- [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.4.2...maven-assembly-plugin-3.5.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-assembly-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 e9ef6d2a9..8d3034c11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ limitations under the License.
org.apache.maven.plugins
maven-assembly-plugin
- 3.4.2
+ 3.5.0
org.apache.maven.plugins
From f02b9de4e128ea325fc223ca1aaedabec4f8de43 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 15 Feb 2023 20:56:51 +0000
Subject: [PATCH 162/421] Bump maven-javadoc-plugin from 3.4.1 to 3.5.0
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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 8d3034c11..f2f5eb85a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@ limitations under the License.
org.apache.maven.plugins
maven-javadoc-plugin
- 3.4.1
+ 3.5.0
org.apache.maven.plugins
From c546989c1f646f5f0134477dc304f91918731c61 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Feb 2023 20:01:01 +0000
Subject: [PATCH 163/421] Bump maven-enforcer-plugin from 3.1.0 to 3.2.1
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.1.0...enforcer-3.2.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-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 f2f5eb85a..e5cb5f30a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -384,7 +384,7 @@ limitations under the License.
org.apache.maven.plugins
maven-enforcer-plugin
- 3.1.0
+ 3.2.1
org.apache.maven.plugins
From f84f0f6297149093494c45f1a0d3cd83ea52e184 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 14 Mar 2023 20:56:43 +0000
Subject: [PATCH 164/421] Bump maven-surefire-plugin from 2.22.2 to 3.0.0
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.0.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.0.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-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 e5cb5f30a..c935eea60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -497,7 +497,7 @@ limitations under the License.
org.apache.maven.plugins
maven-surefire-plugin
- 2.22.2
+ 3.0.0
org.apache.maven.plugins
From f8092c875b73e934240fa4e8392c5c6abbf44ddc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Mar 2023 20:58:17 +0000
Subject: [PATCH 165/421] Bump maven-compiler-plugin from 3.10.1 to 3.11.0
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.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.10.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 c935eea60..d20585080 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,7 +374,7 @@ limitations under the License.
org.apache.maven.plugins
maven-compiler-plugin
- 3.10.1
+ 3.11.0
org.apache.maven.plugins
From f7811f2633d5b38fd79b94c39f21e87ff8aaf344 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 9 Feb 2023 20:56:41 +0000
Subject: [PATCH 166/421] Bump maven-deploy-plugin from 3.0.0 to 3.1.0
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0...maven-deploy-plugin-3.1.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-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 d20585080..a58fdb45f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,7 @@ limitations under the License.
org.apache.maven.plugins
maven-deploy-plugin
- 3.0.0
+ 3.1.0
org.apache.maven.plugins
From 10ca30d871e65586cc28cc45466df680b7b481f3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 18 Nov 2022 20:09:45 +0000
Subject: [PATCH 167/421] Bump maven-install-plugin from 3.0.1 to 3.1.0
Bumps [maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.0.1...maven-install-plugin-3.1.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-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 a58fdb45f..598f50c6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ limitations under the License.
org.apache.maven.plugins
maven-install-plugin
- 3.0.1
+ 3.1.0
org.apache.maven.plugins
From 9b060a6592febb4f2d19753b95d11529e5b6fb0a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Mar 2023 20:58:13 +0000
Subject: [PATCH 168/421] Bump mavenPluginToolsVersion from 3.7.1 to 3.8.1
Bumps `mavenPluginToolsVersion` from 3.7.1 to 3.8.1.
Updates `maven-plugin-annotations` from 3.7.1 to 3.8.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.7.1...maven-plugin-tools-3.8.1)
Updates `maven-plugin-plugin` from 3.7.1 to 3.8.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.7.1...maven-plugin-tools-3.8.1)
Updates `maven-plugin-report-plugin` from 3.7.1 to 3.8.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.7.1...maven-plugin-tools-3.8.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugins:maven-plugin-report-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 598f50c6c..e3bdc9894 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,7 +314,7 @@ limitations under the License.
https://oss.sonatype.org/content/repositories/plexus-snapshots
2022-06-09T20:48:10Z
true
- 3.7.1
+ 3.8.1
From 8c0643a43b63b2613f993cf5665fc2709f42eb2a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 20 Mar 2023 20:09:04 +0000
Subject: [PATCH 169/421] Bump maven-release-plugin from 3.0.0-M7 to 3.0.0
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M7 to 3.0.0.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M7...maven-release-3.0.0)
---
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 e3bdc9894..7d9b27d2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,7 +459,7 @@ limitations under the License.
org.apache.maven.plugins
maven-release-plugin
- 3.0.0-M7
+ 3.0.0
deploy
forked-path
From e92079a079e9d2628df9aceb1d35df9b23dc6910 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 20 Mar 2023 20:08:58 +0000
Subject: [PATCH 170/421] Bump maven-surefire-report-plugin from 2.22.2 to
3.0.0
Bumps [maven-surefire-report-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.0.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.0.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-report-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 7d9b27d2c..a94611ee0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -502,7 +502,7 @@ limitations under the License.
org.apache.maven.plugins
maven-surefire-report-plugin
- 2.22.2
+ 3.0.0
org.codehaus.mojo
From 9d885dead7cf13a70b4a87872e082b2365a32e0e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 28 Mar 2023 20:56:42 +0000
Subject: [PATCH 171/421] Bump maven-scm-publish-plugin from 3.1.0 to 3.2.1
Bumps [maven-scm-publish-plugin](https://github.com/apache/maven-scm-publish-plugin) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-scm-publish-plugin/releases)
- [Commits](https://github.com/apache/maven-scm-publish-plugin/compare/maven-scm-publish-plugin-3.1.0...maven-scm-publish-plugin-3.2.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-scm-publish-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 a94611ee0..d92159664 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,7 +474,7 @@ limitations under the License.
org.apache.maven.plugins
maven-scm-publish-plugin
- 3.1.0
+ 3.2.1
${project.scm.developerConnection}
From d22cf9ee2ed6f15882aa2d2c8daeba0862597ab6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 27 Mar 2023 20:56:52 +0000
Subject: [PATCH 172/421] Bump animal-sniffer-enforcer-rule from 1.22 to 1.23
Bumps [animal-sniffer-enforcer-rule](https://github.com/mojohaus/animal-sniffer) from 1.22 to 1.23.
- [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
- [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-parent-1.22...1.23)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:animal-sniffer-enforcer-rule
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 d92159664..6889a4955 100644
--- a/pom.xml
+++ b/pom.xml
@@ -762,7 +762,7 @@ limitations under the License.
org.codehaus.mojo
animal-sniffer-enforcer-rule
- 1.22
+ 1.23
From 864193fe92e8f390f014684e74f27385a8f255cc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 24 Mar 2023 20:56:45 +0000
Subject: [PATCH 173/421] Bump maven-resources-plugin from 3.3.0 to 3.3.1
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/apache/maven-resources-plugin/releases)
- [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.3.0...maven-resources-plugin-3.3.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-resources-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 6889a4955..0ba55be2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,7 +469,7 @@ limitations under the License.
org.apache.maven.plugins
maven-resources-plugin
- 3.3.0
+ 3.3.1
org.apache.maven.plugins
From ec4c2cf5ca22e9f1f525d13c7da1b043a4820848 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 24 Mar 2023 20:56:37 +0000
Subject: [PATCH 174/421] Bump maven-install-plugin from 3.1.0 to 3.1.1
Bumps [maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.0...maven-install-plugin-3.1.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-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 0ba55be2e..8f205d24f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ limitations under the License.
org.apache.maven.plugins
maven-install-plugin
- 3.1.0
+ 3.1.1
org.apache.maven.plugins
From 1a10a81340fe29cbe06ff310ec865941becf80a0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Apr 2023 20:57:27 +0000
Subject: [PATCH 175/421] Bump maven-enforcer-plugin from 3.2.1 to 3.3.0
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.2.1...enforcer-3.3.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-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 8f205d24f..2393516fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -384,7 +384,7 @@ limitations under the License.
org.apache.maven.plugins
maven-enforcer-plugin
- 3.2.1
+ 3.3.0
org.apache.maven.plugins
From 7374f0116f44acf74ab4c28452a90c056ed593d5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 24 Mar 2023 20:56:41 +0000
Subject: [PATCH 176/421] Bump maven-deploy-plugin from 3.1.0 to 3.1.1
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.0...maven-deploy-plugin-3.1.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-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 2393516fd..524b6ca19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,7 @@ limitations under the License.
org.apache.maven.plugins
maven-deploy-plugin
- 3.1.0
+ 3.1.1
org.apache.maven.plugins
From 5a7eac31853cc3376330d4730399715e550e70e3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Apr 2023 20:57:30 +0000
Subject: [PATCH 177/421] Bump apache-source-release-assembly-descriptor from
1.0.6 to 1.5
Bumps apache-source-release-assembly-descriptor from 1.0.6 to 1.5.
---
updated-dependencies:
- dependency-name: org.apache.apache.resources:apache-source-release-assembly-descriptor
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 524b6ca19..1d2fdfca5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -686,7 +686,7 @@ limitations under the License.
org.apache.apache.resources
apache-source-release-assembly-descriptor
- 1.0.6
+ 1.5
From 3a41039da3f0079f2eae7b586735f22cf5b526b9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 20 Apr 2023 20:56:40 +0000
Subject: [PATCH 178/421] Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.1...maven-checkstyle-plugin-3.2.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-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 1d2fdfca5..8cace4ccc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,7 @@ limitations under the License.
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.2.1
+ 3.2.2
config/maven_checks.xml
https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt
From be26472f24c1cec119872b455f6666830108840b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 18 Apr 2023 20:11:58 +0000
Subject: [PATCH 179/421] Bump maven-project-info-reports-plugin from 3.4.2 to
3.4.3
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.2 to 3.4.3.
- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases)
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.2...maven-project-info-reports-plugin-3.4.3)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-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 8cace4ccc..20c62559d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@ limitations under the License.
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.4.2
+ 3.4.3
org.apache.maven.plugins
From 7591c41cb89a45c2edcd6ca7baed675dcfc56cad Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Sat, 22 Apr 2023 11:56:43 +0200
Subject: [PATCH 180/421] Drop Dependency Management for
plexus-component-annotations (deprecated)
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 20c62559d..32ca08847 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,12 +319,6 @@ limitations under the License.
-
- org.codehaus.plexus
- plexus-component-annotations
- 2.1.1
- compile
-
org.apache.maven.plugin-tools
maven-plugin-annotations
From 03e23edf64ecd91f37ae3b2029bebe40d1e0fed0 Mon Sep 17 00:00:00 2001
From: Slawomir Jaranowski
Date: Wed, 26 Apr 2023 00:35:10 +0200
Subject: [PATCH 181/421] Remove FindBugs from reporting
FindBugs is not maintain anymore ...
---
pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 32ca08847..c4940d722 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,11 +498,6 @@ limitations under the License.
maven-surefire-report-plugin
3.0.0
-
- org.codehaus.mojo
- findbugs-maven-plugin
- 3.0.5
-
org.codehaus.mojo
taglist-maven-plugin
@@ -624,10 +619,6 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
-
- org.codehaus.mojo
- findbugs-maven-plugin
-
org.codehaus.mojo
taglist-maven-plugin
From 826236cea34ceb6f421d0ff4eeea57b094634b37 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 24 Apr 2023 20:56:54 +0000
Subject: [PATCH 182/421] Bump mavenPluginToolsVersion from 3.8.1 to 3.8.2
Bumps `mavenPluginToolsVersion` from 3.8.1 to 3.8.2.
Updates `maven-plugin-annotations` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.1...maven-plugin-tools-3.8.2)
Updates `maven-plugin-plugin` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.1...maven-plugin-tools-3.8.2)
Updates `maven-plugin-report-plugin` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.1...maven-plugin-tools-3.8.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-plugin-report-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 c4940d722..1849e702b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -314,7 +314,7 @@ limitations under the License.
https://oss.sonatype.org/content/repositories/plexus-snapshots
2022-06-09T20:48:10Z
true
- 3.8.1
+ 3.8.2
From 508784ff8de748652aa0187e3ee60fe1a8dc1fd7 Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Sat, 29 Apr 2023 15:03:17 +0200
Subject: [PATCH 183/421] Require Maven 3.2.5+
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1849e702b..f41ce4784 100644
--- a/pom.xml
+++ b/pom.xml
@@ -537,8 +537,8 @@ limitations under the License.
- 3.0.5
- This project requires at least Maven 3.0.5
+ 3.2.5
+ This project requires at least Maven 3.2.5
From 445fb6752e8765bf80954f5b4a18b59a05094965 Mon Sep 17 00:00:00 2001
From: Slawomir Jaranowski
Date: Mon, 1 May 2023 14:05:56 +0200
Subject: [PATCH 184/421] Refresh Maven site
- fix broken links
- introduce property for fluido skin version
- bump fluido skin from 1.11.0 to 1.11.2
- use https for scm
- use scm developerConnection as distributionManagement/site/url
---
pom.xml | 14 +++++++++-----
src/site/site.xml | 45 ++++++++++++++++++++++-----------------------
2 files changed, 31 insertions(+), 28 deletions(-)
diff --git a/pom.xml b/pom.xml
index f41ce4784..658a68257 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
Plexus
The Plexus project provides a full software stack for creating and executing software projects.
- https://codehaus-plexus.github.io/
+ https://codehaus-plexus.github.io/plexus-pom/
2001
Codehaus Plexus
@@ -280,15 +280,17 @@ limitations under the License.
- scm:git:git@github.com:codehaus-plexus/plexus-pom.git
- scm:git:git@github.com:codehaus-plexus/plexus-pom.git
- https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
+ scm:git:https://github.com/codehaus-plexus/plexus-pom.git
+ ${project.scm.connection}
+ https://github.com/codehaus-plexus/plexus-pom/tree/master/
master
+
github
https://github.com/codehaus-plexus/plexus-pom/issues
+
plexus-releases
@@ -300,9 +302,10 @@ limitations under the License.
Plexus Snapshot Repository
${plexusDistMgmtSnapshotsUrl}
+
github:gh-pages
- scm:git:git@github.com:codehaus-plexus
+ ${project.scm.developerConnection}
@@ -315,6 +318,7 @@ limitations under the License.
2022-06-09T20:48:10Z
true
3.8.2
+ 1.11.2
diff --git a/src/site/site.xml b/src/site/site.xml
index 80437f88a..ab7776e5c 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -4,14 +4,14 @@
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
Plexus
- http://codehaus-plexus.github.io/
- /images/plexus-logo-trans.png
+ https://codehaus-plexus.github.io/
+ https://codehaus-plexus.github.io/images/plexus-logo-trans.png
org.apache.maven.skins
maven-fluido-skin
- 1.11.0
+ ${mavenFluidoSkinVersion}
${project.scm.url}
@@ -28,9 +28,8 @@
true
-
- http://codehaus-plexus.github.io/
+ https://codehaus-plexus.github.io/
@@ -40,7 +39,7 @@
-
+
-
+
From d3b24a8ed43cb071d28f43948dae36d5df7cba3b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 15 Sep 2024 12:28:48 +0000
Subject: [PATCH 328/421] Bump org.apache.maven.plugins:maven-invoker-plugin
from 3.7.0 to 3.8.0
Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
- [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.7.0...maven-invoker-plugin-3.8.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-invoker-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 1a45a26b6..9f8f8a032 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,7 +446,7 @@ limitations under the License.
org.apache.maven.plugins
maven-invoker-plugin
- 3.7.0
+ 3.8.0
${invoker.streamLogsOnFailures}
From da148c823baf204cbbfe8560a6a30000abdae5ab Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 24 Sep 2024 19:49:05 +0000
Subject: [PATCH 329/421] Bump mavenPluginToolsVersion from 3.13.1 to 3.15.0
Bumps `mavenPluginToolsVersion` from 3.13.1 to 3.15.0.
Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.13.1 to 3.15.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.1...maven-plugin-tools-3.15.0)
Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.13.1 to 3.15.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.1...maven-plugin-tools-3.15.0)
Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.13.1 to 3.15.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.1...maven-plugin-tools-3.15.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugins:maven-plugin-report-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 9f8f8a032..a32be3ee5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,7 +342,7 @@ limitations under the License.
2024-05-21T19:07:51Z
true
2.43.0
- 3.13.1
+ 3.15.0
2.0.0-M10
3.4.0
5.11.0
From c18f5ccfef66db33a39659dbef34f915223ac006 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 29 Aug 2024 13:39:53 +0000
Subject: [PATCH 330/421] Bump org.apache.maven.plugins:maven-jxr-plugin from
3.4.0 to 3.5.0
Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/apache/maven-jxr/releases)
- [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.4.0...jxr-3.5.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jxr-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 a32be3ee5..bbc2bd16c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,7 +465,7 @@ limitations under the License.
org.apache.maven.plugins
maven-jxr-plugin
- 3.4.0
+ 3.5.0
org.apache.maven.plugins
From 4bb4638ddabedbd3196780a6dcd4a6ed4a4350f4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 29 Aug 2024 13:39:57 +0000
Subject: [PATCH 331/421] Bump org.apache.maven.plugins:maven-checkstyle-plugin
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.4.0 to 3.5.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.5.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-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 bbc2bd16c..569949cc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -381,7 +381,7 @@ limitations under the License.
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.4.0
+ 3.5.0
config/maven_checks.xml
From 3b6011a0b866ab27470480d5754d5d2b2337751f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 29 Aug 2024 13:40:00 +0000
Subject: [PATCH 332/421] Bump org.apache.maven.plugins:maven-pmd-plugin from
3.24.0 to 3.25.0
Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.24.0 to 3.25.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.24.0...maven-pmd-plugin-3.25.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-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 569949cc5..b68100e4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,7 +495,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.24.0
+ 3.25.0
${maven.compiler.source}
From 445db62db35cd50d0216bc726356588e19fb2864 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 24 Sep 2024 17:55:12 +0000
Subject: [PATCH 333/421] Bump mavenSurefireVersion from 3.4.0 to 3.5.0
Bumps `mavenSurefireVersion` from 3.4.0 to 3.5.0.
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.0)
Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.0)
Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.4.0...surefire-3.5.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.plugins:maven-failsafe-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 b68100e4e..f63629ff3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,7 @@ limitations under the License.
2.43.0
3.15.0
2.0.0-M10
- 3.4.0
+ 3.5.0
5.11.0
check
0.9.0.M3
From 52ab5bdf4e9a41ae18218e6d6e80916098be0a5c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 24 Sep 2024 20:25:06 +0000
Subject: [PATCH 334/421] Bump org.apache.maven.plugins:maven-gpg-plugin from
3.2.5 to 3.2.6
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.6)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-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 f63629ff3..9f74a9499 100644
--- a/pom.xml
+++ b/pom.xml
@@ -423,7 +423,7 @@ limitations under the License.
org.apache.maven.plugins
maven-gpg-plugin
- 3.2.5
+ 3.2.6
org.apache.maven.plugins
From b7b7707ba2bfee0c7db59a1539e371aff5e74f64 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 24 Sep 2024 20:25:10 +0000
Subject: [PATCH 335/421] Bump org.codehaus.mojo:extra-enforcer-rules from
1.8.0 to 1.9.0
Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases)
- [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.8.0...1.9.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:extra-enforcer-rules
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 9f74a9499..903267ae3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -629,7 +629,7 @@ limitations under the License.
org.codehaus.mojo
extra-enforcer-rules
- 1.8.0
+ 1.9.0
From 68525cfd1aceff1d10030072a444720fda08a42a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 24 Sep 2024 20:39:23 +0000
Subject: [PATCH 336/421] Bump org.apache.maven.plugins:maven-javadoc-plugin
from 3.8.0 to 3.10.0
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.8.0 to 3.10.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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 903267ae3..c5330472d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,7 @@ limitations under the License.
org.apache.maven.plugins
maven-javadoc-plugin
- 3.8.0
+ 3.10.0
true
en
From 25360af70f9bfce100addcce34c5be14a7d12473 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 24 Sep 2024 20:39:26 +0000
Subject: [PATCH 337/421] Bump
org.apache.maven.plugins:maven-project-info-reports-plugin
Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.6.2 to 3.7.0.
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.6.2...maven-project-info-reports-plugin-3.7.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-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 c5330472d..c24780428 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,7 +510,7 @@ limitations under the License.
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.6.2
+ 3.7.0
org.apache.maven.plugins
From a3975a08c9ef54623f624f6a51f9ede2483f540e Mon Sep 17 00:00:00 2001
From: Slawomir Jaranowski
Date: Tue, 24 Sep 2024 22:54:03 +0200
Subject: [PATCH 338/421] Skip empty report for taglist-maven-plugin
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index c24780428..86616920d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -734,6 +734,9 @@ limitations under the License.
org.codehaus.mojo
taglist-maven-plugin
+
+ true
+
org.apache.maven.plugins
From 334645d86f55f87f21b26f0751594d1bd5637b1e Mon Sep 17 00:00:00 2001
From: Slawomir Jaranowski
Date: Tue, 24 Sep 2024 23:47:09 +0200
Subject: [PATCH 339/421] Drop using passphrase for maven-gpg-plugin
gpg-agent should be used
---
pom.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 86616920d..618e7aa58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -802,9 +802,6 @@ limitations under the License.
org.apache.maven.plugins
maven-gpg-plugin
-
- ${gpg.passphrase}
-
sign-artifacts
From e1b46c28974cdf8ee45adbf89fc2c4c55e40881a Mon Sep 17 00:00:00 2001
From: Slawomir Jaranowski
Date: Wed, 25 Sep 2024 07:28:21 +0200
Subject: [PATCH 340/421] Use bestPractices for gpg plugin
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 618e7aa58..63e4c3e04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,6 +424,9 @@ limitations under the License.
org.apache.maven.plugins
maven-gpg-plugin
3.2.6
+
+ true
+
org.apache.maven.plugins
From 8cdda7c417336b545d8341fbba432b5535f77ee2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 25 Sep 2024 16:30:51 +0000
Subject: [PATCH 341/421] Bump org.junit:junit-bom from 5.11.0 to 5.11.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
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 63e4c3e04..e647e4e09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@ limitations under the License.
3.15.0
2.0.0-M10
3.5.0
- 5.11.0
+ 5.11.1
check
0.9.0.M3
true
From fe8b8cb69f4d70216b6c92727caddcaf522a475d Mon Sep 17 00:00:00 2001
From: Slawomir Jaranowski
Date: Wed, 25 Sep 2024 20:46:47 +0200
Subject: [PATCH 342/421] Remove
org.apache.maven.plugin-tools:maven-plugin-annotations from
dependencyManagement
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index e647e4e09..2e8756d7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -353,12 +353,6 @@ limitations under the License.
-
- org.apache.maven.plugin-tools
- maven-plugin-annotations
- ${mavenPluginToolsVersion}
- provided
-
org.junit
junit-bom
From 802d7a8016f63b829fe3d3e26f86647bac262e07 Mon Sep 17 00:00:00 2001
From: Slawomir Jaranowski
Date: Wed, 25 Sep 2024 21:34:30 +0200
Subject: [PATCH 343/421] [maven-release-plugin] prepare release plexus-19
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2e8756d7a..b14b75c97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
org.codehaus.plexus
plexus
- 19-SNAPSHOT
+ 19
pom
Plexus
@@ -302,7 +302,7 @@ limitations under the License.
scm:git:https://github.com/codehaus-plexus/plexus-pom.git
${project.scm.connection}
- master
+ plexus-19
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
@@ -339,7 +339,7 @@ limitations under the License.
true
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2024-05-21T19:07:51Z
+ 2024-09-25T19:34:28Z
true
2.43.0
3.15.0
From 2c2def39fc8c37599b027038f92ff107752237c0 Mon Sep 17 00:00:00 2001
From: Slawomir Jaranowski
Date: Wed, 25 Sep 2024 21:34:33 +0200
Subject: [PATCH 344/421] [maven-release-plugin] prepare for next development
iteration
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index b14b75c97..c5ea3d5de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ limitations under the License.
org.codehaus.plexus
plexus
- 19
+ 20-SNAPSHOT
pom
Plexus
@@ -302,7 +302,7 @@ limitations under the License.
scm:git:https://github.com/codehaus-plexus/plexus-pom.git
${project.scm.connection}
- plexus-19
+ master
https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/
@@ -339,7 +339,7 @@ limitations under the License.
true
UTF-8
https://oss.sonatype.org/content/repositories/plexus-snapshots
- 2024-09-25T19:34:28Z
+ 2024-09-25T19:34:33Z
true
2.43.0
3.15.0
From 09aed4ab878dc572e6688fd619cb111bdd2db959 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 4 Oct 2024 20:35:35 +0000
Subject: [PATCH 345/421] Bump org.junit:junit-bom from 5.11.1 to 5.11.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
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 c5ea3d5de..6cee0f730 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@ limitations under the License.
3.15.0
2.0.0-M10
3.5.0
- 5.11.1
+ 5.11.2
check
0.9.0.M3
true
From 54e44d3de9c1dc5bd70127a3f34f9bbe0c533c5f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 1 Oct 2024 20:14:12 +0000
Subject: [PATCH 346/421] Bump org.apache.maven.plugins:maven-javadoc-plugin
from 3.10.0 to 3.10.1
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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 6cee0f730..e8c834aa2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,7 +451,7 @@ limitations under the License.
org.apache.maven.plugins
maven-javadoc-plugin
- 3.10.0
+ 3.10.1
true
en
From 335d7baab99ddb98c3b91d9fa33937e2fc1af97d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 7 Oct 2024 23:55:25 +0000
Subject: [PATCH 347/421] Bump mavenSurefireVersion from 3.5.0 to 3.5.1
Bumps `mavenSurefireVersion` from 3.5.0 to 3.5.1.
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1)
Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1)
Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-failsafe-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 e8c834aa2..f364fac4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,7 @@ limitations under the License.
2.43.0
3.15.0
2.0.0-M10
- 3.5.0
+ 3.5.1
5.11.2
check
0.9.0.M3
From a5f2395c703db6044a717c419c93c1d057c72a2a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 27 Sep 2024 20:39:35 +0000
Subject: [PATCH 348/421] Bump org.apache.maven.plugins:maven-gpg-plugin from
3.2.6 to 3.2.7
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.6 to 3.2.7.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-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 f364fac4b..b57ba0730 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,7 +417,7 @@ limitations under the License.
org.apache.maven.plugins
maven-gpg-plugin
- 3.2.6
+ 3.2.7
true
From 85710889979f48d91f615c6ea853f140199fb875 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 11 Oct 2024 20:27:52 +0000
Subject: [PATCH 349/421] Bump org.codehaus.mojo:taglist-maven-plugin from
3.1.0 to 3.2.0
Bumps [org.codehaus.mojo:taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/mojohaus/taglist-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/taglist-maven-plugin/compare/3.1.0...3.2.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:taglist-maven-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 b57ba0730..b929b5ac9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -565,7 +565,7 @@ limitations under the License.
org.codehaus.mojo
taglist-maven-plugin
- 3.1.0
+ 3.2.0
org.eclipse.sisu
From a92de8514287254c6bfa31da21f626f9a1974eb6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 22 Oct 2024 20:21:45 +0000
Subject: [PATCH 350/421] Bump org.apache.maven.plugins:maven-site-plugin from
3.20.0 to 3.21.0
Bumps [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.20.0 to 3.21.0.
- [Release notes](https://github.com/apache/maven-site-plugin/releases)
- [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.20.0...maven-site-plugin-3.21.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-site-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 b929b5ac9..fd0acefaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -536,7 +536,7 @@ limitations under the License.
org.apache.maven.plugins
maven-site-plugin
- 3.20.0
+ 3.21.0
true
From 3101652e227806b79cdf7b5918019fae7d85e86d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 21 Oct 2024 20:07:53 +0000
Subject: [PATCH 351/421] Bump
org.apache.maven.plugins:maven-project-info-reports-plugin
Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.7.0 to 3.8.0.
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.7.0...maven-project-info-reports-plugin-3.8.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-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 fd0acefaf..d0bc879de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -507,7 +507,7 @@ limitations under the License.
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.7.0
+ 3.8.0
org.apache.maven.plugins
From c80339510b9d0465c01e2a7a0efbe3fefe2fc892 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 21 Oct 2024 20:07:49 +0000
Subject: [PATCH 352/421] Bump org.apache.maven.plugins:maven-invoker-plugin
from 3.8.0 to 3.8.1
Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
- [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.8.0...maven-invoker-plugin-3.8.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-invoker-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 d0bc879de..ddcfcd067 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,7 +443,7 @@ limitations under the License.
org.apache.maven.plugins
maven-invoker-plugin
- 3.8.0
+ 3.8.1
${invoker.streamLogsOnFailures}
From 32133e25f04bb34be47c071a3fbcae006abb4bba Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 21 Oct 2024 20:07:43 +0000
Subject: [PATCH 353/421] Bump org.junit:junit-bom from 5.11.2 to 5.11.3
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
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 ddcfcd067..8716cc647 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@ limitations under the License.
3.15.0
2.0.0-M10
3.5.1
- 5.11.2
+ 5.11.3
check
0.9.0.M3
true
From 8c5cc4cb06a34a61629fd44bec4251fca4afc019 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 14 Oct 2024 20:35:46 +0000
Subject: [PATCH 354/421] Bump org.codehaus.mojo:taglist-maven-plugin from
3.2.0 to 3.2.1
Bumps [org.codehaus.mojo:taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/mojohaus/taglist-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/taglist-maven-plugin/compare/3.2.0...3.2.1)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:taglist-maven-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 8716cc647..8b3b15b64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -565,7 +565,7 @@ limitations under the License.
org.codehaus.mojo
taglist-maven-plugin
- 3.2.0
+ 3.2.1
org.eclipse.sisu
From 1b0e1f75e5d88331902ea62221ed7f8efc96a8ad Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 4 Nov 2024 20:57:21 +0000
Subject: [PATCH 355/421] Bump mavenPluginToolsVersion from 3.15.0 to 3.15.1
Bumps `mavenPluginToolsVersion` from 3.15.0 to 3.15.1.
Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.15.0 to 3.15.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1)
Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.15.0 to 3.15.1
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.15.0...maven-plugin-tools-3.15.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-plugin-report-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 8b3b15b64..4514a6e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,7 +342,7 @@ limitations under the License.
2024-09-25T19:34:33Z
true
2.43.0
- 3.15.0
+ 3.15.1
2.0.0-M10
3.5.1
5.11.3
From 570e3762de0e491caa4fc73a6a5822e68886ef26 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 4 Nov 2024 20:57:14 +0000
Subject: [PATCH 356/421] Bump org.apache.maven.plugins:maven-jxr-plugin from
3.5.0 to 3.6.0
Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/apache/maven-jxr/releases)
- [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.5.0...jxr-3.6.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jxr-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 4514a6e32..fee580d4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,7 +462,7 @@ limitations under the License.
org.apache.maven.plugins
maven-jxr-plugin
- 3.5.0
+ 3.6.0
org.apache.maven.plugins
From 80098cf9150356480d9e4db0a9d79a44dc15b39d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 4 Nov 2024 20:57:11 +0000
Subject: [PATCH 357/421] Bump org.apache.maven.plugins:maven-pmd-plugin from
3.25.0 to 3.26.0
Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.25.0 to 3.26.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.25.0...maven-pmd-plugin-3.26.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-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 fee580d4b..2adf37f0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -492,7 +492,7 @@ limitations under the License.
org.apache.maven.plugins
maven-pmd-plugin
- 3.25.0
+ 3.26.0
${maven.compiler.source}
From c498c4cf8c5c63774b9cf17df294d801842fc0c3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 4 Nov 2024 20:56:57 +0000
Subject: [PATCH 358/421] Bump org.apache.maven.plugins:maven-javadoc-plugin
from 3.10.1 to 3.11.1
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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 2adf37f0f..d52486b47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,7 +451,7 @@ limitations under the License.
org.apache.maven.plugins
maven-javadoc-plugin
- 3.10.1
+ 3.11.1
true
en
From f529a29fb4f8879cdb34f06409d27a8f9be8bf84 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 4 Nov 2024 20:57:07 +0000
Subject: [PATCH 359/421] Bump mavenSurefireVersion from 3.5.1 to 3.5.2
Bumps `mavenSurefireVersion` from 3.5.1 to 3.5.2.
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2)
Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2)
Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-failsafe-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 d52486b47..974f3ebca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,7 @@ limitations under the License.
2.43.0
3.15.1
2.0.0-M10
- 3.5.1
+ 3.5.2
5.11.3
check
0.9.0.M3
From 1d39078851d0440bc35a2f39ed1c634a699247ff Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 6 Nov 2024 20:55:39 +0000
Subject: [PATCH 360/421] Bump org.apache.maven.plugins:maven-checkstyle-plugin
Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.5.0 to 3.6.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.5.0...maven-checkstyle-plugin-3.6.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-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 974f3ebca..d341700ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,7 +375,7 @@ limitations under the License.
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.5.0
+ 3.6.0
config/maven_checks.xml
From 78af7c9e93bd7ee234bd51893b45e52382ae5790 Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Sun, 24 Nov 2024 12:18:50 +0100
Subject: [PATCH 361/421] Update Fluido Skin to 2.0.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d341700ed..a45c6fa80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@ limitations under the License.
true
2.43.0
3.15.1
- 2.0.0-M10
+ 2.0.0
3.5.2
5.11.3
check
From bde5004bab67a0eac251ddf2fb8e7e54c56b4118 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 9 Dec 2024 20:33:05 +0000
Subject: [PATCH 362/421] Bump org.apache.maven.plugins:maven-javadoc-plugin
from 3.11.1 to 3.11.2
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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 a45c6fa80..5018c9d6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,7 +451,7 @@ limitations under the License.
org.apache.maven.plugins
maven-javadoc-plugin
- 3.11.1
+ 3.11.2
true
en
From 455125c0a924de3d08068237d9d2faf1ea205dcf Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 10 Dec 2024 20:38:41 +0000
Subject: [PATCH 363/421] Bump org.apache.maven.plugins:maven-invoker-plugin
from 3.8.1 to 3.9.0
Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
- [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.8.1...maven-invoker-plugin-3.9.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-invoker-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 5018c9d6f..68b676882 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,7 +443,7 @@ limitations under the License.
org.apache.maven.plugins
maven-invoker-plugin
- 3.8.1
+ 3.9.0
${invoker.streamLogsOnFailures}
From 783bbe0048e12ee26eb31b5ae8ee78ed3f5764fc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 16 Dec 2024 20:56:30 +0000
Subject: [PATCH 364/421] Bump org.junit:junit-bom from 5.11.3 to 5.11.4
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
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 68b676882..8bb7ed059 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@ limitations under the License.
3.15.1
2.0.0
3.5.2
- 5.11.3
+ 5.11.4
check
0.9.0.M3
true
From f13041a94770fbd4c2775f772fb5eb3e6373c14b Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Mon, 16 Dec 2024 22:57:22 +0100
Subject: [PATCH 365/421] Bump maven-fluido-skin to 2.0.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8bb7ed059..8fc17f465 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@ limitations under the License.
true
2.43.0
3.15.1
- 2.0.0
+ 2.0.1
3.5.2
5.11.4
check
From cf36e165d3fba95410cf1a13d384d5572e4a7541 Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Mon, 16 Dec 2024 23:02:17 +0100
Subject: [PATCH 366/421] Apply formatting with spotless-plugin by default
same as with ASF parent pom
---
pom.xml | 24 +-----------------------
1 file changed, 1 insertion(+), 23 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8fc17f465..236eea2e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,7 +346,7 @@ limitations under the License.
2.0.1
3.5.2
5.11.4
- check
+ apply
0.9.0.M3
true
@@ -865,27 +865,5 @@ limitations under the License.
-
- format-check
-
-
- !format
-
-
-
- check
-
-
-
- format
-
-
- format
-
-
-
- apply
-
-
From 3bfece4356331a2f9ff4f7d47a794a73e6498374 Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Mon, 16 Dec 2024 22:59:14 +0100
Subject: [PATCH 367/421] Bump minimalMavenBuildVersion to 3.6.3
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 236eea2e9..b372cb68b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,7 +331,7 @@ limitations under the License.
8
- 3.2.5
+ 3.6.3
${javaVersion}
${javaVersion}
From 687a6fb3a6ca88f1385d1588d3110875eea97465 Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Wed, 25 Dec 2024 14:08:59 +0100
Subject: [PATCH 368/421] Sync license header with ASF
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b372cb68b..6cac482e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ limitations under the License.
- Apache License, Version 2.0
+ Apache-2.0
https://www.apache.org/licenses/LICENSE-2.0.txt
repo
From b90c15874c69916f99ad539dbbfe2c8d5553ce66 Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Wed, 1 Jan 2025 20:33:38 +0100
Subject: [PATCH 369/421] Spotless plugin - format .md files
---
README.md | 2 +-
pom.xml | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cbd21a612..fe3c96bdc 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
Plexus Parent POM
-============
+=================
[](https://search.maven.org/artifact/org.codehaus.plexus/plexus)
diff --git a/pom.xml b/pom.xml
index 6cac482e0..3287220ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -602,6 +602,15 @@ limitations under the License.
true
+
+
+ **/*.md
+
+
+ target/**
+
+
+
true
From 15e5a4ca397072e93d51a2e1e7599ffbe4c72924 Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Wed, 1 Jan 2025 20:45:18 +0100
Subject: [PATCH 370/421] Accept all line endings in spotless
---
pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3287220ee..fad5aae71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ limitations under the License.
https://oss.sonatype.org/content/repositories/plexus-snapshots
2024-09-25T19:34:33Z
true
- 2.43.0
+ 2.44.0.BETA4
3.15.1
2.0.1
3.5.2
@@ -595,6 +595,8 @@ limitations under the License.
javax,java,,\#
+
+ PRESERVE
false
From da837553dd9bea2d31ee47ac7f19bd2c31cb35f7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 7 Jan 2025 20:45:03 +0000
Subject: [PATCH 371/421] Bump com.diffplug.spotless:spotless-maven-plugin
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.0.BETA4 to 2.44.1.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](https://github.com/diffplug/spotless/compare/maven/2.44.0.BETA4...maven/2.44.1)
---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-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 fad5aae71..ca3353b96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ limitations under the License.
https://oss.sonatype.org/content/repositories/plexus-snapshots
2024-09-25T19:34:33Z
true
- 2.44.0.BETA4
+ 2.44.1
3.15.1
2.0.1
3.5.2
From 331a3bbe4afa21fe2d58608cb749ca9a05f246da Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 15 Jan 2025 20:43:22 +0000
Subject: [PATCH 372/421] Bump com.diffplug.spotless:spotless-maven-plugin from
2.44.1 to 2.44.2
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.1 to 2.44.2.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](https://github.com/diffplug/spotless/compare/maven/2.44.1...maven/2.44.2)
---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-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 ca3353b96..e6fa46520 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,7 +341,7 @@ limitations under the License.
https://oss.sonatype.org/content/repositories/plexus-snapshots
2024-09-25T19:34:33Z
true
- 2.44.1
+ 2.44.2
3.15.1
2.0.1
3.5.2
From b06de4364370eb483896908c6ee999aa43d805b2 Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Mon, 20 Jan 2025 22:52:55 +0100
Subject: [PATCH 373/421] Move maven.compiler.release to main part of pom
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e6fa46520..b1993a147 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,6 +334,7 @@ limitations under the License.
3.6.3
${javaVersion}
${javaVersion}
+ ${javaVersion}
none
true
@@ -854,7 +855,6 @@ limitations under the License.
- ${javaVersion}
config/maven_checks_nocodestyle.xml
From c223e1743b0c446c82eff4e792236316eb5fad04 Mon Sep 17 00:00:00 2001
From: Sylwester Lachiewicz
Date: Mon, 20 Jan 2025 22:54:04 +0100
Subject: [PATCH 374/421] Cleanup site menu
---
src/site/site.xml | 36 ++++++++++++++----------------------
1 file changed, 14 insertions(+), 22 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index f85d50962..59edeea41 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -50,28 +50,20 @@
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+