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/16 20:17:28 UTC

[maven-pdf-plugin] branch MPDF-105 updated (e3ce6d7 -> e5c26de)

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

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


    omit e3ce6d7  [MPDF-105] Upgrade Maven Reporting API to 3.1.1
     add f5c9aad  Bump plexus-utils from 3.4.1 to 3.4.2
     add ac39b0f  Ignore Maven Core updates
     add 2ef5ab6  (doc) dependabot - remove no longer needed exclusions
     add e1de708  Bump l10n-maven-plugin from 1.0-alpha-2 to 1.0.0
     new e5c26de  [MPDF-105] Upgrade Maven Reporting API to 3.1.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e3ce6d7)
            \
             N -- N -- N   refs/heads/MPDF-105 (e5c26de)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/dependabot.yml | 11 +++--------
 pom.xml                |  4 ++--
 2 files changed, 5 insertions(+), 10 deletions(-)


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

Posted by mi...@apache.org.
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 e5c26de1bc95132ba01656d5029e20ee0dce9493
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 e2479b5..32eda17 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 )
         {