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/08/14 11:16:48 UTC

[maven-pdf-plugin] 01/01: [MPDF-105] Upgrade Maven Reporting API to 3.1.1

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

michaelo pushed a commit to branch MPDF-105
in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git

commit e3ce6d793e039ed56dd66b548f5577c15a8f3f1d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Aug 14 13:15:59 2022 +0200

    [MPDF-105] Upgrade Maven Reporting API to 3.1.1
    
    This also upgrades for ITs:
    * Maven Project Info Reports Plugin to 3.4.1
---
 pom.xml                                                 | 6 +++---
 src/it/descriptor/pom.xml                               | 6 +++---
 src/it/fop-basic/pom.xml                                | 6 ++----
 src/it/no-site/pom.xml                                  | 6 ++----
 src/it/pdf-aggregate/pom.xml                            | 6 +++---
 src/it/pdf-with-reporting-section/pom.xml               | 6 +++---
 src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java | 1 +
 7 files changed, 17 insertions(+), 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index 181aae2..f46d101 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@ under the License.
     <mavenVersion>3.2.5</mavenVersion>
     <javaVersion>8</javaVersion>
     <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
-    <projectInfoReportsPlugin>3.2.2</projectInfoReportsPlugin>
+    <projectInfoReportsPlugin>3.4.1</projectInfoReportsPlugin>
     <cleanPlugin>3.2.0</cleanPlugin>
     <project.build.outputTimestamp>2022-04-18T12:42:42Z</project.build.outputTimestamp>
   </properties>
@@ -103,7 +103,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.1.0</version>
+      <version>3.1.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
@@ -302,7 +302,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pdf-plugin</artifactId>
-          <version>1.4</version>
+          <version>1.6.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
diff --git a/src/it/descriptor/pom.xml b/src/it/descriptor/pom.xml
index 0bb6d97..081abb2 100644
--- a/src/it/descriptor/pom.xml
+++ b/src/it/descriptor/pom.xml
@@ -54,7 +54,7 @@ under the License.
       </plugin>
     </plugins>
   </build>
-  
+
   <reporting>
     <plugins>
       <plugin>
@@ -70,6 +70,6 @@ under the License.
         </reportSets>
       </plugin>
     </plugins>
-  </reporting>  
-  
+  </reporting>
+
 </project>
diff --git a/src/it/fop-basic/pom.xml b/src/it/fop-basic/pom.xml
index 7606ad5..1b48741 100644
--- a/src/it/fop-basic/pom.xml
+++ b/src/it/fop-basic/pom.xml
@@ -42,7 +42,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clean-plugin</artifactId>
-        <version>2.4.1</version>
+        <version>@cleanPlugin@</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -54,7 +54,5 @@ under the License.
       </plugin>
     </plugins>
   </build>
-  
-  
-  
+
 </project>
diff --git a/src/it/no-site/pom.xml b/src/it/no-site/pom.xml
index 58ed3fc..fda4db6 100644
--- a/src/it/no-site/pom.xml
+++ b/src/it/no-site/pom.xml
@@ -42,7 +42,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clean-plugin</artifactId>
-        <version>2.4.1</version>
+        <version>@cleanPlugin@</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -54,7 +54,5 @@ under the License.
       </plugin>
     </plugins>
   </build>
-  
-  
-  
+
 </project>
diff --git a/src/it/pdf-aggregate/pom.xml b/src/it/pdf-aggregate/pom.xml
index 9163675..3b4041b 100644
--- a/src/it/pdf-aggregate/pom.xml
+++ b/src/it/pdf-aggregate/pom.xml
@@ -76,7 +76,7 @@ under the License.
       </plugin>
     </plugins>
   </build>
-  
+
   <reporting>
     <plugins>
       <plugin>
@@ -100,6 +100,6 @@ under the License.
         </reportSets>
       </plugin>
     </plugins>
-  </reporting>  
-  
+  </reporting>
+
 </project>
diff --git a/src/it/pdf-with-reporting-section/pom.xml b/src/it/pdf-with-reporting-section/pom.xml
index 155b8c9..81f53fd 100644
--- a/src/it/pdf-with-reporting-section/pom.xml
+++ b/src/it/pdf-with-reporting-section/pom.xml
@@ -76,7 +76,7 @@ under the License.
       </plugin>
     </plugins>
   </build>
-  
+
   <reporting>
     <plugins>
       <plugin>
@@ -101,6 +101,6 @@ under the License.
         </reportSets>
       </plugin>
     </plugins>
-  </reporting>  
-  
+  </reporting>
+
 </project>
diff --git a/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java b/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java
index 8c0de75..d116982 100644
--- a/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java
+++ b/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java
@@ -1421,6 +1421,7 @@ public class PdfMojo
      */
     private static class PdfXdocSink
         extends XdocSink
+        implements org.codehaus.doxia.sink.Sink
     {
         protected PdfXdocSink( Writer writer )
         {