This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 2022178 [MSHARED-1282] Upgrade plugins and components (in ITs)
2022178 is described below
commit 2022178c6782c630500bfc89a6137133d7dc4fb3
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Jun 24 22:14:55 2023 +0200
[MSHARED-1282] Upgrade plugins and components (in ITs)
---
pom.xml | 4 ++--
src/it/pluginManagement_dependencies/pom.xml | 2 +-
src/it/reportConfig/pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 874785c..27d7a25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,8 +61,8 @@
<aetherVersion>1.0.0.v20140518</aetherVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<project.build.outputTimestamp>2023-04-26T20:47:56Z</project.build.outputTimestamp>
- <sitePluginVersion>4.0.0-M7</sitePluginVersion>
- <projectInfoReportsPluginVersion>3.4.2</projectInfoReportsPluginVersion>
+ <sitePluginVersion>4.0.0-M8</sitePluginVersion>
+ <projectInfoReportsPluginVersion>3.4.5</projectInfoReportsPluginVersion>
</properties>
<dependencies>
diff --git a/src/it/pluginManagement_dependencies/pom.xml
b/src/it/pluginManagement_dependencies/pom.xml
index 659f097..28618bf 100644
--- a/src/it/pluginManagement_dependencies/pom.xml
+++ b/src/it/pluginManagement_dependencies/pom.xml
@@ -32,7 +32,7 @@ under the License.
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.3.0</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
diff --git a/src/it/reportConfig/pom.xml b/src/it/reportConfig/pom.xml
index 499cf2c..0dfecb1 100644
--- a/src/it/reportConfig/pom.xml
+++ b/src/it/reportConfig/pom.xml
@@ -64,7 +64,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.8.1</version>
+ <version>3.9.0</version>
</plugin>
</plugins>
</pluginManagement>