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


The following commit(s) were added to refs/heads/master by this push:
     new 5fae3b65 [MJAVADOC-711] Upgrade plugins in ITs
5fae3b65 is described below

commit 5fae3b656e131fa233982eebf0944b5253fc845e
Author: Michael Osipov <[email protected]>
AuthorDate: Fri Apr 15 19:22:22 2022 +0200

    [MJAVADOC-711] Upgrade plugins in ITs
---
 pom.xml                                                       | 4 ++--
 src/it/projects/MJAVADOC-134_multiaggregate/pom.xml           | 2 +-
 src/it/projects/MJAVADOC-613-aggregate-exclude/pom.xml        | 2 +-
 src/it/projects/MJAVADOC-636-aggregate_module_skipped/pom.xml | 2 +-
 src/it/projects/site-failOnError/pom.xml                      | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index df5de51e..5d520501 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,8 +75,8 @@ under the License.
     <plexus-java.version>1.1.0</plexus-java.version>
     <jetty.version>9.4.43.v20210629</jetty.version>
     <!-- for ITs -->
-    <sitePluginVersion>3.3</sitePluginVersion>
-    <projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>
+    <sitePluginVersion>3.11.0</sitePluginVersion>
+    <projectInfoReportsPluginVersion>3.2.2</projectInfoReportsPluginVersion>
     
<project.build.outputTimestamp>2022-02-07T20:54:37Z</project.build.outputTimestamp>
     <slf4j.version>1.7.32</slf4j.version>
   </properties>
diff --git a/src/it/projects/MJAVADOC-134_multiaggregate/pom.xml 
b/src/it/projects/MJAVADOC-134_multiaggregate/pom.xml
index 61761068..2a277b72 100644
--- a/src/it/projects/MJAVADOC-134_multiaggregate/pom.xml
+++ b/src/it/projects/MJAVADOC-134_multiaggregate/pom.xml
@@ -74,7 +74,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.9</version>
+        <version>@projectInfoReportsPluginVersion@</version>
         <reportSets>
           <reportSet>
             <reports>
diff --git a/src/it/projects/MJAVADOC-613-aggregate-exclude/pom.xml 
b/src/it/projects/MJAVADOC-613-aggregate-exclude/pom.xml
index 0f305e86..522e1025 100644
--- a/src/it/projects/MJAVADOC-613-aggregate-exclude/pom.xml
+++ b/src/it/projects/MJAVADOC-613-aggregate-exclude/pom.xml
@@ -74,7 +74,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.9</version>
+        <version>@projectInfoReportsPluginVersion@</version>
         <reportSets>
           <reportSet>
             <reports>
diff --git a/src/it/projects/MJAVADOC-636-aggregate_module_skipped/pom.xml 
b/src/it/projects/MJAVADOC-636-aggregate_module_skipped/pom.xml
index fd62f938..d8a280ba 100644
--- a/src/it/projects/MJAVADOC-636-aggregate_module_skipped/pom.xml
+++ b/src/it/projects/MJAVADOC-636-aggregate_module_skipped/pom.xml
@@ -77,7 +77,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.9</version>
+        <version>@projectInfoReportsPluginVersion@</version>
         <reportSets>
           <reportSet>
             <reports>
diff --git a/src/it/projects/site-failOnError/pom.xml 
b/src/it/projects/site-failOnError/pom.xml
index 7ad48383..cd98ff65 100644
--- a/src/it/projects/site-failOnError/pom.xml
+++ b/src/it/projects/site-failOnError/pom.xml
@@ -71,7 +71,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.9</version>
+        <version>@projectInfoReportsPluginVersion@</version>
         <reportSets>
           <reportSet>
             <reports>

Reply via email to