This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push:
new 9be5a08 Bump misc site generation related plugins
9be5a08 is described below
commit 9be5a088ce00d051a8004e7ec365082ec4990ab7
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Fri Jun 9 15:04:43 2023 +0200
Bump misc site generation related plugins
---
pom.xml | 7 ++++---
src/site/site.xml | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index e02741c..3f7d041 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,7 @@
<properties>
<netbeans.checkstyle.format>true</netbeans.checkstyle.format>
<mvnversion>3.2.5</mvnversion>
+ <maven.plugin.tools.version>3.9.0</maven.plugin.tools.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
@@ -172,12 +173,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>3.4.1</version>
+ <version>3.4.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>4.0.0-M3</version>
+ <version>4.0.0-M8</version>
</plugin>
</plugins>
</pluginManagement>
@@ -215,7 +216,7 @@
<artifactItem>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
- <version>1.11.1</version>
+ <version>2.0.0-M6</version>
<outputDirectory>${project.build.directory}/site</outputDirectory>
<includes>**\/*.css, **\/*.png, **\/*.gif</includes>
</artifactItem>
diff --git a/src/site/site.xml b/src/site/site.xml
index 2d05747..7e22a99 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -40,7 +40,7 @@ under the License.
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
- <version>1.11.1</version>
+ <version>2.0.0-M6</version>
</skin>
<body>