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

michaelo pushed a commit to branch MPLUGIN-415
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit 570c0c9c8a248fe8d1c872604ddfbf7c518fde65
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sun Aug 7 21:14:21 2022 +0200

    [MPLUGIN-415] Upgrade Maven Reporting API to 3.1.1/Maven Reporting Impl to 
3.2.0
---
 maven-plugin-plugin/pom.xml                                  | 4 ++--
 maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml | 8 ++++----
 maven-plugin-plugin/src/it/plugin-report/pom.xml             | 8 ++++----
 maven-plugin-tools-generators/pom.xml                        | 4 ++--
 pom.xml                                                      | 4 +++-
 5 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml
index 448f6bd9..4d8a0453 100644
--- a/maven-plugin-plugin/pom.xml
+++ b/maven-plugin-plugin/pom.xml
@@ -151,7 +151,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>3.1.0</version>
+      <version>${reportingImplVersion}</version>
     </dependency>
 
     <!-- plexus -->
@@ -328,7 +328,7 @@
               <settingsFile>src/it/settings.xml</settingsFile>
               <streamLogsOnFailures>true</streamLogsOnFailures>
               <filterProperties>
-                <sitePluginVersion>3.11.0</sitePluginVersion>
+                <sitePluginVersion>3.12.1</sitePluginVersion>
                 <projectInfoReportsPlugin>3.4.0</projectInfoReportsPlugin>
                 <antVersion>${antVersion}</antVersion>
               </filterProperties>
diff --git a/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml 
b/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml
index be4a57f9..293af039 100644
--- a/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml
+++ b/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml
@@ -63,13 +63,13 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-impl</artifactId>
-      <version>3.1.0</version>
+      <artifactId>maven-reporting-api</artifactId>
+      <version>@reportingApiVersion@</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-api</artifactId>
-      <version>3.1.0</version>
+      <artifactId>maven-reporting-impl</artifactId>
+      <version>@reportingImplVersion@</version>
     </dependency>
   </dependencies>
 
diff --git a/maven-plugin-plugin/src/it/plugin-report/pom.xml 
b/maven-plugin-plugin/src/it/plugin-report/pom.xml
index 6cdcefda..290559c2 100644
--- a/maven-plugin-plugin/src/it/plugin-report/pom.xml
+++ b/maven-plugin-plugin/src/it/plugin-report/pom.xml
@@ -63,13 +63,13 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-impl</artifactId>
-      <version>3.1.0</version>
+      <artifactId>maven-reporting-api</artifactId>
+      <version>@reportingApiVersion@</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-api</artifactId>
-      <version>3.1.0</version>
+      <artifactId>maven-reporting-impl</artifactId>
+      <version>@reportingImplVersion@</version>
     </dependency>
   </dependencies>
 
diff --git a/maven-plugin-tools-generators/pom.xml 
b/maven-plugin-tools-generators/pom.xml
index 88ef51eb..d022179b 100644
--- a/maven-plugin-tools-generators/pom.xml
+++ b/maven-plugin-tools-generators/pom.xml
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.1.0</version>
+      <version>${reportingApiVersion}</version>
     </dependency>
 
     <!-- plexus -->
@@ -100,7 +100,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>3.1.0</version>
+      <version>${reportingImplVersion}</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
diff --git a/pom.xml b/pom.xml
index c1ea31da..218d8d94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,8 @@
     
<maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
     <asmVersion>9.3</asmVersion>
     <plexusUtilsVersion>3.4.2</plexusUtilsVersion>
+    <reportingApiVersion>3.1.1</reportingApiVersion>
+    <reportingImplVersion>3.2.0</reportingImplVersion>
     
<project.build.outputTimestamp>2022-01-10T23:05:38Z</project.build.outputTimestamp>
   </properties>
 
@@ -169,7 +171,7 @@
         <artifactId>maven-settings</artifactId>
         <version>${mavenVersion}</version>
       </dependency>
-      
+
       <!-- plexus -->
       <dependency>
         <groupId>org.codehaus.plexus</groupId>

Reply via email to