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 zcmV)>K!d-DP)N9gh7Ng0E(iBuIo?NfUJr>E{iJ|chxmx zSagG%jElNpLZW04kTAf^Fgf*foX%Zc@t*JZ$3182)a{$9r$NCw&vU1`r>g6od%}C( zF9X$9ZPiw7)mClQR&CW*ZPiw7)mClQrW#d;;Ey`)=J>Pgwc4t!+Nxmqk_JBlAdH_i z0P0H`KUZ6|Ra+GdUsB*lLi|-N(P^&(WCtJxzy#O?jQrlVKmRlUTU|x`?9UT9|cLb6YOfu4nYE@4^MEdtul1o#y| z`h227mv`5k-);N0w=zF^5I`Eh1b|5Z(+U(dL#(!HtF}LJW=I|Y@j`(iSNIwBd5zSB zxKt1|TR>wS(AEURI)L~hKr97#1z@iRvg?To^MKKSZkBG(Od00KngLhV-@J={-)IUa(0R9uezcgGq`dAebs?2bV{}b=( z_W^vm;mXlHRfwp9VF)8!vjP}P&YsXQf*DpM&>kjDq6&s?1QUQ< z=e_Bp0AUy-^m^a@e__7|vr3|3H&N3Ui9UUql>hfB<|p=}WW~*(q^pz8^R8M4Oj2}_ zIPCcx86P;n3IrJ?A44}oeX+B_%>Xu4w_3HmM8UAQJ{S-v0=Na;A}aIJ-(9J})%iS; zJV}U4{!_~MHO!A}gQK$>SD=_xphQ4y!|aBa1AsCkfxHI6f&ySK|H2m~AWq)Uay@{n zUSj*@8x2>Eez*!7RWLMmb74&w(D(yYIBSZ|yr=?^+53BlxLt_Xe$lpjJ`Nn(10W8^ zx=TuQW&rD=_cxlMn|Z`GfG}r>>IJ+6B2W})RDq+~UNo&zMZG1&o128#IOH(IFwr=Q zbr}JG7A6||vC>NJp?>12XKedR-vDq3KtF(C08@&o#evpVqBSQFb-#jW{wsjml|<(F zRi@Ll?I$wKw;Td+0Kj$t&jNT3z;+gKrhjnlZ1HVMMNStJGOX8 zTd{Q*o@RzGTAiT+hfURORc$YIFeCtw^1su-fBzgnCmbKSV}WB&wyeuuOVrfr4N74; zJu*Nr4=I0^XMQ?sh>sZnIp!m7Fpm8JmPK@SyAbCrB8ta?f!03~M1MwzQ(tM@ckeSm zN?VpSKxN?Q6o;6%Ze@PO2BNlO{GKIHSmpzHmx!Fji!>&A@`jcefII&T7@-$Kd}YIx zqs1ze{CR<)i5|AvxYGc}fStQ-`kv%|W1z_QiAUVVQZBdkT%v=U)e*c=@Oa7?se zGl8(cz-ZoJg&BA!Xn0Woq5^{|BdoSRD>0c3rgVfQIo~r;WInW&sQV;ut8zF{Fpo3y z*1YlEht>BFJD`g+N^UQt`kw^$)k*oVZCPiXJG)^h^+Sjg*GRdyPu+hUj^0oMRa$+_ z29P6a;@Rm5K0D(5d)Ys7+P>b+3J{Y>to)yjws$y4n$r6h)dzA~W-0?N8_ykxfhTi=tJn#?@8@!_v;T)n-luEt5gwVX*kfU_Mk--(`Z~ zKJ_}Rm|4yM3(H}Ks0Fy0dGKDMg_nA>(rDIcqWU@jE$V6lPzT4|MuWc6TQ(D5FZBjK z4rIm5eMOXf3$<=E_eT(sDdg2xRWk7P=HqJ;_yYhz^wNnQRLW>DdrtrX(2whSZVBL| zYNX1a4;bnVp>>ARU^qFVmP8OE3Ij&w-hu*$2?d7z20I*4Y}C*hLMWiB0WisY;2vP% zrQXRPqPpoMVgTv^Gy-TqdCagDZ>13L>LTKlze<1uHe64T@#Oi;Qsb46QNX_(fty+% z$@(+zBV$_?D-TL?@qG5(-9PsDxzg`9$3VEo!_0UjpNHoTI+)n!IV*j(u*1%4W6t)T zvl)9-&_@n=eZjyG#-^1e(XM8mv!{dHTf9V5-413AW;mwU;IIP1F{Mi^8h@nIhbe3G z_RYZQu6gu}esRC*&k3QxwN70+cGxmLWE0Il&gmvquwEDr@#uM>Ey-mY-LkG-0JNM1 z$hFMHV}SfIK%o;T)&jDQNG6#@4v0+v)({ZeON4E})FZb2<3}I+#N>NA8|f1gdho`RoNzk2PF5`o*I>nB0dF3;;IOC|tq3o2m9F z1Z+$Yv^@@hxmu5YhcbBpID8IfcS=4vTL7PJa#yb$fdb%V{`aPkMVV$`S~EjGOLES| zob(_nfE*d{*4YIy)fr&M3j9(^1WzjV>B=S(TN@@0d$+U%il&I{PW3-mr?63f<@HIT zvtGe$zX6!s1Z0;vq`M^Yxo=4%Q$Q{S$AxMwz!w655SLGG{9MiLz`oZ@`TfmC-*x|s zv)nl3)pw!`l0v-VBIfiJL?h>vJIbTLeD50OEmJ6WhjJ&|@M}Vd4>thqR|AKxA}ZFK z>m{879^aq9VJP^wQi7_BCOcXx^#P3oN)YN2gqj3U6L!rm9)$6I%$Q%Y1sowGvte9En4b{WECJ{e=Fy9R z;f=s^Nn*92fGfRjq^F@TH5h?*V(=ng6Gza7{T94ZJ~mO!xm~B>XdYQ%O9}t&5g`q8xCU2aE8J zJedn16qfb%vzap=2L@m1ESO4?Sx~^3m5=FzyPEO9&NpU&!(Wi{2e)Bn4Hqw0A(v>h zG%my?^N3nk0Ad5PeF`vs4pDA?l*8rfpKkn>lu!PLy7vg2xbg{<`=pjVgb)|SfsLOf zI&h7@x@6{j_KaG1(|7*j$5P&S6M#WDZeOD)c{xaDFT65oS?iVnwetb71VA^lJQm2T z0VdW0{S7l&IefX}B>C0z%nm*cDerjHL_pXK*+ewr8qu-q6^%Ox_~kzs*W zSVV7q4fEl@0d|~UvO5L!iz~pLY%`E~4S?4WtmqQp9TF_sZKL@7%`ysL>QwigVBS?5o#5jg~q>b1k7h zNvKIEhDN20|Kx#%xaMbPU?OW_Y+7J=icpkA00Zy`2>(9LYs_Et{!KL(wbv86ngqI< z2<`O(^(jIs?l4r%4w)HKxj6p%znXCSmIHx6@7I>JT9?1`teVRgHWL;!3(RX0XsIP^ zIkW_S^TSgxo&lzEtW?}%2BSvA@z;Hks?X2H;5halR{OQ+Qmgo^hYkxEUl(mJx&V<6 zGJqAvJ+;eQ)I(b_!B3vY-1i0GnUnm~G2W8MY;vOlM8y=)e+dwKy%6uXMatiQ4cOl6 zQnTe-S3h4V9}*-aA&_JqE+i1GJp`) z>Gk~w@*X1c(HKuii1#Fkj{7(;@b^SAHk0W@VS*e2eEx3u}RaK|hcPRTMi5{WBL3 zjji&(Cr1JZ6$)tP7&MIns>Rn=M(eeHEXTlj6wr?fh{CeIwT5~02SESv{);S1O0%F; zYaFrw0U}r(4ePG`$oWrVaVuedlR!rUp|OUJ= zKc#yD%R4L_(;?8^F3{QFu)}1`(dA8K5_rRRhVaDxcnI4FR;$z|a`l^5#oyoEF0i80 zxnEb4z!!hJ9XCDM;PE^ZBAy1u%x3|)K!H#ij+<9J0w@vCw80^E5f2tpca$W7{$@i* zS!V!YSX~|=#HUYS-urW+$?jkkStWT+E6E5&hQ2Y|!d&|$qO<;i`GE&fiexjH%n?AG zBWAcX2ISU;SZM<~KPFvzG(Srnd!IzFNdVc;%~T^+BAPImCnV69gSRuZU7A5&7kzll z(x8*JkG`}w*c^v5e717A1nZ`63L2p;;XF4}J`s>Yw%>Z`8Nx8NIz(FAve4l7? zZMaAm^#CO>Pf9qB|5GRx3ZrQ2!`={XBy&9{1Ar{T@v)tP<56Knq-;WnPoB-Z?UzJ_ zhH#NQDuWJN1HtQq$WAbKTn#ji02BLA3ZR(bnll%5lVMr!T1F)6XRC)|9*6=GzPbsb zi>@UaS{uE~-u;tuvu14?kf#miX7r=5c6K3$Ls2Zr5rOdfYk&iv_qG;tpgxLuEHC9P zQ$Vlj7Lx_+Jg~FKyi)=jnt@lWrWxkg;OAZ3I{$UAKQZ~bW$hN0wF@k05ooV>*da4v z<+Y>86tw?3MLI;nHj5?d+s;}Mf5Xao0;}f>96Qg#;#PsyIzlQ=_`nZ=o1PqwD4GSQ znw#JBaLb|=Ytyn0YtyPO=U(%hVz}^|6DZhJ;noRDX*bLU6ZG@>^Q`8`oLgVg8v}t^ zq_mVw0C>tq$(79XBesJH$*0%P1i~=&gF80?*+74m`9KaB&I5%4kd#1+AX=0J7Bo68 zUtWaAe|->T8-bTy%zXRJ#tCS>SWZ4R|5>^TaHyQNVM~dN$&SEo!=TZX6r zB$&5km~T%5tP^5PDP4+w-aG)C`Du%2C4j}pRifML8Ewye^UmD=0obWn(;hfZjT1s# zwUo$yGF*JGOr(-bxPRx0E%)u%_9TFA<_8>A?U}miMk3Ng8^-|)t(lnzhBT=5kPufuzJBrn^)GQVQB!b+eO6- zfJun=H!<(Mc_t8sC1W;I_f6!P@5=zv+#4Ann*;ia%zets<7M-Kj&3KhGDRFqfT(sg zGnN|0AU6@AIReAj`pV_|(!ygtSisEm_d!Ml4TNtb8vedxgJe`*Z^dMVzt00Xx5M`Y zO7YM|0Bl)*y_CqV3qSE^E(GH_XX93*oRHu5X`uJoNGE<75Hgq_%rZZst!k4>j2uD9 zC1p|pqzxb@<>TX)wdlC$o0}krYR)|__O@d>Ev)Kt^lA%R9EK8PN<;y#) zGmo7ou&mv}vxg?}kG~1h16J~kpVXu>dfNQd$Mem~JEhneS{>If}S7(D?f)&Q8V z_OssGIsr=&fSe04SpfF>N=tW^fKUQBm^VPeoB(NztSFsCZ>=FZ<2s_DtIKDZA{qzW zV&jNpzDKh_9SS(=nheFlO#e;!@&3q`&{QGp;PG{0N zO!bfR;cb2L;9c8_dz5Z+zYr@|0L^Csb{CLaPn2C4ZEd&#)MQG`K)T=prCbjatQJ25aPOHfNk%I&Un4{-&1<;PbnkEpleNPqox3mV*bNH zq6;LD*cfe{5ST}b0NT`dHlmbsKO zVOifi8|b|udQBKpyxU)7zE3Bs9aRfWC&1`cplGHllK|pGCnUm^+vV>Il32UQI(=EY zIDK`Oh2s`Dy2FkJLNfLZOcxk~6O8BjEIhWi9ZwuM20I3pp(rh%@$*W$G4sAeBED|n zvhz1AI&}Vuc`@Ah*m~?7EFdT((;^$m*fzw(HVB%4r6Ol6K@bG81Y#B;7PC-Wo3PMW zttw^3tOR ziOB?5>-||_xq~&a8Hh>}$Q2Om)!`yS*$GpN05do-7dQAjIs5g70pz72 zB1e#3x-8~_HwK4!68wECm4b_7MWCS9=b&1j2h^GwLs{8gBmvX`JR;>Uzen`yF+jYM zNDA+9v?TKrqd+D!8`M#Y$wX^5IDL&ujmu9eA(qC3_|!rG3jv(s{Wnt)Hh*P0Co58 zM`W)8!hLGd4X6cIrkf$UAY}>pZd+DX+O;NrD89HwtXyrdQK+y)q zvy7ohiT*K0@0i5azMc5-ql*zG)Nkf94twdBqeLnZkXaXMxplEZr*9KQ4-whzT4oqd z-rf!DUg$kPGBPnCS|ymD&8m&ARXAEy9(RFZ3{EDgDS)%gxBLh=W*gDk^O>zBPLc-# zAZ%bf$Nbm?Fg@)u5@x(a|2fbZ#tkrx0!Wn_H~?=`dYDeoe*-hykn+|X^B<-RMmV5= zLW_-~hVjI9fcq^CMA`1}K6-7|-aKX|bPbC>10niWHA z1JDZOT8VbOOo){i1sS1&#zC^cQwPttiC}rH8D?hYr+Nn_9@lCQ&GvLwb8SSLHmv-b zon;K=`?z6T)87?W&()-!se`EVBq4CEx7E{6^!N2Vh_qgSMhlo&=g-P!D2j~x9}e^C za78Y}HdH41`{Bci2B6P!+-b_(+RQpcMMG_7jztmJZA-a(z+vU+a@Nz4q|8!%--rU& z!zeEyazy2D)M7G#_2DAG(c~WBiWx$%_>pGY{^>NZU!NAkYNKk9=rzPfGk+oxov;R& zqHwF(%t)76RKp{p(_+kHU-XaH4YMBKku{7$!zd-o?K1%1ETzCgytNiM?mvizFOFuV zGwR3C5IUL$+U7M{ZOc2vy479Q#jEFASl%Jf*(gw#bP7!uY(^#zOy(FmT>ygT1V(?6zFPnUR&!NhFFszBvjU$ zm_>*QC*^N4R?3Q#jF&zGIGJ{GMMky&OlBDq8OHCPv+=p#gsuOXK&kX-IhTkWx?Y?E z`)yrBqpdz+^uDfA z?P7#lht}f)3Den{fW-RBft*wr-ejRdOEL-Z*2{su4V8$-rRVJ_0;5{jrHv+iYC#Nn z7>CHR{^?}qsedCHUKdR?Ho;z^VBay`Kh7ilc+BJiqpM5)cpQ+F^wb{o(y6)3t@O1dZ=xqcs4Qb)a-3r2bNe9aCg z4e|TvnIX}dIFMa4+YB+489jo;!ytxagL!XJ%G;-bLDP?L)DVpi8m!P9D6_->0ldEQ zXY^HuyCYj%B1pHzJaLs1MG(bB$bHX8^u4CkvznC#P1Xy``qXOXp)obw)K({&7PpFJD>|*SR?WAtqC;R|i$JT2LWvnn%4SE`mbV$X0x*$b3{BpP zD}Q(ydPWl!>e>7bNFWuPL|fgh?Qu)A*QW>_4Nk_H#jVaYzsb=7nsL-l=59KYMVpLF z+JZ{8P>853BeyMqq6D%9#>ant2tRqODb(mR)5BqUwqcvDHR_`;WKX7MJ69+Go1i^< zbYy1c-w_q#z|<*3I0e}Fw?OlwM7V=_%dO0R=yQqfKq--gS=YQ?9Y`7sbB2mz%%$Qu z>eysuNq+l^^6(hA7%f!*cBpXEhgpiprIgR*nIFmk<9c$ZQOeO~S_OO6&xcXUwBq)2 zG+c-(c@_rXSq(2}p^;^Ma3e5q;!OQg_!u!~8Q9+MK!N}OAOJ~3K~$&jrIpgUbix#X zoDi>TB0BX_=E9qt{DFk%5k&6H$WP|8_LCFYJjMnmxNlpZ+;{ty;tl}Y;rJN#yAabGBv&L+aq$hw}JocPU!0^zq@bj-{%N zNg=xLA{sj_nj^OP{%Fy4c)D})1%%;cU14~BN+tK0P1*1c2=Kcn0b|=L2g2x5pW{6- zd?tW1fv!&xy?rxL;!frRw=v(b%Vk;Ddv;o_B{QT@1HAUC@CUceTrGc@<43?=!g?7TST;c5zsad5Nn90j{}CuJHv7mJuLv(h+7Y$ zF10z)P$Syg>ZpBTi&(L&UA%mGr-kJzHo3LV$wHlo&8(5a>^N!{Z6H^4^lgX6ZpNFx z^Ja`?L_}`^e|=(o@;<9Bk)GdJBhb;{u+;80C$r7sRwuhnOP!OkIuR>n==Q0A7s*S( zmO!=uth#Ot>0D4`l;1NAdFk$=L@Eg&v(|4dav=VU`5o9rKUI#DKio(3<^x3OCH~LE zs3dI8UkqgeMos{50#V{`fy?(2)!fP4_bcY#ZZrC*0Z-q^tWj>NIA%Q4(SV_FoI9fe z9eL<+de{+`$SCAOt`mq^scaa?F_4qY(-N4Jz^Ltn4-FRqmc~Px3rWY{>P*4IhRApr zC4a&xlza+px2eyvKCqa`Zk$b4UR4b*s%4OXc@{AKn#wKZYGTB)81T^!0386YF8{l1 zz=n*<3K`5(wv@lg*!JLbHjl~SG>_~%jK0VB+xy|fBkxfRY!Ky91b+T;T8~%@pv|%p z9|MZ-ipC`Td%p4d=ZPdo^h}Wm6y{%rfFKnje%Q~!$I^W^K z7E#KGZPYM1+RA>K8Q%QlLwNUpulBVV2e3B=Ci3u()ei~7JM}o=Ky1eMvKJ(||EDh> z0>JRtgHp<0{x{LNe@QgCsB*O!A~OGAsfcKFEr2f&UHm>E{Wa!a-;Ywg7~9a>1(ixT zS}@G7t6Ut`ZJZSlYJQzZsrVPu#?mjtfpl1pgyoR~qdqj4s za#1+U{e~jq3WI2(8^AY-F27OA|NUn`jvBba2uYqCo8@Ffh!3|B~QD-(}f6t78$hMI)qkJnO5Xsai5HaN9Fw7*_ky%VjW^>7wN zt7EL$VI~j!%e}|qbH6Ff!iucfLY$gvR=3P=+TOCLRV-i8X`Q*U%gIc=Q0p<1C11h0 zs`V@-qhJGX|K1MVz9ki6iT7}X=1I5lBudUpDy$+9UclqV)|# z8=fZ0EQ$_*GXZ`wcVce5f7`a_`sLm`w-$8z=%Pm9QbXC(octYnRv3rnw!Y3ASk9$0xTaMFi~vP);Wy#?hch!VI^ zsjJS!g+yofFyD8lVOe%>3OPq&a%@95OA2C!hqPW#yE`0$6P&I6{0fG=AH)t#mRNLw zW6?u-Y8!tahBQhS^Qu~+%nI+*Dqw>$psL~dS&}_MoIrqCCNoS49b{l(rGt{}7?`9D z6pBE$$UId5#tOh-!7=cR7F{QPas5JTbz=>sQgNUz>BQkS)DW6$oCA zx~k_LZPS+V!&6DDx^^1DS(L~}k{IyQ7e)xf8(&vuFj4-H%zlR;n*dz!AP+$$H}oFT zs;)6$$2R6&{{)=#TA*zcQNBJ}#Q^VuSgty373jzH-?m=v6r3-_4DfSj2|p@pvaW`= zK6pchxt{Dd{or(x1nuTxMt}HO0@$SokRca)4L~#&e9jtRQbY$MI&v~IAI!V-g<)Y; z0!{3K%lmc5z?s9_`+s&HP}l}13-&I>495&+$e5d^EXmiN3mm-Nzt7&qwjAf}{))pk zoq>DnJfe}dBcMUP5$hhJ`M_){Q<`9C_;AWN^WDD%V%vaIPY33&b@Eq6$xF$oB%OcQ z{}E-HfKxUxKYSNvW(%J)*BSv7)_W_5!=p|d*O-hReA6>rUy~@yAsA}5^>T=f;v^e! zfhX6Obg)6)aJ#kUbb`*Pr9o9TYp()NQBTDwE$*aIo~0v)a@PW{Ff+5CnRlL*c+JXr z)(LeTZ zFIhd`!ir8uXV_9lsMS_(F?Ygk%;d^5 zaHM>lI;?RpHw!juN)bBJ$%rK`7MUN;I0sP265zNMKP0hRrn53#U`zu?A%ZB&6`E9M$%19X$P<@{ z%oDQ-t0HFDL~I3vAo&15E?*K`FpN^hZqrI{yNplnjLKO6+5dbX|F|(H=4C#ImlNx3 z#$H&~7fu28KNuV)$`vjF!u>nX>A7#mO}8s%xE+p<;gC9XbC^3zvH%bhV&lIO9ePLj zT5-RZlM#$3Az^r4PS##k>5lAKr9KIiBoM+5wfDlXaQ0!z{&-{ zf_9*$k*E-lTA$l{4+N{{n7Iv3CYwnY+0y%gW($T&hj!sA|3srvHgKQm3S(M%b1r4E zoI_wc3P3EZ3kQ5N`-h&0A-7^W6R^+>O|g{*WTFC2V%jqc>R=gB;$Xi5MV+0-twZ%S zJbnEwwP(M4W$Y`77?7}3goeuVrx~Dm(JcM+m>HS8h4a3;3)}kQb3TEVXjydL>ehFy zUo?$Xsy@p6CPGuKK#kHH&ILQvmgMulb`VeZh>ESJMohB1=1EYMNTV8_*R42&NlzDD z_nb}nS~Eee2N+@mP9~WaAluCR^daEs1^{);3)+a5cLHrKK(V%D4UfY9f{cXv{X!B> zN-uSPG@ul>oHJB$v(*{aZ75l)eQK}lG`F*1W^3QPo{qW;J;jl zleDaBJDCTjrTq6vAEOpmHpUP_eCE4Ez3&c4NhXO%%w`f9gxj~C*K^yJpZ*%9TE_D^L}yAhU8RMggUR@ zD;nanPT1O{u10k=0KE;&y>$TUfVNiP#3ev#9+9Nz1RyBA8?gdFbwAW8Ff2>?KWk

z>k0quzLW8>pZEHLMZ(G>5!))Ja>obgYJ;8Ag=ko`Y2}hDPF^~Qm0bee?Q_cxwIzH@ zFXNmq$yq7)>RRsaFft^*Y?ZeCJ+Z;e6oamk|{cvpM=)=aYn!BCb|lniX0G7!qcg z!i#{y#^}8Kx~Wt#%|!eZfD5Cs z!SbJp7Fo<=rao5t1&%7Q#m!0sua2w67VC$%tgl?a-1B3iVq?!}J-V;?;CH3`>=#kW z3=%0%qq(Up>kID&_TQkkvFG~979JnSN?0Z?@Y zNGb+*s25md1MTNVb14h*XDk*`$}<^PKU;2ASSd49`ofQO5@k-PJhxow1O=wt6OfOn zu>B*jLs}ok3TI9M!O3bT?SSWGANd8$gAWkZgd8epJB@LAxFN| z{2rF{FW2972EK61-m)$e4PSBftIxjTRqLKajq*ioND)$TLNcZzJ4`v64Kq(c;H$Tv ziLc+WKM>SXv1v4>o|y*#>3k2;`9%@*M&6)GL`^HZE_m-n$KQ=(=Lsxrb8;Cr*E-p) zb^J5{OlA`p&!o`RIANfULU0e}%k1b2Kl7_6@Xx<%!)!7*5w%;)<;*-pVJ3vQw2>KC zQ|QX{v%(k5HEISXnD-V$rwgLfZvdWow>#4j5hsCxO#n6#z2k1?yFLNz8%BAIvpy^> z1Dten-;@E24FH;%pBpDS^W10##2`swxDa)-S1cwIEqVhmE-Is{=Ko1$!J2Ub9<4R< z`4E#sEy?BvcTE;~JmZW-=5^dj`ESn%arHr>++y#0Q@{i*u4ArE0MnLn3X;qE7iF9Y zfav(})weR|?<5+2WqCiGKmF=$>+P@Hn))2`?T;x#jk~I#K}kAeLY&h;wC+{R=?@W2 zYzR7Nm?hG=2l~=ER$%^kQHVvyl`x0{$eZ^g?H-zsuitUOqf-9rCV+Rs$*iNxJmi4+ zu&no8$~^FofR$$6c>(inlPI~7xU*cFa~T(6?GK6i-Z-0VL%@PspdkiKnz^ju-CD{TT8H}%H0>zOQPU7hnmVEenn9Lb4>&IQi+5p&{dV8=d` zasgxvX%NQq#Ngx~Oej#SbJ(Fh8N4(lf*r9L%mU0?GcLWj??Dr*02qW2m(~KA56vc> zQYrP01)!dsddX!S`%@B+4aIbJoi9CS|1vv7aRQD_06X2!MgS}!u2?{{sKvIg+cNW> zc}c`K0r*g*t|UYxh%Q{heB)k295MAI6k(!>=#-ccm%W3z?@L7aW`FR7Rhu~GlOH^9 z5ssTbimoPsqHM-bA3GKI?&v_@7$I-F759B80h+(ztuApGO*IGRCu0JQHH7Bc5$qTk zL;pl`fT$FHNE5Z6*4=*DX|G=QG+uU09~QOP$P`-e`2J=1$)iiKV_+XN`#EDp>%OmF z)`Ucik+2AjQtold(IO_qm2U%L$4PnpM}f{5^S*0l zs(`)qkwjBVfD^yTocjc@f0sHSb@E(OFKPn5W{VR5CW&6YyfUMS*ZbK5FzpwBFoO_8 z$-SjE$FT_^uKH)9v3Jf!JT{wcKQhMr8}0M81&;sMK4o#5^6Tsi+$_~7mCccKF7T63FjH>b_;P?2eAA+VB#VmKFECUIm{1CqC8?FNp#W@qF3Hc zWY-3dulItKa@(`ax7`jW9(NaEZ^%{=u5qVZFsvK!`sd!+o?FNAnq z8?gAJM0QQksU2RkMoKAf9010%C|Sk_h>lALan|MG;}BI+2@)Z7U+R7)EiRr~<42S`5-$mf9iQKGgQ=GaPL@*JYcWnR)rG$W1II!zBS z-~TW${S48D3E;E~iAK(GKHKq5=8--k`_{^nF4y)l-~KsZWDoqy@0vKHGoIH7@$P>I zdS4qITio|1Fh4L3OdVEhf2YEk=TNH2qdf^^5EzzGbj$kc34ryFL{qPQJmeqpPnbChJgFW0uxV@C*3}!hEh-rYEh!8jb zlDYOqDL?yJlw1+=>JMuz>u>)S;P*yb)HB~_9@{46FaK9189iti3*3oJiRiqf5a(aW zoW7E1?96EQaN5$goj7sv-Ds@oz>gn&9SSx@+Jr%CsV=bv4XKCFkaRNPENT&0&@9kY zOSti|i?Ow@p@Q{CAs`&yx3_NGiC3-LT&kH|tFqpxtUOXN!%bhh5IY8<6N9LLo`__7|h|&wZ%X?q&Yf*Man2IEh$HKy;VZP)_R~ zdJnMc`fwm5`1u(!AIdUs(P6#^;J8z5Q?EU6JS|Lv;tVh(%leNEPP(e%BA~by$eclx zJ0_a7*h_42%l4&-V9rl5Pi%Mc%q0#2iC&<%N6N4N9_4NYHf9&=dX!-J52q5PADTJA zQ5JG=0)_JL+jp&$Kl{Bp2qsI4=H^ZzuJ{pAVQEmsX@HvB3Zn4hqbff|NfP z1~{!w@Plw_sT=?>O0;1f(P>|C%7V_ONEC+x&CEHsCZzoFKLDBiDAk-EGd2_eB!#%@ z7NX&^D=8Qj4Uj$jby4oh6}%p2-yi1stwfV+qK~P2K5KfJAO9|}`ze%y0A?^mqSrSO zExr!e{lQ8Pt8!gow!nO!&TQYO*3Nd6*W@v?ud^2z3d{P|-9!^-M|;pH8`4We3it%a z?y&9au7Y>*mbq|@jS7Y_A+BB_gtfJd<;_@tQBLvT*i>d3mGXO^0!9w0lWbHS1}UOV zrxKm~Z6Z$1ZgC*w6rUYiii<3oYkz~9_#hf<2<`O(5A1rkPiE>cAUAZLkZ4H$47JH| zwAMLnu)AGgdAq=(Rwp|S1Ne^zUXEWpwXg#5GtB4C{}8K*OT7HpJF%j31WVf-AH_v2 z0`2vL`jo>C0U%!l{_)qR<2(1X&A}Xn9CAuJ;ZSxKg(XJa*Ok_CF(n`>64gAyJaz~3 z{>Om*`+@ptqBEL^maGE!Jmy1hBFZ&aK0fANDioQ2r<024;$OQJBiyZ6;V?>R0&Opy zArUQ$3Gv<`BH2{A4`C$(?*H9Vj{Qi=>;D_2tSH(V6{R4~oPr_HUT0ZX>>(<)m|f?x zN2*lh^3%CZJ|*S9{1-}j9mmy&8-;k|#lX_Pn;EanJ{Gp9a~FjzxEC8Uuy;br+ou4# zfFlmI&7+oe`Ncts^{@;i%wXqx_vxsGKBYd{r55rbwH^ql>k#7q{VP#+d9<||MUCUB zyPTHtmpg#*0d@b~O8>OaV23&N1qmVk@+2bMt5yjrOSTbRy zm}7^5Lc6yg{cOlmrIz*xW5QDf<_D+LnjAJ*;cj&uKzU7`vW!KhHJOC?;8G{;4JsI{ zFl%0AxW)Wj0l;#F>bmZ!8BhBHw!;!g{gN^DjzIj2{&YUi%z5T#Mgh!6$x&LzYp13B z`JF<%zK(g>l|*h2051`bD$?r&Ka}}5>3mz=t%*czpebQdQ(e+RbFEW{xVff?|M`6w zs|ap2@!wHxVt+$pN;Gsd(ELTM;<)AQ7M685K7kz#0`*CPWX42>@pR8GaP`kFKsrYu z{YD4_^d6g3d=zc9x7OCD>=WARV_4iGu)I@XMTdo@?E+nmj+HwVcl34z8<@)e3LpN- zxwz$-x{!VZ9X@{S-9z?ZnPI+v1lZJBo-bgw$(p?MZ_|Cuw;v!nbAq{TdC9+WHeMx& zu+9*GDPHOti$E$B*;S{WHF`<;@VA6G{tY16fJnNT$|jt7bV|ybb^{|>IB}Z|aNH?k#`BL# zdGl>VXXb#@-cN-3aJ{70z2U<`!Wdhz$oz+K=EpNbliGQf&HB>=K;f_uv1^Emt=|3c z*UK?8OL=D|ZSP5^bC?*KWQ{2C))JWQVGr3fB}cB8?u>qj59x( z1|XTA875lW<-H%Hszu0s4+ah$W`1-6Kn?SQ!$j-z%*P%>WXETx|ExsB4$G6O*XASB zz*NQn!an{_2SCvT#ZK&HSLn`ZQn zKY{yq^y1rhpN;8!P|aRM(pwS=s7>6BnnZtnZ9>#H)eze22@9H?I?LVdj%B;6$;pXW zry^H~oFKGJf#p|jJMfBc-uci~!0Fc$O)s6T#Ne$)A_n?1%nwfjc_Zc8)*SOvNmRce z{E*|2!_v|5F+V&8^i87_YdppL%n-19FYxk}KutH1w89S@ituw(!gb`pvYDUB0KFMQ zn$p(eUd0FxDp1s{(2UJzzg`OfG0VFC=R{K%Rz7K!D&xJy7Usj#w*BpA4c*LkrJvDC z&oWc^^Qs?PWY7z zBL)a&4CGiong*tI+_@GDkN7khOb$y$HBe^xS z5}mRRXjw*7tgW0GRwimQ3kK2!=B-&^P&-kZ>r!XS??uVtud6hgb_Wgv!?zv!;J3R(Tz|2 z;&fyRLF_AwWb7f-#CIVTCp4sh);fn}Y6iAY`4zU;6B>1;Jr(i6aPE~Y0+SiW(3C{) zn8bm@5_fH1hlh8sK{{teJg6k%)&ZofN0E$YP?KBoX*LRXVOM?ImX zPN2@H^`fItY>E3?J~;LlaN=y$n!!?F*~vnjd_Is`K_nAV!P<%AFBF;gjR7_~YF(&8mV zE4qQEHbB-9`5BNZbChR}*$x06$N_t@s_d?L7>v6P=zaqPhvDrY&p`?lz47bSNxK-p zvFch1V4iyL1WF-Y6hS!^l~(GkCmA*PhZH;7ph1zMn}}*tKr-&6OOS#{sLdrMP>{g1?PRy< z%QNrJ0%O{*v*226x+H@JLVf8FE1fl1sF)v(Cjhe18P1~3Jdy{V%`@-R znN0LJj3}0A)?V&2HlJ72j9#;~YD_v5_$&s*5~34M0+t<1RNn@O6u`!N{Fl3?}V|rbf5av&%+)p!yU;JQ{zyt=4rm#PfGx63DL1Di54tmZfqusCjk+| zk&Hc(nR61DC<1*2=6yM1-MHsu6s1^jU1C>*RHLOW&%u?A@D0uuEAsVZ>{Cy_|n z1_txYdvdBgg_jgCY)Ann7;0%nfg#$|&&`0<2rTL#>TCv@YJp@Dh^cT;NzQs?FzZaN z#DK7!#3p$gm@F`l6oH6!{dRMPPP&tpqrrF1cAu5dl zn7rrj8eV@)r}#?TA}|BFB4Z-U=pSbs7`CxzNaEm#ME|(Nc!rTFIFT9_0lMOz!@wL? z*wy4%XgeF7%6kndhY{*ZduF~tojG@2x|eMn)YGnm z+60+V<32)tSCjhgR%88XLtvfS7fE%Q>ri-*Dl>hYnOq_7It=vMG{txQs*9BA{S!H3 zcbU%6csPB^&Q}1?s3zAa_)-xFMv>dh!ZO-NsMlagz9#V(fE}8wtW_;8eYJWlY_Elu zGeBm-0K-uOU^Jz7SD7>WqBmNt0g8Gtwit`CUVX+5h~(;zvMtN`7 z8nf(QM%}2E8cVzvm6>m0r~DQ{HV6&KjF; z%9uc}Qk(8<)b3N$y@0hyqZeU=3k=<-vU|+)m|2`_%2;@51EjNX<)0k;cJt2xyk6_^ zrm~FDw8YR9V`!2wG9@vdW#kHu5+P>ch_0}y#?iqw*Akj)9Q|XB$_%6RaX}fVrF58H z!3MHLMkWu8XBgwtj9JZN^IhkncRW8OxRTsKZ)q$={I(~%7 z7&)1|XXY}zso~1eH@LkJ4E2V2(5KaY8Zzd}EBmth5Oo8=q|fHp5=6#ec@qlMn~gP* zbOEm)=;~|AI1Efe5_9S9Mo^xtwbodJdL5bvvzuI*jL@A8-&~vSOOJs&d2&UV;jU$% z^&K_FL#1472hRf-nxe7>L~{cMT7h05aap*=r`9<6OmQIY0ft_aYE}X?%K?Ptb#$ja zN}!Y^vnFH#S{`8NET^YxIPTuqQOZ<$F?c;5DPw-z z2ZJ65c!-DY4Q3url}115@vsb*Xl8dd)6gdan4y_|D&w(k+<7uhF}=oEqxCM}bu+_) z$NF>^YV*p+=}y*~M0wKIlL-&CE31+`8n|#YP$-;Ho`BkFxN^Hxs><_u-EarL@u6~ivSiAe^ z)jzHPq+=dn437<1Jla#;V?4}xac@HM5X*|LgJ~|;p4YyLxz>2rhT#tvCGQP+dl z8ZB0EpP+RpjC;ACGsu7f_!lX&UBB~O;sZqxoo8z~o(&j!S(Si4y$smy$tTz3`dP@# z$&+*Zd_jHk)Afe+t>Tk*@`jd}WWEuMOC&oiOkXh|tUnv#-1C#S)pdvx;+H zvkztcsJt&X0eEx6m7~QM!Mbq+l-F9A>-9-Km+<-jAUi^oHOX_isb9#yiwcG>rbZEs zO8&vHFHE1P!hZ1_t}m~J?_TsT)L4+u!TUn=wfZ8CKg1#S*Up@c9=JOOyaU z-f-pU7pt>ZZPiw7)mCj)W>{_2_B^u0GXZ=Qz$JfTUAqauR~xPzeXu%9)mClQR&CW* zWro#OZGR-D*bLxp0Nw=PoEPY}_X7ASfFFiLkyKl?Ra>=HTeVf0VYOA;p9*VS4&X!p zYv3dsUIHgQSSy_513J66&LlJfC;i(2I9bxS0(i3F%F#X5(X6&=tF~&ZwrZ=kYOA(t ztF~&ZwrZ=kYOA(ttF~&ZwrZ=kYOA(ttDyaV+kg3-il^N?00000NkvXXu0mjfE 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 +============ + +[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus.svg?label=Maven%20Central)](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 ============ -[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.codehaus.plexus%22%20a%3A%plexus%22) +[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus.svg?label=Maven%20Central)](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 @@ - + @@ -51,27 +50,27 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - + From af5cd0daa01ade337c98b04cf7eb215aec07f305 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 1 May 2023 23:11:15 +0200 Subject: [PATCH 185/421] Add myself as developer --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 658a68257..e17fd066d 100644 --- a/pom.xml +++ b/pom.xml @@ -263,6 +263,14 @@ limitations under the License. Developer + + Slawomir Jaranowski + sjaranowski + sjaranowski@apache.org + + Developer + + From 9633056ceffee0e28acd41a2072ffb1fe1a2e7cc Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 1 May 2023 14:28:15 +0200 Subject: [PATCH 186/421] Remove test-javadoc report and configuration improvements - configuration should be in one place the same for report and build - don't detect links - in most case it is not working, and we need to maintain list of links - remove javadoc for tests --- pom.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index e17fd066d..17ea0614b 100644 --- a/pom.xml +++ b/pom.xml @@ -411,6 +411,10 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin 3.5.0 + + true + en + org.apache.maven.plugins @@ -651,18 +655,11 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - - true - - http://junit.sourceforge.net/javadoc/ - - default javadoc - test-javadoc From 1967085002b7d6eca66a05bc7876a8e81d6918bf Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 3 May 2023 21:27:04 +0200 Subject: [PATCH 187/421] Drop no longer needed configuration for checkstyle plugin --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 17ea0614b..e4691d6f2 100644 --- a/pom.xml +++ b/pom.xml @@ -358,12 +358,6 @@ limitations under the License. https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt - - - com.puppycrawl.tools - checkstyle - 9.3 - org.apache.maven.shared From f98b66072e1e53c58c94d849f4e594df542125b8 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 3 May 2023 21:24:33 +0200 Subject: [PATCH 188/421] Add DependencyManagement for JUnit5 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index e4691d6f2..e49d8fdad 100644 --- a/pom.xml +++ b/pom.xml @@ -327,6 +327,7 @@ limitations under the License. true 3.8.2 1.11.2 + 5.9.3 @@ -337,6 +338,13 @@ limitations under the License. ${mavenPluginToolsVersion} provided + + org.junit + junit-bom + ${junit5Version} + pom + import + From 1fa3328185cbc4ebd79bd1956047f633df2666eb Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 3 May 2023 22:54:41 +0200 Subject: [PATCH 189/421] Add Sylwester as developer --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index e49d8fdad..fb0f4db3e 100644 --- a/pom.xml +++ b/pom.xml @@ -271,6 +271,15 @@ limitations under the License. Developer + + Sylwester Lachiewicz + slachiewicz + slachiewicz@apache.org + ASF + + Developer + + From a31af40f95fa33e2530187db4d898e5736fef442 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 3 May 2023 21:35:23 +0200 Subject: [PATCH 190/421] Sync enforcer configuration setup with ASF --- pom.xml | 53 +++++++++++------------------------------------------ 1 file changed, 11 insertions(+), 42 deletions(-) diff --git a/pom.xml b/pom.xml index fb0f4db3e..edef04585 100644 --- a/pom.xml +++ b/pom.xml @@ -555,9 +555,16 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin + + + org.codehaus.mojo + extra-enforcer-rules + 1.6.2 + + - enforce-maven + enforce-maven-and-java-bytecode enforce @@ -567,6 +574,9 @@ limitations under the License. 3.2.5 This project requires at least Maven 3.2.5 + + ${maven.compiler.target} + @@ -753,46 +763,5 @@ limitations under the License. - - pre-JEP_247 - - [7,8] - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - org.codehaus.mojo - animal-sniffer-enforcer-rule - 1.23 - - - - - check-signatures - test - - enforce - - - - - - org.codehaus.mojo.signature - java1${javaVersion} - 1.0 - - - - - - - - - - From d66da28a1a6c020dd7d38c2a5d442a33ea27f7f6 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 3 May 2023 21:53:08 +0200 Subject: [PATCH 191/421] Checkstyle license check - depend on file from released branch File in master can change or can be deleted Closes #166 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index edef04585..bb08c2106 100644 --- a/pom.xml +++ b/pom.xml @@ -372,7 +372,8 @@ limitations under the License. 3.2.2 config/maven_checks.xml - https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt + + https://github.com/codehaus-plexus/plexus-pom/blob/plexus-10/src/main/resources/config/plexus-header.txt From bacaf1cc15b1dc5e13b52c7d82c0058464d9e676 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Thu, 4 May 2023 00:53:09 +0200 Subject: [PATCH 192/421] One time spotless apply --- pom.xml | 57 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index bb08c2106..492870669 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,4 @@ - - 4.0.0 org.codehaus.plexus plexus - pom 11-SNAPSHOT + pom Plexus The Plexus project provides a full software stack for creating and executing software projects. @@ -120,160 +118,160 @@ limitations under the License. - Trygve Laugstøl trygvis + Trygve Laugstøl trygvis@codehaus.org Developer - Kenney Westerhof kenney + Kenney Westerhof kenney@codehaus.org Developer - Carlos Sanchez carlos + Carlos Sanchez carlos@codehaus.org Developer - Brett Porter brett + Brett Porter brett@codehaus.org Developer - John Casey jdcasey + John Casey jdcasey@codehaus.org Developer - Andrew Williams handyande + Andrew Williams andy@handyande.co.uk Developer - Rahul Thakur rahul + Rahul Thakur rahul.thakur.xdev@gmail.com Developer - Joakim Erdfelt joakime + Joakim Erdfelt joakim@erdfelt.com Developer - Olivier Lamy olamy + Olivier Lamy olamy@codehaus.org Developer - Hervé Boutemy hboutemy + Hervé Boutemy hboutemy@apache.org Developer - Oleg Gusakov oleg + Oleg Gusakov olegy@codehaus.org Developer - Vincent Siveton vsiveton + Vincent Siveton vsiveton@codehaus.org Developer - Kristian Rosenvold krosenvold + Kristian Rosenvold krosenvold@apache.org Developer - Andreas Gudian agudian + Andreas Gudian agudian@apache.org Developer - Karl Heinz Marbaise khmarbaise + Karl Heinz Marbaise khmarbaise@apache.org Developer - Michael Osipov michael-o + Michael Osipov 1983-01-06@gmx.net Developer - Gabriel Belingueres belingueres + Gabriel Belingueres belingueres@gmail.com Developer - Konrad Windszus kwin + Konrad Windszus kwin@apache.org Developer - Slawomir Jaranowski sjaranowski + Slawomir Jaranowski sjaranowski@apache.org Developer - Sylwester Lachiewicz slachiewicz + Sylwester Lachiewicz slachiewicz@apache.org ASF @@ -283,7 +281,7 @@ limitations under the License. - + Plexus and MojoHaus Development List mojohaus-dev+subscribe@googlegroups.com mojohaus-dev+unsubscribe@googlegroups.com @@ -299,8 +297,8 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - https://github.com/codehaus-plexus/plexus-pom/tree/master/ master + https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -329,7 +327,7 @@ limitations under the License. 8 1.${javaVersion} - 1.${javaVersion} + 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots 2022-06-09T20:48:10Z @@ -508,7 +506,8 @@ limitations under the License. maven-site-plugin 3.12.1 - true + + true @@ -578,7 +577,7 @@ limitations under the License. ${maven.compiler.target} - + @@ -708,10 +707,10 @@ limitations under the License. source-release-assembly - package single + package true From b3fba0c1d3f3547eb7d142ee3f98a2cb7babee8e Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Thu, 4 May 2023 01:20:31 +0200 Subject: [PATCH 193/421] Ignore reformat commit --- .git-blame-ignore-revs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 000000000..c9364f124 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# code reformat after spotless enabled +bacaf1cc15b1dc5e13b52c7d82c0058464d9e676 \ No newline at end of file From 001d55661f81391bfb4c5aec7982bea52b147dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Fri, 5 May 2023 08:49:56 +0200 Subject: [PATCH 194/421] javadoc notimestamp, to avoid noise in gh-pages (#170) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 492870669..1f614954d 100644 --- a/pom.xml +++ b/pom.xml @@ -424,6 +424,7 @@ limitations under the License. true en + true From ed014f5faf47fa3bb69e6bd13b83caf56fe24c3c Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 7 May 2023 00:13:38 +0200 Subject: [PATCH 195/421] [maven-release-plugin] prepare release plexus-11 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1f614954d..0e461bb1a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 11-SNAPSHOT + 11 pom Plexus @@ -297,7 +297,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-11 https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -330,7 +330,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2022-06-09T20:48:10Z + 2023-05-06T22:13:35Z true 3.8.2 1.11.2 From 881b021517ea35374eb833b202e79d8188a0e415 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 7 May 2023 00:13:46 +0200 Subject: [PATCH 196/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 0e461bb1a..816460dce 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 11 + 12-SNAPSHOT pom Plexus @@ -297,7 +297,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-11 + master https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -330,7 +330,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-06T22:13:35Z + 2023-05-06T22:13:46Z true 3.8.2 1.11.2 From 02e5b0682b159cf565136e0bda14c9deefd99ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 20:56:59 +0000 Subject: [PATCH 197/421] Bump maven-gpg-plugin from 3.0.1 to 3.1.0 Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.0.1 to 3.1.0. - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-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 816460dce..1a4af4ac6 100644 --- a/pom.xml +++ b/pom.xml @@ -405,7 +405,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 org.apache.maven.plugins From 35e2ff7adce1f48b95f5b04a5408858e669454f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 20:57:03 +0000 Subject: [PATCH 198/421] Bump maven-surefire-plugin from 3.0.0 to 3.1.0 Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-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 1a4af4ac6..eaf1fdebf 100644 --- a/pom.xml +++ b/pom.xml @@ -519,7 +519,7 @@ limitations under the License. org.apache.maven.plugins maven-surefire-plugin - 3.0.0 + 3.1.0 org.apache.maven.plugins From c0f2ee2443e1b4528c8931c549c449a983b02934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 20:56:54 +0000 Subject: [PATCH 199/421] Bump maven-surefire-report-plugin from 3.0.0 to 3.1.0 Bumps [maven-surefire-report-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-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 eaf1fdebf..4cdbe0100 100644 --- a/pom.xml +++ b/pom.xml @@ -524,7 +524,7 @@ limitations under the License. org.apache.maven.plugins maven-surefire-report-plugin - 3.0.0 + 3.1.0 org.codehaus.mojo From 27ceadd7ffd7e31deadb88f4ffecdc7d0b2f91d6 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 8 May 2023 16:53:09 +0200 Subject: [PATCH 200/421] Correct location of Checkstyle header --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4cdbe0100..ad13ad953 100644 --- a/pom.xml +++ b/pom.xml @@ -370,8 +370,8 @@ limitations under the License. 3.2.2 config/maven_checks.xml - - https://github.com/codehaus-plexus/plexus-pom/blob/plexus-10/src/main/resources/config/plexus-header.txt + + https://raw.githubusercontent.com/codehaus-plexus/plexus-pom/plexus-11/src/main/resources/config/plexus-header.txt From e38987428258020e9fc92e15218af461600a9b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 20:57:04 +0000 Subject: [PATCH 201/421] Bump mavenPluginToolsVersion from 3.8.2 to 3.9.0 Bumps `mavenPluginToolsVersion` from 3.8.2 to 3.9.0. Updates `maven-plugin-annotations` from 3.8.2 to 3.9.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.2...maven-plugin-tools-3.9.0) Updates `maven-plugin-plugin` from 3.8.2 to 3.9.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.2...maven-plugin-tools-3.9.0) Updates `maven-plugin-report-plugin` from 3.8.2 to 3.9.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.2...maven-plugin-tools-3.9.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 ad13ad953..af8b7e0a3 100644 --- a/pom.xml +++ b/pom.xml @@ -332,7 +332,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-05-06T22:13:46Z true - 3.8.2 + 3.9.0 1.11.2 5.9.3 From 42e100e910a03f8d505a37d76aae601c8911fb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 20:56:45 +0000 Subject: [PATCH 202/421] Bump maven-pmd-plugin from 3.20.0 to 3.21.0 Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.20.0 to 3.21.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.20.0...maven-pmd-plugin-3.21.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 af8b7e0a3..d69a0dc8d 100644 --- a/pom.xml +++ b/pom.xml @@ -460,7 +460,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.20.0 + 3.21.0 ${maven.compiler.source} From c69f81c3689796f1cef09670caac0c2a7b01f350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 20:56:50 +0000 Subject: [PATCH 203/421] Bump maven-assembly-plugin from 3.5.0 to 3.6.0 Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.5.0 to 3.6.0. - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.5.0...maven-assembly-plugin-3.6.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 d69a0dc8d..738d378b2 100644 --- a/pom.xml +++ b/pom.xml @@ -362,7 +362,7 @@ limitations under the License. org.apache.maven.plugins maven-assembly-plugin - 3.5.0 + 3.6.0 org.apache.maven.plugins From 7f5f4433a9b20d4becbdbea2b757d7f40536eb2c Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 16 May 2023 18:15:23 +0200 Subject: [PATCH 204/421] Add spotless plugin configuration (#169) * Add spotless plugin configuration * Use two profiles for spotless --------- Co-authored-by: Guillaume Nodet --- pom.xml | 104 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 91 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 738d378b2..734a59eb5 100644 --- a/pom.xml +++ b/pom.xml @@ -332,9 +332,11 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-05-06T22:13:46Z true + 2.36.0 3.9.0 1.11.2 5.9.3 + check @@ -424,7 +426,8 @@ limitations under the License. true en - true + + true @@ -550,6 +553,41 @@ limitations under the License. + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-maven-plugin.version} + + + + + + + + javax,java,,\# + + + + + false + + true + + + + true + + + + + spotless-check + + ${spotless.action} + + process-sources + + + @@ -641,18 +679,6 @@ limitations under the License. org.apache.maven.plugins maven-surefire-report-plugin - - org.apache.maven.plugins - maven-checkstyle-plugin - - - default - - checkstyle - - - - org.apache.maven.plugins maven-pmd-plugin @@ -764,5 +790,57 @@ limitations under the License. + + + java11+ + + [11,) + + + + ${javaVersion} + + config/maven_checks_nocodestyle.xml + + + + + + + com.diffplug.spotless + spotless-maven-plugin + + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${checkstyle.spotless.config} + + + + + + + format-check + + + !format + + + + check + + + + format + + + format + + + + apply + + From 690ee247efd65430bd74f26a27741aeeb63b9af9 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 16 May 2023 18:31:43 +0200 Subject: [PATCH 205/421] Add a deploy build (#178) --- .github/workflows/maven.yml | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 797e3a50b..fd924e7dd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,26 +21,11 @@ on: [push, pull_request] jobs: build: - - strategy: - matrix: - os: [ubuntu-latest] - java: [8, 11, 17] - jdk: [temurin] - fail-fast: false - - runs-on: ${{ matrix.os }} - - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Set up JDK - uses: actions/setup-java@v3 - with: - java-version: ${{ matrix.java }} - distribution: ${{ matrix.jdk }} - cache: 'maven' - - - name: Build with Maven - run: mvn install -e -B -V + name: Build it + uses: codehaus-plexus/.github/.github/workflows/maven.yml@v0.0.5 + + deploy: + name: Deploy + needs: build + uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master + secrets: inherit From 0c0a8df01908a42deab5365dfc355ab269b7afa1 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 14:35:00 +0200 Subject: [PATCH 206/421] Add myself --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 734a59eb5..a763375bb 100644 --- a/pom.xml +++ b/pom.xml @@ -278,6 +278,15 @@ limitations under the License. Developer + + gnodet + Guillaume Nodet + gnodet@apache.org + ASF + + Developer + + From 0779cba67462804d5ed4c6adb48e428d3a12e5c8 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 14:35:27 +0200 Subject: [PATCH 207/421] [maven-release-plugin] prepare release plexus-12 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a763375bb..a6ef65ee3 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 12-SNAPSHOT + 12 pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-12 https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -339,7 +339,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-06T22:13:46Z + 2023-05-22T12:35:25Z true 2.36.0 3.9.0 From aea5dc9f378637e91180d9cf7b6b9cad211839a6 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 14:35:30 +0200 Subject: [PATCH 208/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 a6ef65ee3..31f82f53e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 12 + 13-SNAPSHOT pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-12 + master https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -339,7 +339,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-22T12:35:25Z + 2023-05-22T12:35:30Z true 2.36.0 3.9.0 From b9cb4fad9608a5e864c3ba3518870ebfdf94dcc3 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 17:01:14 +0200 Subject: [PATCH 209/421] Fix site links (#179) * Fix site link to parent pom * Add missing link to plexus-xml * Remove broken parent breadcrumb --- src/site/site.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index ab7776e5c..897ea863f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -39,7 +39,6 @@ - @@ -67,10 +66,11 @@ - + + From 5a42760b530617a26b523d2b43db877b0e2b2c28 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 17:02:16 +0200 Subject: [PATCH 210/421] [maven-release-plugin] prepare release plexus-13 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 31f82f53e..d12f3e63a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 13-SNAPSHOT + 13 pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-13 https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -339,7 +339,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-22T12:35:30Z + 2023-05-22T15:02:14Z true 2.36.0 3.9.0 From 60c1b5ca0cab19febe3f799d4c914fe953fa2952 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Mon, 22 May 2023 17:02:18 +0200 Subject: [PATCH 211/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 d12f3e63a..a837e84a0 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 13 + 14-SNAPSHOT pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-13 + master https://github.com/codehaus-plexus/plexus-pom/tree/master/ @@ -339,7 +339,7 @@ limitations under the License. 1.${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-22T15:02:14Z + 2023-05-22T15:02:18Z true 2.36.0 3.9.0 From f482aa6125e33f485d7b6387104aa183903a8460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Wed, 24 May 2023 17:01:37 +0200 Subject: [PATCH 212/421] fix site descriptor (revert partially PR #161) --- pom.xml | 2 +- src/site/site.xml | 38 ++++++++++++++++++++------------------ 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index a837e84a0..477d6ff43 100644 --- a/pom.xml +++ b/pom.xml @@ -307,7 +307,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} master - https://github.com/codehaus-plexus/plexus-pom/tree/master/ + https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ diff --git a/src/site/site.xml b/src/site/site.xml index 897ea863f..8ee2f56be 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -39,6 +39,8 @@ + + @@ -49,28 +51,28 @@ - - + + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - - + + From a417bacbb506ee9523612b10d5f2f91b6c012f7d Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Fri, 26 May 2023 20:41:58 +0200 Subject: [PATCH 213/421] Set compiler.source and compiler.target to javaVersion property without "1.x" prefix --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 477d6ff43..0745657c1 100644 --- a/pom.xml +++ b/pom.xml @@ -335,8 +335,8 @@ limitations under the License. 8 - 1.${javaVersion} - 1.${javaVersion} + ${javaVersion} + ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-05-22T15:02:18Z From f6761570a49c1f6b6dacc59b98996b9b6b301e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 20:56:37 +0000 Subject: [PATCH 214/421] Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.3 to 3.4.4. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.3...maven-project-info-reports-plugin-3.4.4) --- 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 0745657c1..6faeac63b 100644 --- a/pom.xml +++ b/pom.xml @@ -487,7 +487,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.4.3 + 3.4.4 org.apache.maven.plugins From 7c40fe0dd66c3137d840015f8ed60da627db7eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 20:56:41 +0000 Subject: [PATCH 215/421] Bump spotless-maven-plugin from 2.36.0 to 2.37.0 Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.36.0 to 2.37.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.36.0...lib/2.37.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-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 6faeac63b..d3b784fe5 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-05-22T15:02:18Z true - 2.36.0 + 2.37.0 3.9.0 1.11.2 5.9.3 From ad28f864d066e2fe3a9e243a6ef68b18c03adb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 20:56:55 +0000 Subject: [PATCH 216/421] Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.2 to 3.3.0. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.2.2...maven-checkstyle-plugin-3.3.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 d3b784fe5..b931107a6 100644 --- a/pom.xml +++ b/pom.xml @@ -378,7 +378,7 @@ limitations under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.2.2 + 3.3.0 config/maven_checks.xml From 8ab68f7487122673b712075000aa5c1a25d3ff77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 20:56:50 +0000 Subject: [PATCH 217/421] Bump maven-source-plugin from 3.2.1 to 3.3.0 Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0. - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b931107a6..08a386d1d 100644 --- a/pom.xml +++ b/pom.xml @@ -526,7 +526,7 @@ limitations under the License. org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 org.apache.maven.plugins From 47a6e1e0bd709e0e1b5884c5d818a17e050c5540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 20:56:45 +0000 Subject: [PATCH 218/421] Bump extra-enforcer-rules from 1.6.2 to 1.7.0 Bumps [extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.6.2 to 1.7.0. - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases) - [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.6.2...1.7.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 08a386d1d..008176998 100644 --- a/pom.xml +++ b/pom.xml @@ -607,7 +607,7 @@ limitations under the License. org.codehaus.mojo extra-enforcer-rules - 1.6.2 + 1.7.0 From 26d8e8a9bbf016268669fc561f0772e636ad237e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 20:56:44 +0000 Subject: [PATCH 219/421] Bump maven-release-plugin from 3.0.0 to 3.0.1 Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0...maven-release-3.0.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 008176998..eed53dbc4 100644 --- a/pom.xml +++ b/pom.xml @@ -492,7 +492,7 @@ limitations under the License. org.apache.maven.plugins maven-release-plugin - 3.0.0 + 3.0.1 deploy forked-path From e6059228e3099d64a21e56a7e37ad5514dd32e8b Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Fri, 26 May 2023 18:36:21 +0200 Subject: [PATCH 220/421] Add pluginManagement for failsafe plugin. Upgrade to 3.1.2 --- pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index eed53dbc4..e3fb5ce31 100644 --- a/pom.xml +++ b/pom.xml @@ -344,6 +344,7 @@ limitations under the License. 2.37.0 3.9.0 1.11.2 + 3.1.2 5.9.3 check @@ -531,12 +532,22 @@ limitations under the License. org.apache.maven.plugins maven-surefire-plugin - 3.1.0 + ${mavenSurefireVersion} org.apache.maven.plugins maven-surefire-report-plugin - 3.1.0 + ${mavenSurefireVersion} + + + org.apache.maven.plugins + maven-failsafe-plugin + ${mavenSurefireVersion} + + + org.apache.maven.plugins + maven-failsafe-report-plugin + ${mavenSurefireVersion} org.codehaus.mojo From d65ae8b5d2608818ef7089832ef7246b11d80362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:56:33 +0000 Subject: [PATCH 221/421] Bump maven-clean-plugin from 3.2.0 to 3.3.1 Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.2.0...maven-clean-plugin-3.3.1) --- 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 e3fb5ce31..76033752c 100644 --- a/pom.xml +++ b/pom.xml @@ -397,7 +397,7 @@ limitations under the License. org.apache.maven.plugins maven-clean-plugin - 3.2.0 + 3.3.1 org.apache.maven.plugins From ebcdad64eae5c4fa04538390f7bee14cb068f16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 20:56:47 +0000 Subject: [PATCH 222/421] Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.4 to 3.4.5. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.4...maven-project-info-reports-plugin-3.4.5) --- 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 76033752c..8dcfc33c7 100644 --- a/pom.xml +++ b/pom.xml @@ -488,7 +488,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.4.4 + 3.4.5 org.apache.maven.plugins From 1ea65515d2e089cbe5cddc5419030beb4d51d1dc Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 2 Jul 2023 13:06:23 +0200 Subject: [PATCH 223/421] Add pluginManagement for sisu-maven-plugin --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 8dcfc33c7..a48dd3f77 100644 --- a/pom.xml +++ b/pom.xml @@ -347,6 +347,7 @@ limitations under the License. 3.1.2 5.9.3 check + 0.9.0.M2 @@ -554,6 +555,20 @@ limitations under the License. taglist-maven-plugin 3.0.0 + + org.eclipse.sisu + sisu-maven-plugin + ${sisuMavenPluginVersion} + + + generate-index + + main-index + test-index + + + + org.codehaus.plexus plexus-component-metadata From debc62c1f44619c81e5dbc289fdedd9b2847c598 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 13 Jul 2023 20:07:17 +0200 Subject: [PATCH 224/421] Remove maven-failsafe-report-plugin There is no such plugin --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index a48dd3f77..2bd1f8153 100644 --- a/pom.xml +++ b/pom.xml @@ -545,11 +545,6 @@ limitations under the License. maven-failsafe-plugin ${mavenSurefireVersion} - - org.apache.maven.plugins - maven-failsafe-report-plugin - ${mavenSurefireVersion} - org.codehaus.mojo taglist-maven-plugin From 965b8205b199064d61d53c72c2f1fb6fd65bf1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 20:29:26 +0000 Subject: [PATCH 225/421] Bump spotless-maven-plugin from 2.37.0 to 2.38.0 Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.37.0 to 2.38.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.37.0...lib/2.38.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-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 2bd1f8153..0589faf0c 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-05-22T15:02:18Z true - 2.37.0 + 2.38.0 3.9.0 1.11.2 3.1.2 From 3acb3a57c8372c3d42ab5a441b959248660c9c8b Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 22 Jul 2023 16:22:13 +0200 Subject: [PATCH 226/421] Add .DS_Store to .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de172e9ec..50281e7c7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ target/ bin *.iml .idea - +.DS_Store From 96557d4894a1b6cac8856bb560937013aa8d9cf1 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 23 Jul 2023 11:58:10 +0200 Subject: [PATCH 227/421] [maven-release-plugin] prepare release plexus-14 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0589faf0c..a679b93ce 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 14-SNAPSHOT + 14 pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-14 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-05-22T15:02:18Z + 2023-07-23T09:58:05Z true 2.38.0 3.9.0 From 6084da05d7af2f3ccab91b71c39973eb70fbf80d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 23 Jul 2023 11:58:29 +0200 Subject: [PATCH 228/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 a679b93ce..31ab61875 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 14 + 15-SNAPSHOT pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-14 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-07-23T09:58:05Z + 2023-07-23T09:58:29Z true 2.38.0 3.9.0 From dc8ca7354511724301eb431d91cc15dfd6b6d4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 20:55:53 +0000 Subject: [PATCH 229/421] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.3.0...enforcer-3.4.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 31ab61875..946e3977d 100644 --- a/pom.xml +++ b/pom.xml @@ -413,7 +413,7 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.0 org.apache.maven.plugins From bca4356f123e76e4ee099c20bec111a36cb6a075 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Fri, 25 Aug 2023 10:57:43 +0200 Subject: [PATCH 230/421] Switch to main branch for ci build version --- .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 fd924e7dd..09feae474 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,7 @@ on: [push, pull_request] jobs: build: name: Build it - uses: codehaus-plexus/.github/.github/workflows/maven.yml@v0.0.5 + uses: codehaus-plexus/.github/.github/workflows/maven.yml@master deploy: name: Deploy From 9c482e228537c25b7b165ec6a2cbd2f8605f5b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:46:56 +0000 Subject: [PATCH 231/421] Bump org.junit:junit-bom from 5.9.3 to 5.10.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom 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 946e3977d..a846f0692 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.9.0 1.11.2 3.1.2 - 5.9.3 + 5.10.0 check 0.9.0.M2 From dc0e87b1fcc61b353af132a7ac11e9dd4c387730 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 29 Aug 2023 16:37:02 +0200 Subject: [PATCH 232/421] Update spotless plugin palantir dependency to 2.35.0 to work with Java 21 --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a846f0692..cd53da985 100644 --- a/pom.xml +++ b/pom.xml @@ -591,7 +591,10 @@ limitations under the License. - + + + 2.35.0 + javax,java,,\# From f59c5427d485f183c9cab19d421cdd134594fddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:41:40 +0000 Subject: [PATCH 233/421] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.0...enforcer-3.4.1) --- 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 cd53da985..50f508b07 100644 --- a/pom.xml +++ b/pom.xml @@ -413,7 +413,7 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - 3.4.0 + 3.4.1 org.apache.maven.plugins From 1ba097e9564ab079e817cbe7b39a6bf7c67cc156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:28:49 +0000 Subject: [PATCH 234/421] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.6.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 50f508b07..256fbdc42 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.0 true en From 724965cc3403db6f223f8249ca8b54e59008af26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:57:17 +0000 Subject: [PATCH 235/421] Bump com.diffplug.spotless:spotless-maven-plugin from 2.38.0 to 2.40.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.38.0 to 2.40.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.38.0...lib/2.40.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-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 256fbdc42..a34d3e31d 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-07-23T09:58:29Z true - 2.38.0 + 2.40.0 3.9.0 1.11.2 3.1.2 From ab10c25b53da4c42729ea6319aa0138278a0085e Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 2 Oct 2023 17:30:48 +0200 Subject: [PATCH 236/421] Bump palantir formatter to 2.38.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a34d3e31d..fafff4204 100644 --- a/pom.xml +++ b/pom.xml @@ -593,7 +593,7 @@ limitations under the License. - 2.35.0 + 2.38.0 From 403a9d9f8c0c97a127dabd4b2c6167467ecf6dc5 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 22 Apr 2023 12:03:08 +0200 Subject: [PATCH 237/421] Replace plexus-component-metadata plugin (deprecated) with Sisu --- pom.xml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index fafff4204..cceaea7ce 100644 --- a/pom.xml +++ b/pom.xml @@ -565,20 +565,15 @@ limitations under the License. - org.codehaus.plexus - plexus-component-metadata - 2.1.1 + org.eclipse.sisu + sisu-maven-plugin + ${sisuMavenPluginVersion} - process-classes - - generate-metadata - - - - process-test-classes + generate-index - generate-test-metadata + main-index + test-index From 2c5fc259d628c821829e30acdd266fc9052aa0f6 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 3 Oct 2023 13:22:57 +0200 Subject: [PATCH 238/421] fix: Remove duplicate plugin entry --- pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pom.xml b/pom.xml index cceaea7ce..88ec36ca5 100644 --- a/pom.xml +++ b/pom.xml @@ -564,20 +564,6 @@ limitations under the License. - - org.eclipse.sisu - sisu-maven-plugin - ${sisuMavenPluginVersion} - - - generate-index - - main-index - test-index - - - - com.diffplug.spotless spotless-maven-plugin From 3bec737615bbfd9cdb5f2107384516a3a5712279 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 3 Oct 2023 13:24:57 +0200 Subject: [PATCH 239/421] [maven-release-plugin] prepare release plexus-15 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 88ec36ca5..b87359bab 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 15-SNAPSHOT + 15 pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-15 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-07-23T09:58:29Z + 2023-10-03T11:24:54Z true 2.40.0 3.9.0 From c312c0243417d8a36ab588a58d4a6d5c02d663e5 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Tue, 3 Oct 2023 13:25:00 +0200 Subject: [PATCH 240/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 b87359bab..293f3e1f3 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 15 + 16-SNAPSHOT pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-15 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -339,7 +339,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-10-03T11:24:54Z + 2023-10-03T11:25:00Z true 2.40.0 3.9.0 From 2168fdb781466835b0f20e31c35ac3f35f2cdaae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:09:57 +0000 Subject: [PATCH 241/421] Bump mavenSurefireVersion from 3.1.2 to 3.2.1 Bumps `mavenSurefireVersion` from 3.1.2 to 3.2.1. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.2.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.1) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.1.2 to 3.2.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.1.2 to 3.2.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.1) --- 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 293f3e1f3..6b1d96750 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.40.0 3.9.0 1.11.2 - 3.1.2 + 3.2.1 5.10.0 check 0.9.0.M2 From 40834e1a692b2d5a76a2755bdd11cc54b1d6bebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:46:25 +0000 Subject: [PATCH 242/421] Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.1...maven-clean-plugin-3.3.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-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 6b1d96750..80dd936d8 100644 --- a/pom.xml +++ b/pom.xml @@ -398,7 +398,7 @@ limitations under the License. org.apache.maven.plugins maven-clean-plugin - 3.3.1 + 3.3.2 org.apache.maven.plugins From 23c2e5fb59cfc23cb957814431404b63c940bf57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:48:48 +0000 Subject: [PATCH 243/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.3.0 to 3.3.1. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.3.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 80dd936d8..c0d017296 100644 --- a/pom.xml +++ b/pom.xml @@ -380,7 +380,7 @@ limitations under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.3.0 + 3.3.1 config/maven_checks.xml From 4433a647e68d73816af7e70a70ada8356be635c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:14:58 +0000 Subject: [PATCH 244/421] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.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 c0d017296..55454cd62 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.9.0 1.11.2 3.2.1 - 5.10.0 + 5.10.1 check 0.9.0.M2 From 53e72c586c9a0427a9452572f068e2bc7c1c1e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 20:23:30 +0000 Subject: [PATCH 245/421] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.0 to 3.6.2. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.0...maven-javadoc-plugin-3.6.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 55454cd62..4f67343c6 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.6.0 + 3.6.2 true en From b374daff56d9fd0ed4955f2713779c8d715567af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 20:02:15 +0000 Subject: [PATCH 246/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.4.5 to 3.5.0. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.5...maven-project-info-reports-plugin-3.5.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 4f67343c6..d9af4a6d5 100644 --- a/pom.xml +++ b/pom.xml @@ -489,7 +489,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.4.5 + 3.5.0 org.apache.maven.plugins From 87a1b7f736bf3f38c539d0388a9f234f984dcf38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:50:58 +0000 Subject: [PATCH 247/421] Bump mavenSurefireVersion from 3.2.1 to 3.2.2 Bumps `mavenSurefireVersion` from 3.2.1 to 3.2.2. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.1...surefire-3.2.2) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.1...surefire-3.2.2) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.1...surefire-3.2.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 d9af4a6d5..043e51033 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.40.0 3.9.0 1.11.2 - 3.2.1 + 3.2.2 5.10.1 check 0.9.0.M2 From f95227a917bfa188a6756a0f65c8721154ead5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:50:40 +0000 Subject: [PATCH 248/421] Bump mavenPluginToolsVersion from 3.9.0 to 3.10.2 Bumps `mavenPluginToolsVersion` from 3.9.0 to 3.10.2. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.9.0 to 3.10.2 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.2) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.9.0 to 3.10.2 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.2) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.9.0 to 3.10.2 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.9.0...maven-plugin-tools-3.10.2) --- 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 043e51033..4e9b89649 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ limitations under the License. 2023-10-03T11:25:00Z true 2.40.0 - 3.9.0 + 3.10.2 1.11.2 3.2.2 5.10.1 From fe540c3e02ea0150628cef7a06938a085e009c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:46:04 +0000 Subject: [PATCH 249/421] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.21.0 to 3.21.2. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.21.0...maven-pmd-plugin-3.21.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-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 4e9b89649..9b5086acb 100644 --- a/pom.xml +++ b/pom.xml @@ -474,7 +474,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.21.0 + 3.21.2 ${maven.compiler.source} From c1447719a5d6d5d1e3fce1ad8a312a4e403ce666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:09:36 +0000 Subject: [PATCH 250/421] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.3.0 to 3.3.1. - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.3.0...jxr-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jxr-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 9b5086acb..0e0699047 100644 --- a/pom.xml +++ b/pom.xml @@ -444,7 +444,7 @@ limitations under the License. org.apache.maven.plugins maven-jxr-plugin - 3.3.0 + 3.3.1 org.apache.maven.plugins From b9f4a5b8ee148d21671ed78a7c98ac322ff5d7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:38:21 +0000 Subject: [PATCH 251/421] Bump com.diffplug.spotless:spotless-maven-plugin from 2.40.0 to 2.41.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.40.0 to 2.41.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.40.0...lib/2.41.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-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 0e0699047..4f1c1d82a 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-10-03T11:25:00Z true - 2.40.0 + 2.41.0 3.10.2 1.11.2 3.2.2 From 6371ea11307aba5409608f9d8631ab2a7e0b7db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:35:42 +0000 Subject: [PATCH 252/421] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.2...maven-javadoc-plugin-3.6.3) --- 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 4f1c1d82a..41f0ef3a2 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.6.2 + 3.6.3 true en From c4d7c137662c4c0369dc6601cfc382f1a2e00ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 13:45:30 +0100 Subject: [PATCH 253/421] Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.0 to 2.41.1 (#217) * Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.0 to 2.41.1 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.41.0 to 2.41.1. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.41.0...maven/2.41.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] * Use palantirJavaFormat version from plugin --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski --- pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 41f0ef3a2..8fe36eb79 100644 --- a/pom.xml +++ b/pom.xml @@ -341,7 +341,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-10-03T11:25:00Z true - 2.41.0 + 2.41.1 3.10.2 1.11.2 3.2.2 @@ -572,10 +572,7 @@ limitations under the License. - - - 2.38.0 - + javax,java,,\# From dd3a89b821f23c7535038bb3344511d8f19c58ab Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 9 Dec 2023 17:16:45 +0100 Subject: [PATCH 254/421] Use default executor for m-release-p --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8fe36eb79..a7a1e17e3 100644 --- a/pom.xml +++ b/pom.xml @@ -497,7 +497,6 @@ limitations under the License. 3.0.1 deploy - forked-path plexus-release From 87047fa3f16ada0e27d3450f727f471aa207c377 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 9 Dec 2023 17:25:39 +0100 Subject: [PATCH 255/421] Introduce minimalMavenBuildVersion property --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a7a1e17e3..c4d4fd233 100644 --- a/pom.xml +++ b/pom.xml @@ -335,6 +335,7 @@ limitations under the License. 8 + 3.2.5 ${javaVersion} ${javaVersion} UTF-8 @@ -620,8 +621,8 @@ limitations under the License. - 3.2.5 - This project requires at least Maven 3.2.5 + ${minimalMavenBuildVersion} + This project requires at least Maven ${minimalMavenBuildVersion} ${maven.compiler.target} From e7534a50672bc7e40cf5a32ab5eabc3f8bde32b1 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 10 Dec 2023 17:52:16 +0100 Subject: [PATCH 256/421] [maven-release-plugin] prepare release plexus-16 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c4d4fd233..9fd11992d 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 16-SNAPSHOT + 16 pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - master + plexus-16 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -340,7 +340,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-10-03T11:25:00Z + 2023-12-10T16:52:10Z true 2.41.1 3.10.2 From 9a84a18c8455bac45b2e1beafb1f752056cd8aa1 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 10 Dec 2023 17:52:20 +0100 Subject: [PATCH 257/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 9fd11992d..7467f79c1 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 16 + 17-SNAPSHOT pom Plexus @@ -306,7 +306,7 @@ limitations under the License. scm:git:https://github.com/codehaus-plexus/plexus-pom.git ${project.scm.connection} - plexus-16 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -340,7 +340,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-12-10T16:52:10Z + 2023-12-10T16:52:20Z true 2.41.1 3.10.2 From f2f0c83a14bb0427c944c3b5d7aa26a33ccaee66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:26:12 +0000 Subject: [PATCH 258/421] Bump mavenSurefireVersion from 3.2.2 to 3.2.3 Bumps `mavenSurefireVersion` from 3.2.2 to 3.2.3. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.3) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.3) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.3) --- 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 7467f79c1..77b5b2e8b 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 2.41.1 3.10.2 1.11.2 - 3.2.2 + 3.2.3 5.10.1 check 0.9.0.M2 From 6bd5c3d5db9e78fb7d96de23e82ae06758c7dc8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:11:12 +0000 Subject: [PATCH 259/421] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.12.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.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 77b5b2e8b..d6249f15c 100644 --- a/pom.xml +++ b/pom.xml @@ -404,7 +404,7 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.1 org.apache.maven.plugins From 10dd5a2841b3ffbd587e561aa82d3f615468be51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 20:44:39 +0000 Subject: [PATCH 260/421] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.3.1 to 3.3.2. - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.3.1...jxr-3.3.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jxr-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 d6249f15c..f0861d914 100644 --- a/pom.xml +++ b/pom.xml @@ -445,7 +445,7 @@ limitations under the License. org.apache.maven.plugins maven-jxr-plugin - 3.3.1 + 3.3.2 org.apache.maven.plugins From 5871d19cd9e9240af7e807a78ff683a11d377dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:41:08 +0000 Subject: [PATCH 261/421] Bump mavenSurefireVersion from 3.2.3 to 3.2.5 Bumps `mavenSurefireVersion` from 3.2.3 to 3.2.5. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.2.5) --- 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 f0861d914..32e0fadcc 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 2.41.1 3.10.2 1.11.2 - 3.2.3 + 3.2.5 5.10.1 check 0.9.0.M2 From 7ac9b20cd71b1d3fb10dc9c7ce3c688b18ea78b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:41:17 +0000 Subject: [PATCH 262/421] Bump mavenPluginToolsVersion from 3.10.2 to 3.11.0 Bumps `mavenPluginToolsVersion` from 3.10.2 to 3.11.0. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.10.2 to 3.11.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.10.2 to 3.11.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.10.2 to 3.11.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.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 32e0fadcc..6d875eae1 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. 2023-12-10T16:52:20Z true 2.41.1 - 3.10.2 + 3.11.0 1.11.2 3.2.5 5.10.1 From 0b4164352aa1250962171ddedda78b794eddc83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:16:32 +0000 Subject: [PATCH 263/421] Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to 2.42.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.41.1 to 2.42.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.41.1...lib/2.42.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-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 6d875eae1..a997c14d9 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-12-10T16:52:20Z true - 2.41.1 + 2.42.0 3.11.0 1.11.2 3.2.5 From 315e87feeaee530f0bc645129f0bb90d27742c7d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 28 Jan 2024 17:51:48 +0100 Subject: [PATCH 264/421] Add maven-invoker-plugin to pluginManagement --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index a997c14d9..5458111fc 100644 --- a/pom.xml +++ b/pom.xml @@ -349,6 +349,7 @@ limitations under the License. 5.10.1 check 0.9.0.M2 + true @@ -431,6 +432,14 @@ limitations under the License. maven-jar-plugin 3.3.0 + + org.apache.maven.plugins + maven-invoker-plugin + 3.6.0 + + ${invoker.streamLogsOnFailures} + + org.apache.maven.plugins maven-javadoc-plugin From d8afd5fcde9b704bc451f4f8c754e26cebc19054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:28:44 +0000 Subject: [PATCH 265/421] Bump com.diffplug.spotless:spotless-maven-plugin from 2.42.0 to 2.43.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.42.0 to 2.43.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.42.0...lib/2.43.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-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 5458111fc..42e27b066 100644 --- a/pom.xml +++ b/pom.xml @@ -342,7 +342,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2023-12-10T16:52:20Z true - 2.42.0 + 2.43.0 3.11.0 1.11.2 3.2.5 From 257b2cded3e7ac1f04b8281e3c833ce6c441af8c Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 27 Jan 2024 19:39:16 +0100 Subject: [PATCH 266/421] Add default Specification and Implementation entries in jar manifest --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 42e27b066..cf38c695c 100644 --- a/pom.xml +++ b/pom.xml @@ -431,6 +431,14 @@ limitations under the License. org.apache.maven.plugins maven-jar-plugin 3.3.0 + + + + true + true + + + org.apache.maven.plugins From b1e69d93f9b03e72ace7a984d49a36c6962df66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:54:37 +0000 Subject: [PATCH 267/421] Bump release-drafter/release-drafter from 5 to 6 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-major ... 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 4000f8c4f..4c09c8a70 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 + - uses: release-drafter/release-drafter@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From f35ceab2e97e361fa94178846b90287aae9d241e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:27:17 +0000 Subject: [PATCH 268/421] Bump org.junit:junit-bom from 5.10.1 to 5.10.2 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.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 cf38c695c..2e4eec381 100644 --- a/pom.xml +++ b/pom.xml @@ -346,7 +346,7 @@ limitations under the License. 3.11.0 1.11.2 3.2.5 - 5.10.1 + 5.10.2 check 0.9.0.M2 true From 03581c92c354bbd54df7a9c809312e39db4fe283 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 17 Feb 2024 23:39:32 +0100 Subject: [PATCH 269/421] Remove dead markmail.org from mailing lists --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2e4eec381..6ae1a4a0e 100644 --- a/pom.xml +++ b/pom.xml @@ -297,10 +297,6 @@ limitations under the License. mojohaus-dev@googlegroups.com https://groups.google.com/forum/#!forum/mojohaus-dev - - Former (pre-2015-06) Development List - https://markmail.org/list/org.codehaus.plexus.dev - From aca9702846be3bfc4e2230c93b438b13a5e8b477 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 4 Mar 2024 20:09:58 +0100 Subject: [PATCH 270/421] [maven-release-plugin] prepare release plexus-17 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6ae1a4a0e..fefa26d96 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 17-SNAPSHOT + 17 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-17 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -336,7 +336,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2023-12-10T16:52:20Z + 2024-03-04T19:09:56Z true 2.43.0 3.11.0 From c6a6deff6ff0454d51ec2f93cb4b1d95a3dfe9dd Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 4 Mar 2024 20:10:03 +0100 Subject: [PATCH 271/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 fefa26d96..dafe7374d 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 17 + 18-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-17 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -336,7 +336,7 @@ limitations under the License. ${javaVersion} UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2024-03-04T19:09:56Z + 2024-03-04T19:10:03Z true 2.43.0 3.11.0 From 8a8c4ed17c55e821531f2abb0524bddfa47329c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:24:07 +0000 Subject: [PATCH 272/421] Bump org.codehaus.mojo:extra-enforcer-rules from 1.7.0 to 1.8.0 Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases) - [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.7.0...1.8.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 dafe7374d..411e1f675 100644 --- a/pom.xml +++ b/pom.xml @@ -622,7 +622,7 @@ limitations under the License. org.codehaus.mojo extra-enforcer-rules - 1.7.0 + 1.8.0 From f2e11567f7d49ffbb80baa44716f9e3800d97c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:38:26 +0000 Subject: [PATCH 273/421] Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.6.0 to 3.7.1. - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.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 411e1f675..b34c54c32 100644 --- a/pom.xml +++ b/pom.xml @@ -373,7 +373,7 @@ limitations under the License. org.apache.maven.plugins maven-assembly-plugin - 3.6.0 + 3.7.1 org.apache.maven.plugins From 6e99031494b75b3ddcfd940aebba2935db7dd217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:38:23 +0000 Subject: [PATCH 274/421] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.1 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.1. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-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 b34c54c32..139279963 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.1 org.apache.maven.plugins From 823c47f57d2d53d1fb08552a2b89e286f72346d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:38:19 +0000 Subject: [PATCH 275/421] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.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 139279963..4390eb6a9 100644 --- a/pom.xml +++ b/pom.xml @@ -401,7 +401,7 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin - 3.12.1 + 3.13.0 org.apache.maven.plugins From 2d00bcd26a240fce0fe1fc4d30d7412773344a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:55:03 +0000 Subject: [PATCH 276/421] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.1...maven-gpg-plugin-3.2.2) --- 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 4390eb6a9..82b454a92 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.1 + 3.2.2 org.apache.maven.plugins From a88934cd6e5f1861cc745413aceff381e357af02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:05:01 +0000 Subject: [PATCH 277/421] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.6.1 Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.6.0...maven-invoker-plugin-3.6.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 82b454a92..059a12b1a 100644 --- a/pom.xml +++ b/pom.xml @@ -439,7 +439,7 @@ limitations under the License. org.apache.maven.plugins maven-invoker-plugin - 3.6.0 + 3.6.1 ${invoker.streamLogsOnFailures} From a196920225079ac5fd44d394b584e2b989f50dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:42:58 +0000 Subject: [PATCH 278/421] Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.3.1. - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-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 059a12b1a..79871b92f 100644 --- a/pom.xml +++ b/pom.xml @@ -541,7 +541,7 @@ limitations under the License. org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 org.apache.maven.plugins From b0ab5ce06a447f63b7be011a6687c54df0af4b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:56:57 +0000 Subject: [PATCH 279/421] Bump mavenPluginToolsVersion from 3.11.0 to 3.12.0 Bumps `mavenPluginToolsVersion` from 3.11.0 to 3.12.0. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.11.0...maven-plugin-tools-3.12.0) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.11.0...maven-plugin-tools-3.12.0) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.11.0...maven-plugin-tools-3.12.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 79871b92f..29d027ce0 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ limitations under the License. 2024-03-04T19:10:03Z true 2.43.0 - 3.11.0 + 3.12.0 1.11.2 3.2.5 5.10.2 From f3038d121458feae322cd77f26f4d06ba6c0a542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:40:06 +0000 Subject: [PATCH 280/421] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.2...maven-gpg-plugin-3.2.3) --- 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 29d027ce0..fa55f7475 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.3 org.apache.maven.plugins From 08b429fc323dc3ebb1786fa87cf1552e3cb6bf76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:46:04 +0000 Subject: [PATCH 281/421] Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.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 fa55f7475..2f144370c 100644 --- a/pom.xml +++ b/pom.xml @@ -426,7 +426,7 @@ limitations under the License. org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.0 From 82cc39b7beeb69059923438bae9160ffd5b8ef86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:36:17 +0000 Subject: [PATCH 282/421] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.3...maven-gpg-plugin-3.2.4) --- 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 2f144370c..1720d87ff 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.3 + 3.2.4 org.apache.maven.plugins From 958ea083d1948cdc8582f2728db22e1afc532f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:08:06 +0000 Subject: [PATCH 283/421] Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1) --- 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 1720d87ff..77b92ae63 100644 --- a/pom.xml +++ b/pom.xml @@ -426,7 +426,7 @@ limitations under the License. org.apache.maven.plugins maven-jar-plugin - 3.4.0 + 3.4.1 From 0e0695b7a6f0d25b961f816e3ad503c260335792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:38:36 +0000 Subject: [PATCH 284/421] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2) --- 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 77b92ae63..a97783425 100644 --- a/pom.xml +++ b/pom.xml @@ -406,7 +406,7 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 org.apache.maven.plugins From e2306773cc8d9cc025f96919f4d33b27947a5d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:38:41 +0000 Subject: [PATCH 285/421] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.1...maven-install-plugin-3.1.2) --- 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 a97783425..b341d9581 100644 --- a/pom.xml +++ b/pom.xml @@ -421,7 +421,7 @@ limitations under the License. org.apache.maven.plugins maven-install-plugin - 3.1.1 + 3.1.2 org.apache.maven.plugins From 46dcb11bfa6a83b50bef5fca6774ade298d5429d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:49:44 +0000 Subject: [PATCH 286/421] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.21.2 to 3.22.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.21.2...maven-pmd-plugin-3.22.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 b341d9581..00428dbcf 100644 --- a/pom.xml +++ b/pom.xml @@ -488,7 +488,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.21.2 + 3.22.0 ${maven.compiler.source} From 91d7e001e38067d2228b76a5a4eec6cb0cfa0073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:21:42 +0000 Subject: [PATCH 287/421] Bump mavenPluginToolsVersion from 3.12.0 to 3.13.0 Bumps `mavenPluginToolsVersion` from 3.12.0 to 3.13.0. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.12.0 to 3.13.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.12.0...maven-plugin-tools-3.13.0) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.12.0 to 3.13.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.12.0...maven-plugin-tools-3.13.0) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.12.0 to 3.13.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.12.0...maven-plugin-tools-3.13.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 00428dbcf..7a296685f 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ limitations under the License. 2024-03-04T19:10:03Z true 2.43.0 - 3.12.0 + 3.13.0 1.11.2 3.2.5 5.10.2 From a1ea60b75130566a7274e0069fbecff8151a1b4d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 8 May 2024 20:58:39 +0200 Subject: [PATCH 288/421] Improve version-template for release-drafter - pom uses a single version number --- .github/release-drafter.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 1aba73812..652bd55d1 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,2 +1,5 @@ _extends: .github -tag-template: plexus-$NEXT_MINOR_VERSION +# plexus-pom uses a single version number +version-template: '$MAJOR' +name-template: '$NEXT_MAJOR_VERSION' +tag-template: 'plexus-$NEXT_MAJOR_VERSION' From e1029dc11b08e6f0c63a12069e4438afbbe8d942 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 20 May 2024 09:18:29 +0200 Subject: [PATCH 289/421] Bump maven-fluido-skin from 1.11.2 to 1.12.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a296685f..6b92e73ba 100644 --- a/pom.xml +++ b/pom.xml @@ -340,7 +340,7 @@ limitations under the License. true 2.43.0 3.13.0 - 1.11.2 + 1.12.0 3.2.5 5.10.2 check From 395e4cb9ceeba07caec43ad83d00623f634aed65 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 20 May 2024 20:51:17 +0200 Subject: [PATCH 290/421] Maven compiler - disable annotation processing by default --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 6b92e73ba..48507fb02 100644 --- a/pom.xml +++ b/pom.xml @@ -334,6 +334,8 @@ limitations under the License. 3.2.5 ${javaVersion} ${javaVersion} + + none UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots 2024-03-04T19:10:03Z @@ -402,6 +404,9 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin 3.13.0 + + ${maven.compiler.proc} + org.apache.maven.plugins From 39cfa65cf7d15bc117a15772929fa0b0798034b8 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 May 2024 00:04:41 +0200 Subject: [PATCH 291/421] Warning about usage of deprecated API by compiler --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 48507fb02..6679acf37 100644 --- a/pom.xml +++ b/pom.xml @@ -336,6 +336,7 @@ limitations under the License. ${javaVersion} none + true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots 2024-03-04T19:10:03Z @@ -406,6 +407,7 @@ limitations under the License. 3.13.0 ${maven.compiler.proc} + ${maven.compiler.showDeprecation} From 928c6c07676cf98f3df9f376222e6739a4d676ac Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 May 2024 16:51:54 +0200 Subject: [PATCH 292/421] Disable site descriptor publishing by child projects - in child projects we not need publish site descriptors --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 6679acf37..a2322744b 100644 --- a/pom.xml +++ b/pom.xml @@ -660,6 +660,7 @@ limitations under the License. attach-descriptor + false From 9f937aaaa623fe32b3cee583c9073ab0301d99ba Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 May 2024 20:09:40 +0200 Subject: [PATCH 293/421] Skip empty surefire and pmd reports --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index a2322744b..c84cbc28d 100644 --- a/pom.xml +++ b/pom.xml @@ -710,10 +710,26 @@ limitations under the License. org.apache.maven.plugins maven-surefire-report-plugin + + false + false + org.apache.maven.plugins maven-pmd-plugin + + true + + + + default + + cpd + pmd + + + org.codehaus.mojo From 76478aa65bf73826c9172ff06b5287de8d51c00e Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 May 2024 21:07:47 +0200 Subject: [PATCH 294/421] [maven-release-plugin] prepare release plexus-18 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c84cbc28d..07943519a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 18-SNAPSHOT + 18 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-18 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-03-04T19:10:03Z + 2024-05-21T19:07:45Z true 2.43.0 3.13.0 From c904a12bedb2fdb49a38be9408bd32dfdfc46014 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 21 May 2024 21:07:51 +0200 Subject: [PATCH 295/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 07943519a..74a248d65 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 18 + 19-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-18 + 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-05-21T19:07:45Z + 2024-05-21T19:07:51Z true 2.43.0 3.13.0 From e8dec9c3c7f99e0d27e5dcab20ab85634c83ab14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:49:26 +0000 Subject: [PATCH 296/421] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0 Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.6.1...maven-invoker-plugin-3.7.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 74a248d65..2d85986a9 100644 --- a/pom.xml +++ b/pom.xml @@ -446,7 +446,7 @@ limitations under the License. org.apache.maven.plugins maven-invoker-plugin - 3.6.1 + 3.7.0 ${invoker.streamLogsOnFailures} From 76327d5f20be652f5aaa5ff507810fa79a0119b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:27:20 +0000 Subject: [PATCH 297/421] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 Bumps [org.apache.maven.plugins:maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/apache/maven-jxr/releases) - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.3.2...jxr-3.4.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 2d85986a9..8ae15332d 100644 --- a/pom.xml +++ b/pom.xml @@ -465,7 +465,7 @@ limitations under the License. org.apache.maven.plugins maven-jxr-plugin - 3.3.2 + 3.4.0 org.apache.maven.plugins From 6da6250394ab364851c60ecdc8df3cde0585cb3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 20:03:11 +0000 Subject: [PATCH 298/421] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.6.3 to 3.7.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.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 8ae15332d..bef27b003 100644 --- a/pom.xml +++ b/pom.xml @@ -454,7 +454,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.7.0 true en From 5cf9f653c74122d7c4e29ed7cce4d6eb4d9da4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 20:03:08 +0000 Subject: [PATCH 299/421] Bump mavenPluginToolsVersion from 3.13.0 to 3.13.1 Bumps `mavenPluginToolsVersion` from 3.13.0 to 3.13.1. Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.1) Updates `org.apache.maven.plugins:maven-plugin-plugin` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.1) Updates `org.apache.maven.plugins:maven-plugin-report-plugin` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.13.0...maven-plugin-tools-3.13.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 bef27b003..c5766b03c 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.0 + 3.13.1 1.12.0 3.2.5 5.10.2 From 4257280f174b2607099bec82656064d8b8b5e4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 20:16:14 +0000 Subject: [PATCH 300/421] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.4.1...enforcer-3.5.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 c5766b03c..91d0bb77f 100644 --- a/pom.xml +++ b/pom.xml @@ -418,7 +418,7 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 org.apache.maven.plugins From d1cc7e7e3890fd749fa7c82334803daa25f383d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:19:51 +0000 Subject: [PATCH 301/421] Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M2 to 0.9.0.M3 Bumps org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M2 to 0.9.0.M3. --- updated-dependencies: - dependency-name: org.eclipse.sisu:sisu-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 91d0bb77f..ded894c0a 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 3.2.5 5.10.2 check - 0.9.0.M2 + 0.9.0.M3 true From 90242b447e8000011d8a48b691046e81b13a148c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:30:38 +0000 Subject: [PATCH 302/421] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.22.0 to 3.23.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.22.0...maven-pmd-plugin-3.23.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 ded894c0a..3d16840ba 100644 --- a/pom.xml +++ b/pom.xml @@ -495,7 +495,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.22.0 + 3.23.0 ${maven.compiler.source} From 75de4804420c8c681d0795e0261ca0de38282701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:30:33 +0000 Subject: [PATCH 303/421] Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.1...maven-release-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-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 3d16840ba..4b0253fd5 100644 --- a/pom.xml +++ b/pom.xml @@ -515,7 +515,7 @@ limitations under the License. org.apache.maven.plugins maven-release-plugin - 3.0.1 + 3.1.0 deploy plexus-release From 59833c0d77849929eb5f7133aa8a41375deeafad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:30:29 +0000 Subject: [PATCH 304/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.5.0 to 3.6.0. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.5.0...maven-project-info-reports-plugin-3.6.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 4b0253fd5..ce24afadd 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.5.0 + 3.6.0 org.apache.maven.plugins From 77bc9e87d4d0067d9f7c470a4cc5c27d388408ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:30:25 +0000 Subject: [PATCH 305/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.3.1 to 3.4.0. - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.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 ce24afadd..9eb2a97df 100644 --- a/pom.xml +++ b/pom.xml @@ -381,7 +381,7 @@ limitations under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.3.1 + 3.4.0 config/maven_checks.xml From 1ac92c8b7c783bda0430eed99e8255e6946c2d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:30:22 +0000 Subject: [PATCH 306/421] Bump mavenSurefireVersion from 3.2.5 to 3.3.0 Bumps `mavenSurefireVersion` from 3.2.5 to 3.3.0. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.0) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.3.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 9eb2a97df..412a4f572 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.43.0 3.13.1 1.12.0 - 3.2.5 + 3.3.0 5.10.2 check 0.9.0.M3 From 0d505221a6dcf45c86c13e3a5789397faad09a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:24:49 +0000 Subject: [PATCH 307/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.0 to 3.6.1. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.6.0...maven-project-info-reports-plugin-3.6.1) --- 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 412a4f572..314410449 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.0 + 3.6.1 org.apache.maven.plugins From 532412ee7a5721d6f7aab089524776e1a9bd4b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:00:57 +0000 Subject: [PATCH 308/421] Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.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 314410449..abc24a03b 100644 --- a/pom.xml +++ b/pom.xml @@ -399,7 +399,7 @@ limitations under the License. org.apache.maven.plugins maven-clean-plugin - 3.3.2 + 3.4.0 org.apache.maven.plugins From 511d7306f6c92188c74d071e58ed3e9249ddf889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:00:53 +0000 Subject: [PATCH 309/421] Bump org.apache.maven.shared:maven-shared-resources from 5 to 6 Bumps [org.apache.maven.shared:maven-shared-resources](https://github.com/apache/maven-shared-resources) from 5 to 6. - [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 abc24a03b..063344049 100644 --- a/pom.xml +++ b/pom.xml @@ -392,7 +392,7 @@ limitations under the License. org.apache.maven.shared maven-shared-resources - 5 + 6 From 42be647b843305ed55bb89cc5f20567116eed33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:00:51 +0000 Subject: [PATCH 310/421] Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.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 063344049..cf6027458 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ limitations under the License. org.apache.maven.plugins maven-jar-plugin - 3.4.1 + 3.4.2 From 3869f47b37b1433ccfa4116c467485be85355c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:00:45 +0000 Subject: [PATCH 311/421] Bump org.apache.maven.plugins:maven-scm-publish-plugin Bumps [org.apache.maven.plugins:maven-scm-publish-plugin](https://github.com/apache/maven-scm-publish-plugin) from 3.2.1 to 3.3.0. - [Commits](https://github.com/apache/maven-scm-publish-plugin/compare/maven-scm-publish-plugin-3.2.1...maven-scm-publish-plugin-3.3.0) --- 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 cf6027458..59730095a 100644 --- a/pom.xml +++ b/pom.xml @@ -529,7 +529,7 @@ limitations under the License. org.apache.maven.plugins maven-scm-publish-plugin - 3.2.1 + 3.3.0 ${project.scm.developerConnection} From e9bf5345afd44aea6158c9b5db9fc54a766c3c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:40:59 +0000 Subject: [PATCH 312/421] Bump org.junit:junit-bom from 5.10.2 to 5.10.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.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 59730095a..7613d470d 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.13.1 1.12.0 3.3.0 - 5.10.2 + 5.10.3 check 0.9.0.M3 true From 69982714b5af233a8d0ce87ada2829e0a9e94c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:40:54 +0000 Subject: [PATCH 313/421] Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 Bumps [org.codehaus.mojo:taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/mojohaus/taglist-maven-plugin/releases) - [Commits](https://github.com/mojohaus/taglist-maven-plugin/compare/taglist-maven-plugin-3.0.0...3.1.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 7613d470d..e3eb6a8c6 100644 --- a/pom.xml +++ b/pom.xml @@ -568,7 +568,7 @@ limitations under the License. org.codehaus.mojo taglist-maven-plugin - 3.0.0 + 3.1.0 org.eclipse.sisu From 450e01791581884e811c6572d48b3f7fd46eecd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:12:47 +0000 Subject: [PATCH 314/421] Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.1.0...maven-release-3.1.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e3eb6a8c6..650ca76f0 100644 --- a/pom.xml +++ b/pom.xml @@ -515,7 +515,7 @@ limitations under the License. org.apache.maven.plugins maven-release-plugin - 3.1.0 + 3.1.1 deploy plexus-release From e31f0066052d005e312f5d925b32a486048db568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:25:06 +0000 Subject: [PATCH 315/421] Bump org.apache.apache.resources:apache-source-release-assembly-descriptor Bumps org.apache.apache.resources:apache-source-release-assembly-descriptor from 1.5 to 1.7. --- 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 650ca76f0..1cb92acb5 100644 --- a/pom.xml +++ b/pom.xml @@ -776,7 +776,7 @@ limitations under the License. org.apache.apache.resources apache-source-release-assembly-descriptor - 1.5 + 1.7 From 4d76d2277f6b8151e9b1e6cd94aa043bf4544b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:42:52 +0000 Subject: [PATCH 316/421] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.8.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 1cb92acb5..6ac666c89 100644 --- a/pom.xml +++ b/pom.xml @@ -454,7 +454,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.7.0 + 3.8.0 true en From ac946ae61c5512bfc03a6bf6c424d03e5a4b3e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:12:44 +0000 Subject: [PATCH 317/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.1 to 3.6.2. - [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.6.1...maven-project-info-reports-plugin-3.6.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 6ac666c89..8ec7ba109 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.1 + 3.6.2 org.apache.maven.plugins From febff98cf5d43d06b4ab9ea5c0161e56f83a97eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:12:39 +0000 Subject: [PATCH 318/421] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.24.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.23.0 to 3.24.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.23.0...maven-pmd-plugin-3.24.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 8ec7ba109..72ed39b1b 100644 --- a/pom.xml +++ b/pom.xml @@ -495,7 +495,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.23.0 + 3.24.0 ${maven.compiler.source} From f08bc06f58fa96a447203d106cfad80e1c7d5a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:27:47 +0000 Subject: [PATCH 319/421] Bump mavenSurefireVersion from 3.3.0 to 3.3.1 Bumps `mavenSurefireVersion` from 3.3.0 to 3.3.1. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.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 72ed39b1b..2511d7753 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.43.0 3.13.1 1.12.0 - 3.3.0 + 3.3.1 5.10.3 check 0.9.0.M3 From 66d1d8c12d1eec6b4c39fc91a902e9be2ca60525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:37:10 +0000 Subject: [PATCH 320/421] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.5) --- 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 2511d7753..7def5420e 100644 --- a/pom.xml +++ b/pom.xml @@ -423,7 +423,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.4 + 3.2.5 org.apache.maven.plugins From 8253d8a7581997a20f5cb613f66e8d6fde16b4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:25:48 +0000 Subject: [PATCH 321/421] Bump org.junit:junit-bom from 5.10.3 to 5.11.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom 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 7def5420e..3d8541342 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. 3.13.1 1.12.0 3.3.1 - 5.10.3 + 5.11.0 check 0.9.0.M3 true From aec13ab0c0461d73b82b0dac83b1a540b79cdd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:38:10 +0000 Subject: [PATCH 322/421] Bump mavenSurefireVersion from 3.3.1 to 3.4.0 Bumps `mavenSurefireVersion` from 3.3.1 to 3.4.0. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.0) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.0) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.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 3d8541342..a6b4af4cc 100644 --- a/pom.xml +++ b/pom.xml @@ -344,7 +344,7 @@ limitations under the License. 2.43.0 3.13.1 1.12.0 - 3.3.1 + 3.4.0 5.11.0 check 0.9.0.M3 From 7ffc469dad0ba5cc68b91abd4dc5b22e2204ae2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:38:31 +0000 Subject: [PATCH 323/421] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3 Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.2...maven-install-plugin-3.1.3) --- 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 a6b4af4cc..e74ae64b8 100644 --- a/pom.xml +++ b/pom.xml @@ -428,7 +428,7 @@ limitations under the License. org.apache.maven.plugins maven-install-plugin - 3.1.2 + 3.1.3 org.apache.maven.plugins From 0486e883933745c912010f87edeb8146fb199b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:38:15 +0000 Subject: [PATCH 324/421] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3) --- 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 e74ae64b8..65f1ab29c 100644 --- a/pom.xml +++ b/pom.xml @@ -413,7 +413,7 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - 3.1.2 + 3.1.3 org.apache.maven.plugins From ab27840aa3e9f8dbb94374f045a683b72112497d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 29 Aug 2024 15:33:19 +0200 Subject: [PATCH 325/421] Disable deploy job on GH --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 09feae474..faf344fea 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,8 +24,8 @@ jobs: name: Build it uses: codehaus-plexus/.github/.github/workflows/maven.yml@master - deploy: - name: Deploy - needs: build - uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master - secrets: inherit +# deploy: +# name: Deploy +# needs: build +# uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master +# secrets: inherit From 8fc58f5d4fa4e8b51740809ef1fca21b6ae4fcc9 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 24 Sep 2024 18:43:20 +0200 Subject: [PATCH 326/421] Enable deploy job on GitHub --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index faf344fea..09feae474 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,8 +24,8 @@ jobs: name: Build it uses: codehaus-plexus/.github/.github/workflows/maven.yml@master -# deploy: -# name: Deploy -# needs: build -# uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master -# secrets: inherit + deploy: + name: Deploy + needs: build + uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master + secrets: inherit From b1d265d70f6f2660ac8200edeb549e2804912c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 19:54:31 +0200 Subject: [PATCH 327/421] Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 (#288) * Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 Bumps [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.12.1 to 3.20.0. - [Release notes](https://github.com/apache/maven-site-plugin/releases) - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.12.1...maven-site-plugin-3.20.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] * Update with new site plugin version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski --- pom.xml | 4 ++-- src/site/site.xml | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 65f1ab29c..1a45a26b6 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. true 2.43.0 3.13.1 - 1.12.0 + 2.0.0-M10 3.4.0 5.11.0 check @@ -539,7 +539,7 @@ limitations under the License. org.apache.maven.plugins maven-site-plugin - 3.12.1 + 3.20.0 true diff --git a/src/site/site.xml b/src/site/site.xml index 8ee2f56be..f85d50962 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,11 +1,10 @@ - - - Plexus - https://codehaus-plexus.github.io/ - https://codehaus-plexus.github.io/images/plexus-logo-trans.png + + + + Plexus @@ -34,7 +33,7 @@ - + @@ -75,4 +74,4 @@ - + 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 -============ +================= [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus.svg?label=Maven%20Central)](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 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + From 393099c23384e4f5cbd60eff713963bfa88fd47f Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Mon, 27 Jan 2025 15:01:48 +0100 Subject: [PATCH 375/421] Enforce minimal Java version This closes #331 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index b1993a147..61e3dff4a 100644 --- a/pom.xml +++ b/pom.xml @@ -332,6 +332,7 @@ limitations under the License. 8 3.6.3 + ${javaVersion} ${javaVersion} ${javaVersion} ${javaVersion} @@ -656,6 +657,9 @@ limitations under the License. ${maven.compiler.target} + + ${minimalJavaBuildVersion} + From b69757fbb4ced928800c702c607b6065d75270ab Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 7 Feb 2025 20:20:22 +0100 Subject: [PATCH 376/421] [maven-release-plugin] prepare release plexus-20 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 61e3dff4a..bd514ba4e 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 20-SNAPSHOT + 20 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-20 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -341,7 +341,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2024-09-25T19:34:33Z + 2025-02-07T19:20:20Z true 2.44.2 3.15.1 From 1253055d74783d4d1cab542bc195c028e2701aa3 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 7 Feb 2025 20:20:42 +0100 Subject: [PATCH 377/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 bd514ba4e..8a8955965 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 20 + 21-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-20 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -341,7 +341,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2025-02-07T19:20:20Z + 2025-02-07T19:20:42Z true 2.44.2 3.15.1 From 00c82356bb24cb62d7173882f17b86f3d7b3efb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 20:52:19 +0000 Subject: [PATCH 378/421] Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.4.0...maven-clean-plugin-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-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 8a8955965..aa5d41a04 100644 --- a/pom.xml +++ b/pom.xml @@ -395,7 +395,7 @@ limitations under the License. org.apache.maven.plugins maven-clean-plugin - 3.4.0 + 3.4.1 org.apache.maven.plugins From 125d03ebb53b08333413fc734e66612dff8bd80f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 20:15:09 +0000 Subject: [PATCH 379/421] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.3...maven-deploy-plugin-3.1.4) --- 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 aa5d41a04..d35655433 100644 --- a/pom.xml +++ b/pom.xml @@ -409,7 +409,7 @@ limitations under the License. org.apache.maven.plugins maven-deploy-plugin - 3.1.3 + 3.1.4 org.apache.maven.plugins From 2b01b32a626b1bdc83acdc9ad6629f38761362a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:49:56 +0000 Subject: [PATCH 380/421] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.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 d35655433..2d664a1a2 100644 --- a/pom.xml +++ b/pom.xml @@ -400,7 +400,7 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.14.0 ${maven.compiler.proc} ${maven.compiler.showDeprecation} From eaa3fcbeb78b32d4c19abf5858fffc281eb3ef69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:50:10 +0000 Subject: [PATCH 381/421] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.2 to 2.44.3 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.2 to 2.44.3. - [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.2...maven/2.44.3) --- 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 2d664a1a2..211f545b3 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2025-02-07T19:20:42Z true - 2.44.2 + 2.44.3 3.15.1 2.0.1 3.5.2 From 2169fbd44a71fe36329750ebe9915e4065119a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 20:02:40 +0000 Subject: [PATCH 382/421] Bump org.junit:junit-bom from 5.11.4 to 5.12.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom 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 211f545b3..a7d3811b7 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 3.15.1 2.0.1 3.5.2 - 5.11.4 + 5.12.1 apply 0.9.0.M3 true From 5df175a84e9aee52c4d7bfa8e1e424c3762ff441 Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Tue, 8 Apr 2025 12:30:40 +0200 Subject: [PATCH 383/421] Align Spotless check/apply with Maven parent Builds should either apply spotless or check for it depending on whether it is running in CI or not. Detected in the course of support-and-care/maven-support-and-care#77 and codehaus-plexus/.github#45 --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index a7d3811b7..f866e8e45 100644 --- a/pom.xml +++ b/pom.xml @@ -880,5 +880,27 @@ limitations under the License. + + format-check + + + env.CI + + + + check + + + + format + + + !env.CI + + + + apply + + From 020a33c0adbc7db90a3826caad7114fe3658ebcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:45:10 +0000 Subject: [PATCH 384/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.8.0 to 3.9.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.8.0...maven-project-info-reports-plugin-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-version: 3.9.0 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 f866e8e45..00d892c37 100644 --- a/pom.xml +++ b/pom.xml @@ -509,7 +509,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.8.0 + 3.9.0 org.apache.maven.plugins From 86ac6b7acd33ae520873e72b10a150a1da70fbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 20:33:25 +0000 Subject: [PATCH 385/421] Bump org.junit:junit-bom from 5.12.1 to 5.12.2 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 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 00d892c37..f77930cbc 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 3.15.1 2.0.1 3.5.2 - 5.12.1 + 5.12.2 apply 0.9.0.M3 true From eed37cacd4fde49d8436ac8614af82da0e806731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:13:36 +0000 Subject: [PATCH 386/421] Bump org.codehaus.mojo:extra-enforcer-rules from 1.9.0 to 1.10.0 Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases) - [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.9.0...1.10.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:extra-enforcer-rules dependency-version: 1.10.0 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 f77930cbc..5f46c0d89 100644 --- a/pom.xml +++ b/pom.xml @@ -639,7 +639,7 @@ limitations under the License. org.codehaus.mojo extra-enforcer-rules - 1.9.0 + 1.10.0 From 71401ef1fce1407c53d7a5a82f5314db2fc6e69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 20:42:57 +0000 Subject: [PATCH 387/421] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.3 to 2.44.4 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.3 to 2.44.4. - [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.3...maven/2.44.4) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.44.4 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 5f46c0d89..8efd7f4e2 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2025-02-07T19:20:42Z true - 2.44.3 + 2.44.4 3.15.1 2.0.1 3.5.2 From 6f79f2d061b72a021d1ce395b72f090326f13bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 06:23:31 +0000 Subject: [PATCH 388/421] Bump mavenSurefireVersion from 3.5.2 to 3.5.3 Bumps `mavenSurefireVersion` from 3.5.2 to 3.5.3. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.3 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 8efd7f4e2..50c90ab0a 100644 --- a/pom.xml +++ b/pom.xml @@ -346,7 +346,7 @@ limitations under the License. 2.44.4 3.15.1 2.0.1 - 3.5.2 + 3.5.3 5.12.2 apply 0.9.0.M3 From 70eca884a7d229aa04a90edc5267d893f01eac6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:30:41 +0000 Subject: [PATCH 389/421] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.3...maven-install-plugin-3.1.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-version: 3.1.4 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 50c90ab0a..b9ec52a0e 100644 --- a/pom.xml +++ b/pom.xml @@ -427,7 +427,7 @@ limitations under the License. org.apache.maven.plugins maven-install-plugin - 3.1.3 + 3.1.4 org.apache.maven.plugins From d25ba12347b45b9848bb6fc6cea2bf66c25a1407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 20:29:43 +0000 Subject: [PATCH 390/421] Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4 Bumps org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4. --- updated-dependencies: - dependency-name: org.eclipse.sisu:sisu-maven-plugin dependency-version: 0.9.0.M4 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 b9ec52a0e..c4b635ef1 100644 --- a/pom.xml +++ b/pom.xml @@ -349,7 +349,7 @@ limitations under the License. 3.5.3 5.12.2 apply - 0.9.0.M3 + 0.9.0.M4 true From 606c91abf3e94fe386314bbaa29b2dc88a6bcb3f Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 22 May 2025 22:36:50 +0200 Subject: [PATCH 391/421] Bump fluido skin from 2.0.1 to 2.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c4b635ef1..29cd8ed94 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ limitations under the License. true 2.44.4 3.15.1 - 2.0.1 + 2.1.0 3.5.3 5.12.2 apply From 5339630f668241c998c75d0cea60384a6c0d41e8 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 23 May 2025 18:02:54 +0200 Subject: [PATCH 392/421] Add maven-dependency-plugin to pluginManagement --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 29cd8ed94..6de2479d7 100644 --- a/pom.xml +++ b/pom.xml @@ -406,6 +406,11 @@ limitations under the License. ${maven.compiler.showDeprecation} + + org.apache.maven.plugins + maven-dependency-plugin + 3.8.1 + org.apache.maven.plugins maven-deploy-plugin From 0b757590ec09d5aa4e0d44c5b8f5dd0482ab8f2b Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 23 May 2025 20:11:32 +0200 Subject: [PATCH 393/421] [maven-release-plugin] prepare release plexus-21 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6de2479d7..1725ebc49 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 21-SNAPSHOT + 21 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-21 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -341,7 +341,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2025-02-07T19:20:42Z + 2025-05-23T18:11:29Z true 2.44.4 3.15.1 From 57db0d033dd1e2e5fffea5d4d7620898616f9049 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 23 May 2025 20:11:49 +0200 Subject: [PATCH 394/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 1725ebc49..eb1f41b1d 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 21 + 22-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-21 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -341,7 +341,7 @@ limitations under the License. true UTF-8 https://oss.sonatype.org/content/repositories/plexus-snapshots - 2025-05-23T18:11:29Z + 2025-05-23T18:11:49Z true 2.44.4 3.15.1 From e91d381336d60cdb7b7d2928fb95abcf72267235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 20:20:54 +0000 Subject: [PATCH 395/421] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.4 to 2.44.5. - [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.4...maven/2.44.5) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.44.5 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 eb1f41b1d..ef9e5e94b 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ limitations under the License. https://oss.sonatype.org/content/repositories/plexus-snapshots 2025-05-23T18:11:49Z true - 2.44.4 + 2.44.5 3.15.1 2.1.0 3.5.3 From 20d92c1f93d5b1cefa9a0edeb81cf816ec4ef766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:59:32 +0000 Subject: [PATCH 396/421] Bump org.junit:junit-bom from 5.12.2 to 5.13.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.0 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 ef9e5e94b..2d4b263f5 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 3.15.1 2.1.0 3.5.3 - 5.12.2 + 5.13.0 apply 0.9.0.M4 true From 74c7fbdb7431e9aeb4716a8927db496046da50a6 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 2 Jun 2025 22:21:36 +0200 Subject: [PATCH 397/421] Prepare for publishing vie the Central Portal (#353) * Prepare for publishing vie the Central Portal fix: #350 * use longer id * use plexusDistMgmtSnapshotsUrl property * auto publish by njord * fix typo Co-authored-by: Tamas Cservenak --------- Co-authored-by: Tamas Cservenak --- pom.xml | 40 ++++++++++++++++++++++++++++++++------ src/site/apt/index.apt | 11 ----------- src/site/markdown/index.md | 27 +++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 17 deletions(-) delete mode 100644 src/site/apt/index.apt create mode 100644 src/site/markdown/index.md diff --git a/pom.xml b/pom.xml index 2d4b263f5..bdef559b3 100644 --- a/pom.xml +++ b/pom.xml @@ -313,13 +313,13 @@ limitations under the License. - plexus-releases - Plexus Release Repository - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + sonatype-central-portal + Sonatype Central Portal + https://repo.maven.apache.org/maven2 - plexus-snapshots - Plexus Snapshot Repository + ${plexusDistMgmtSnapshotsId} + ${plexusDistMgmtSnapshotsName} ${plexusDistMgmtSnapshotsUrl} @@ -340,7 +340,11 @@ limitations under the License. none true UTF-8 - https://oss.sonatype.org/content/repositories/plexus-snapshots + + sonatype-central-portal + Sonatype Central Snapshots + https://central.sonatype.com/repository/maven-snapshots + 2025-05-23T18:11:49Z true 2.44.5 @@ -348,9 +352,16 @@ limitations under the License. 2.1.0 3.5.3 5.13.0 + 0.7.1 apply 0.9.0.M4 true + + + true + automatic + true + false @@ -368,6 +379,11 @@ limitations under the License. + + eu.maveniverse.maven.plugins + njord + ${njord.version} + org.apache.maven.plugins @@ -683,6 +699,13 @@ limitations under the License. + + + eu.maveniverse.maven.njord + extension + ${njord.version} + + @@ -786,6 +809,11 @@ limitations under the License. plexus-release + + 3.9.0 + + true + + SeCrEt + + sonatype-cp + njord:template:release-sca + + + + +``` + +Tokens can be obtained from https://central.sonatype.com/account + From d872078c305f75bc6a0f696ae69aedc9a9a173ac Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 2 Jun 2025 22:46:30 +0200 Subject: [PATCH 398/421] [maven-release-plugin] prepare release plexus-22 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bdef559b3..44a847164 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 22-SNAPSHOT + 22 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-22 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -345,7 +345,7 @@ limitations under the License. Sonatype Central Snapshots https://central.sonatype.com/repository/maven-snapshots - 2025-05-23T18:11:49Z + 2025-06-02T20:46:28Z true 2.44.5 3.15.1 From 693751e51d6816844ae09f3d38c97bd8f3f53851 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 2 Jun 2025 22:46:34 +0200 Subject: [PATCH 399/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 44a847164..b24ea4659 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 22 + 23-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-22 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -345,7 +345,7 @@ limitations under the License. Sonatype Central Snapshots https://central.sonatype.com/repository/maven-snapshots - 2025-06-02T20:46:28Z + 2025-06-02T20:46:34Z true 2.44.5 3.15.1 From 50ab6f9b07fad5ab76ca2992fc12749d11fdc780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:24:16 +0000 Subject: [PATCH 400/421] Bump org.junit:junit-bom from 5.13.0 to 5.13.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.1 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 b24ea4659..723caa50e 100644 --- a/pom.xml +++ b/pom.xml @@ -351,7 +351,7 @@ limitations under the License. 3.15.1 2.1.0 3.5.3 - 5.13.0 + 5.13.1 0.7.1 apply 0.9.0.M4 From 83ebd59be46f102d0eca7270b9f95e0f9312ca06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:48:22 +0000 Subject: [PATCH 401/421] Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 Bumps [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.4.1...maven-clean-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-version: 3.5.0 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 723caa50e..634711782 100644 --- a/pom.xml +++ b/pom.xml @@ -411,7 +411,7 @@ limitations under the License. org.apache.maven.plugins maven-clean-plugin - 3.4.1 + 3.5.0 org.apache.maven.plugins From 69d1e2b6428162ce6d1ecbe48eaa936f8271d7bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 20:05:26 +0000 Subject: [PATCH 402/421] Bump org.junit:junit-bom from 5.13.1 to 5.13.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.3 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 634711782..fd4dfcdeb 100644 --- a/pom.xml +++ b/pom.xml @@ -351,7 +351,7 @@ limitations under the License. 3.15.1 2.1.0 3.5.3 - 5.13.1 + 5.13.3 0.7.1 apply 0.9.0.M4 From 61e2d06719fcde4ff78cc1ea4c34b65693a3eafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:56:52 +0000 Subject: [PATCH 403/421] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.26.0 to 3.27.0 Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.26.0 to 3.27.0. - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.26.0...maven-pmd-plugin-3.27.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-version: 3.27.0 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 fd4dfcdeb..a5e30ebd4 100644 --- a/pom.xml +++ b/pom.xml @@ -515,7 +515,7 @@ limitations under the License. org.apache.maven.plugins maven-pmd-plugin - 3.26.0 + 3.27.0 ${maven.compiler.source} From bb403864d40406d9c8bbfc528faeb7d747678695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 23:57:35 +0000 Subject: [PATCH 404/421] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.9.0 to 3.9.1 Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.9.0 to 3.9.1. - [Release notes](https://github.com/apache/maven-invoker-plugin/releases) - [Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.9.0...maven-invoker-plugin-3.9.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-invoker-plugin dependency-version: 3.9.1 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 a5e30ebd4..316360bba 100644 --- a/pom.xml +++ b/pom.xml @@ -466,7 +466,7 @@ limitations under the License. org.apache.maven.plugins maven-invoker-plugin - 3.9.0 + 3.9.1 ${invoker.streamLogsOnFailures} From c0eee313cf64b381a4f6c2e49d06ebe625baea54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:08:52 +0000 Subject: [PATCH 405/421] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.7 to 3.2.8. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.7...maven-gpg-plugin-3.2.8) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 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 316360bba..2d85a438f 100644 --- a/pom.xml +++ b/pom.xml @@ -440,7 +440,7 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.7 + 3.2.8 true From bbaf27d7e930a98d8eb0c75327745153426bbc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 22:02:06 +0000 Subject: [PATCH 406/421] Bump njord.version from 0.7.1 to 0.7.5 Bumps `njord.version` from 0.7.1 to 0.7.5. Updates `eu.maveniverse.maven.njord:extension` from 0.7.1 to 0.7.5 - [Release notes](https://github.com/maveniverse/njord/releases) - [Commits](https://github.com/maveniverse/njord/compare/release-0.7.1...release-0.7.5) Updates `eu.maveniverse.maven.plugins:njord` from 0.7.1 to 0.7.5 - [Release notes](https://github.com/maveniverse/njord/releases) - [Commits](https://github.com/maveniverse/njord/compare/release-0.7.1...release-0.7.5) --- updated-dependencies: - dependency-name: eu.maveniverse.maven.njord:extension dependency-version: 0.7.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: eu.maveniverse.maven.plugins:njord dependency-version: 0.7.5 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 2d85a438f..463a41cbc 100644 --- a/pom.xml +++ b/pom.xml @@ -352,7 +352,7 @@ limitations under the License. 2.1.0 3.5.3 5.13.3 - 0.7.1 + 0.7.5 apply 0.9.0.M4 true From b43c321652c213efc4723852bd7b2e7a549c3d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:51:36 +0000 Subject: [PATCH 407/421] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.1 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.5.0 to 3.6.1. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.5.0...enforcer-3.6.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.1 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 463a41cbc..600474db5 100644 --- a/pom.xml +++ b/pom.xml @@ -435,7 +435,7 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - 3.5.0 + 3.6.1 org.apache.maven.plugins From 225ab3cd02727cb23097bfe4f5fc59fe3459ff3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:51:32 +0000 Subject: [PATCH 408/421] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.5 to 2.45.0. - [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.5...lib/2.45.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.45.0 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 600474db5..d9834fc12 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 2025-06-02T20:46:34Z true - 2.44.5 + 2.45.0 3.15.1 2.1.0 3.5.3 From 8c482cc5950595d7e9d8f53b2d6b2c76f117605b Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 19 Jul 2025 20:58:05 +0200 Subject: [PATCH 409/421] Sync Spotless Plantir Java Formater with ASF parent pom --- pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d9834fc12..9f2297ca0 100644 --- a/pom.xml +++ b/pom.xml @@ -354,6 +354,8 @@ limitations under the License. 5.13.3 0.7.5 apply + + 2.56.0 0.9.0.M4 true @@ -612,7 +614,11 @@ limitations under the License. - + + + + ${plantirJavaFormatVersion} + javax,java,,\# @@ -625,6 +631,7 @@ limitations under the License. false true + true @@ -888,7 +895,7 @@ limitations under the License. java11+ - [11,) + [11,25) From b48ce1e4ca4fc51c84b4709c0eba13e8b99718d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 20:48:51 +0000 Subject: [PATCH 410/421] Bump org.junit:junit-bom from 5.13.3 to 5.13.4 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.3 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 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 9f2297ca0..b3088e7a3 100644 --- a/pom.xml +++ b/pom.xml @@ -351,7 +351,7 @@ limitations under the License. 3.15.1 2.1.0 3.5.3 - 5.13.3 + 5.13.4 0.7.5 apply From 66826b6907e5025915ae90e32b89caeaae2ac486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 20:48:39 +0000 Subject: [PATCH 411/421] Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.45.0 to 2.46.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/lib/2.45.0...maven/2.46.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.46.1 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 b3088e7a3..24725e966 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ limitations under the License. 2025-06-02T20:46:34Z true - 2.45.0 + 2.46.1 3.15.1 2.1.0 3.5.3 From 6f177885a9a793c95d06bd8325217e3e9ea04d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 13:13:41 +0000 Subject: [PATCH 412/421] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.2 to 3.11.3. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.11.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.11.3 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 24725e966..bd29b7b02 100644 --- a/pom.xml +++ b/pom.xml @@ -476,7 +476,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.11.2 + 3.11.3 true en From d44edeac960aa0941e27f093d7327fed9aa7c051 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 17 Aug 2025 19:02:31 +0200 Subject: [PATCH 413/421] [maven-release-plugin] prepare release plexus-23 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bd29b7b02..5657c2d82 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 23-SNAPSHOT + 23 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-23 https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -345,7 +345,7 @@ limitations under the License. Sonatype Central Snapshots https://central.sonatype.com/repository/maven-snapshots - 2025-06-02T20:46:34Z + 2025-08-17T17:02:28Z true 2.46.1 3.15.1 From ec742b414a76b8b2f9ec8d115bd580da6acb21ab Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 17 Aug 2025 19:02:51 +0200 Subject: [PATCH 414/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 5657c2d82..53df3332f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.codehaus.plexus plexus - 23 + 24-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-23 + master https://github.com/codehaus-plexus/plexus-pom/tree/${project.scm.tag}/ @@ -345,7 +345,7 @@ limitations under the License. Sonatype Central Snapshots https://central.sonatype.com/repository/maven-snapshots - 2025-08-17T17:02:28Z + 2025-08-17T17:02:51Z true 2.46.1 3.15.1 From d474b25d548e4c9502e36e8e905e78f5fc0ee077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:01:12 +0000 Subject: [PATCH 415/421] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.3 to 3.12.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.3...maven-javadoc-plugin-3.12.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.12.0 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 53df3332f..907eb64f9 100644 --- a/pom.xml +++ b/pom.xml @@ -476,7 +476,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.11.3 + 3.12.0 true en From c67ab634cc62e3d87397f735fdf598894bffeb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:01:19 +0000 Subject: [PATCH 416/421] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 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 907eb64f9..8ef2934e8 100644 --- a/pom.xml +++ b/pom.xml @@ -418,7 +418,7 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.14.1 ${maven.compiler.proc} ${maven.compiler.showDeprecation} From f468fd57ff88606ccd0ec486acada6a4596db70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Sat, 4 Oct 2025 11:27:28 +0200 Subject: [PATCH 417/421] add Reproducible Central report --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 8ef2934e8..8908af137 100644 --- a/pom.xml +++ b/pom.xml @@ -364,6 +364,7 @@ limitations under the License. automatic true false + @@ -811,6 +812,11 @@ limitations under the License. + + org.apache.maven.plugins + maven-artifact-plugin + 3.6.1 + From 58a98cf280e1fde5e778d67201d7be048404a745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:01:46 +0000 Subject: [PATCH 418/421] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.6.1...enforcer-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.2 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 8908af137..a75e162e6 100644 --- a/pom.xml +++ b/pom.xml @@ -438,7 +438,7 @@ limitations under the License. org.apache.maven.plugins maven-enforcer-plugin - 3.6.1 + 3.6.2 org.apache.maven.plugins From dba3b4707d4562e11171dfb1fc4ac281387be3e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:01:11 +0000 Subject: [PATCH 419/421] Bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.1 to 3.9.0. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.8.1...maven-dependency-plugin-3.9.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-version: 3.9.0 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 a75e162e6..779844487 100644 --- a/pom.xml +++ b/pom.xml @@ -428,7 +428,7 @@ limitations under the License. org.apache.maven.plugins maven-dependency-plugin - 3.8.1 + 3.9.0 org.apache.maven.plugins From e197e583ede931f981badca31bb4e4c0555b63c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 20:01:27 +0000 Subject: [PATCH 420/421] Bump mavenSurefireVersion from 3.5.3 to 3.5.4 Bumps `mavenSurefireVersion` from 3.5.3 to 3.5.4. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.4 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 779844487..2e00489f0 100644 --- a/pom.xml +++ b/pom.xml @@ -350,7 +350,7 @@ limitations under the License. 2.46.1 3.15.1 2.1.0 - 3.5.3 + 3.5.4 5.13.4 0.7.5 apply From 534d2f7948028e93fcdcc777ad84f4809ac2deb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 12:08:43 +0200 Subject: [PATCH 421/421] Bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 (#375) * Bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.46.1 to 3.0.0. - [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.46.1...lib/3.0.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update minimal Java profile from 11 to 17 for spotless plugin * Manage version of palantirJavaFormat by spotless --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sylwester Lachiewicz Co-authored-by: Slawomir Jaranowski --- pom.xml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 2e00489f0..6b7487da9 100644 --- a/pom.xml +++ b/pom.xml @@ -347,15 +347,13 @@ limitations under the License. 2025-08-17T17:02:51Z true - 2.46.1 + 3.0.0 3.15.1 2.1.0 3.5.4 5.13.4 0.7.5 apply - - 2.56.0 0.9.0.M4 true @@ -615,11 +613,7 @@ limitations under the License. - - - - ${plantirJavaFormatVersion} - + javax,java,,\# @@ -899,9 +893,9 @@ limitations under the License. - java11+ + java17+ - [11,25) + [17,) @@ -910,7 +904,7 @@ limitations under the License. - + com.diffplug.spotless