Skip to content

Commit b1d265d

Browse files
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](apache/maven-site-plugin@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] <support@github.com> * Update with new site plugin version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
1 parent 8fc58f5 commit b1d265d

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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>
@@ -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>

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)