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.
343
343
<gpg .useagent>true</gpg .useagent>
344
344
<spotless-maven-plugin .version>2.43.0</spotless-maven-plugin .version>
345
345
<mavenPluginToolsVersion >3.13.1</mavenPluginToolsVersion >
346
- <mavenFluidoSkinVersion >1.12.0 </mavenFluidoSkinVersion >
346
+ <mavenFluidoSkinVersion >2.0.0-M10 </mavenFluidoSkinVersion >
347
347
<mavenSurefireVersion >3.4.0</mavenSurefireVersion >
348
348
<junit5Version >5.11.0</junit5Version >
349
349
<spotless .action>check</spotless .action>
@@ -539,7 +539,7 @@ limitations under the License.
539
539
<plugin >
540
540
<groupId >org.apache.maven.plugins</groupId >
541
541
<artifactId >maven-site-plugin</artifactId >
542
- <version >3.12.1 </version >
542
+ <version >3.20.0 </version >
543
543
<configuration >
544
544
<!-- don't deploy site with maven-site-plugin -->
545
545
<skipDeploy >true</skipDeploy >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
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" />
9
8
</bannerLeft >
10
9
11
10
<skin >
34
33
</fluidoSkin >
35
34
</custom >
36
35
37
- <publishDate format = " yyyy-MM-dd " position =" right" />
36
+ <publishDate position =" right" />
38
37
<version position =" right" />
39
38
40
39
<body >
75
74
<item name =" Plexus XML" href =" https://codehaus-plexus.github.io/plexus-xml/" />
76
75
</menu >
77
76
</body >
78
- </project >
77
+ </site >
You can’t perform that action at this time.
0 commit comments