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/04/18 12:41:24 UTC

[maven-pdf-plugin] 06/06: [MPDF-103] Upgrade plugins in ITs

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-pdf-plugin.git

commit 80eaf0ede5ad96ea77b8ce12400ca9dda77c4142
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Apr 18 14:36:40 2022 +0200

    [MPDF-103] Upgrade plugins in ITs
---
 pom.xml                                   | 4 +++-
 src/it/descriptor/pom.xml                 | 6 +++---
 src/it/pdf-aggregate/pom.xml              | 4 ++--
 src/it/pdf-with-reporting-section/pom.xml | 4 ++--
 4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index ee7d5fb..db647aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,8 @@ under the License.
     <mavenVersion>3.2.5</mavenVersion>
     <javaVersion>8</javaVersion>
     <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
+    <projectInfoReportsPlugin>3.2.2</projectInfoReportsPlugin>
+    <cleanPlugin>3.2.0</cleanPlugin>
     <project.build.outputTimestamp>2021-11-28T20:43:24Z</project.build.outputTimestamp>
   </properties>
 
@@ -108,7 +110,7 @@ under the License.
       <artifactId>maven-reporting-exec</artifactId>
       <version>1.6.0</version>
     </dependency>
-  
+
     <!-- Maven -->
     <dependency>
       <groupId>org.apache.maven</groupId>
diff --git a/src/it/descriptor/pom.xml b/src/it/descriptor/pom.xml
index 92c879a..0bb6d97 100644
--- a/src/it/descriptor/pom.xml
+++ b/src/it/descriptor/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>
@@ -59,11 +59,11 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.9</version>
+        <version>@projectInfoReportsPlugin@</version>
         <reportSets>
           <reportSet>
             <reports>
-              <report>license</report>
+              <report>licenses</report>
               <report>summary</report>
             </reports>
           </reportSet>
diff --git a/src/it/pdf-aggregate/pom.xml b/src/it/pdf-aggregate/pom.xml
index 324c407..9163675 100644
--- a/src/it/pdf-aggregate/pom.xml
+++ b/src/it/pdf-aggregate/pom.xml
@@ -67,7 +67,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>
@@ -81,7 +81,7 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>3.1.0</version>
+        <version>@projectInfoReportsPlugin@</version>
         <reportSets>
           <reportSet>
             <reports>
diff --git a/src/it/pdf-with-reporting-section/pom.xml b/src/it/pdf-with-reporting-section/pom.xml
index 1f803bd..155b8c9 100644
--- a/src/it/pdf-with-reporting-section/pom.xml
+++ b/src/it/pdf-with-reporting-section/pom.xml
@@ -67,7 +67,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>
@@ -81,7 +81,7 @@ under the License.
     <plugins>
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>3.1.0</version>
+        <version>@projectInfoReportsPlugin@</version>
         <reportSets>
           <reportSet>
             <reports>