Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 (
Browse files Browse the repository at this point in the history
…#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>
  • Loading branch information
dependabot[bot] and slawekjaranowski authored Sep 24, 2024
1 parent 8fc58f5 commit b1d265d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ limitations under the License.
<gpg.useagent>true</gpg.useagent>
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
<mavenPluginToolsVersion>3.13.1</mavenPluginToolsVersion>
<mavenFluidoSkinVersion>1.12.0</mavenFluidoSkinVersion>
<mavenFluidoSkinVersion>2.0.0-M10</mavenFluidoSkinVersion>
<mavenSurefireVersion>3.4.0</mavenSurefireVersion>
<junit5Version>5.11.0</junit5Version>
<spotless.action>check</spotless.action>
Expand Down Expand Up @@ -539,7 +539,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<version>3.20.0</version>
<configuration>
<!-- don't deploy site with maven-site-plugin -->
<skipDeploy>true</skipDeploy>
Expand Down
15 changes: 7 additions & 8 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<project name="Plexus Container" xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
<bannerLeft>
<name>Plexus</name>
<href>https://codehaus-plexus.github.io/</href>
<src>https://codehaus-plexus.github.io/images/plexus-logo-trans.png</src>
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">

<bannerLeft href="https://codehaus-plexus.github.io/">
<image src="https://codehaus-plexus.github.io/images/plexus-logo-trans.png" alt="Plexus" />
</bannerLeft>

<skin>
Expand Down Expand Up @@ -34,7 +33,7 @@
</fluidoSkin>
</custom>

<publishDate format="yyyy-MM-dd" position="right" />
<publishDate position="right" />
<version position="right" />

<body>
Expand Down Expand Up @@ -75,4 +74,4 @@
<item name="Plexus XML" href="https://codehaus-plexus.github.io/plexus-xml/" />
</menu>
</body>
</project>
</site>

0 comments on commit b1d265d

Please sign in to comment.