File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ limitations under the License.
343343 <gpg .useagent>true</gpg .useagent>
344344 <spotless-maven-plugin .version>2.43.0</spotless-maven-plugin .version>
345345 <mavenPluginToolsVersion >3.13.1</mavenPluginToolsVersion >
346- <mavenFluidoSkinVersion >1.12.0 </mavenFluidoSkinVersion >
346+ <mavenFluidoSkinVersion >2.0.0-M10 </mavenFluidoSkinVersion >
347347 <mavenSurefireVersion >3.4.0</mavenSurefireVersion >
348348 <junit5Version >5.11.0</junit5Version >
349349 <spotless .action>check</spotless .action>
@@ -539,7 +539,7 @@ limitations under the License.
539539 <plugin >
540540 <groupId >org.apache.maven.plugins</groupId >
541541 <artifactId >maven-site-plugin</artifactId >
542- <version >3.12.1 </version >
542+ <version >3.20.0 </version >
543543 <configuration >
544544 <!-- don't deploy site with maven-site-plugin -->
545545 <skipDeploy >true</skipDeploy >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
3- <project name =" Plexus Container" xmlns =" http://maven.apache.org/DECORATION/1.8.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd" >
5- <bannerLeft >
6- <name >Plexus</name >
7- <href >https://codehaus-plexus.github.io/</href >
8- <src >https://codehaus-plexus.github.io/images/plexus-logo-trans.png</src >
3+ <site xmlns =" http://maven.apache.org/SITE/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" >
5+
6+ <bannerLeft href =" https://codehaus-plexus.github.io/" >
7+ <image src =" https://codehaus-plexus.github.io/images/plexus-logo-trans.png" alt =" Plexus" />
98 </bannerLeft >
109
1110 <skin >
3433 </fluidoSkin >
3534 </custom >
3635
37- <publishDate format = " yyyy-MM-dd " position =" right" />
36+ <publishDate position =" right" />
3837 <version position =" right" />
3938
4039 <body >
7574 <item name =" Plexus XML" href =" https://codehaus-plexus.github.io/plexus-xml/" />
7675 </menu >
7776 </body >
78- </project >
77+ </site >
You can’t perform that action at this time.
0 commit comments