Skip to content

Commit deaeb28

Browse files
Update with new site plugin version
1 parent d5c4007 commit deaeb28

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/site/site.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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>
@@ -34,7 +33,7 @@
3433
</fluidoSkin>
3534
</custom>
3635

37-
<publishDate format="yyyy-MM-dd" position="right" />
36+
<publishDate position="right" />
3837
<version position="right" />
3938

4039
<body>
@@ -75,4 +74,4 @@
7574
<item name="Plexus XML" href="https://codehaus-plexus.github.io/plexus-xml/" />
7675
</menu>
7776
</body>
78-
</project>
77+
</site>

0 commit comments

Comments
 (0)