You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/03 21:52:30 UTC

[maven-reporting-exec] 04/04: [MSHARED-1102] Upgrade plugins and components in ITs

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch version-next
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git

commit 751110229783b773e59254f2146869b63201be70
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jul 3 23:50:56 2022 +0200

    [MSHARED-1102] Upgrade plugins and components in ITs
---
 pom.xml                     | 4 ++--
 src/it/reportConfig/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4d85aa5..8d88265 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>2022-04-23T19:22:30Z</project.build.outputTimestamp>
-    <sitePluginVersion>3.12.0</sitePluginVersion>
-    <projectInfoReportsPluginVersion>3.2.2</projectInfoReportsPluginVersion>
+    <sitePluginVersion>4.0.0-M2</sitePluginVersion>
+    <projectInfoReportsPluginVersion>3.3.0</projectInfoReportsPluginVersion>
   </properties>
 
   <dependencies>
diff --git a/src/it/reportConfig/pom.xml b/src/it/reportConfig/pom.xml
index 45e432b..0e3ff94 100644
--- a/src/it/reportConfig/pom.xml
+++ b/src/it/reportConfig/pom.xml
@@ -42,7 +42,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>4.0.0-M1</version>
+      <version>4.0.0-M2-SNAPSHOT</version>
     </dependency>
   </dependencies>