You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/03/01 15:51:29 UTC

[maven-site-plugin] branch master updated: [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests (#39)

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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c03f624  [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests (#39)
c03f624 is described below

commit c03f6242ed895dae0a5781c3408550539fc4e0fb
Author: Maarten Mulders <mt...@users.noreply.github.com>
AuthorDate: Mon Mar 1 16:51:22 2021 +0100

    [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests (#39)
    
    * [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests
    
    These test failed on macOS with Java above 8; now they pass with
    Java 8, 11 and 15 on macOS.
    
    * [MSITE-871] Upgrade Maven Javadoc Plugin in integration tests
    
    These test failed on macOS with Java above 8; now they pass with
    Java 8, 11 and 15 on macOS.
---
 src/it/projects/MSITE-484/pom.xml                   | 2 +-
 src/it/projects/MSITE-497/pom.xml                   | 3 +--
 src/it/projects/MSITE-506/pom.xml                   | 2 +-
 src/it/projects/MSITE-512/parent-usage-test/pom.xml | 2 +-
 src/it/projects/MSITE-665/pom.xml                   | 2 +-
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/it/projects/MSITE-484/pom.xml b/src/it/projects/MSITE-484/pom.xml
index 0b41582..deb668d 100644
--- a/src/it/projects/MSITE-484/pom.xml
+++ b/src/it/projects/MSITE-484/pom.xml
@@ -66,7 +66,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.0.0-M1</version>
+        <version>3.2.0</version>
         <reportSets>
           <reportSet>
             <reports>
diff --git a/src/it/projects/MSITE-497/pom.xml b/src/it/projects/MSITE-497/pom.xml
index a371a0e..d96f0e6 100644
--- a/src/it/projects/MSITE-497/pom.xml
+++ b/src/it/projects/MSITE-497/pom.xml
@@ -43,7 +43,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.7</version>
+          <version>3.2.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -65,7 +65,6 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.0.0-M1</version>
       </plugin>
     </plugins>
   </reporting>
diff --git a/src/it/projects/MSITE-506/pom.xml b/src/it/projects/MSITE-506/pom.xml
index cbd6af2..01afb12 100644
--- a/src/it/projects/MSITE-506/pom.xml
+++ b/src/it/projects/MSITE-506/pom.xml
@@ -57,7 +57,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.0.0-M1</version>
+        <version>3.2.0</version>
         <configuration>
           <includeDependencySources>true</includeDependencySources>
           <detectOfflineLinks>false</detectOfflineLinks>
diff --git a/src/it/projects/MSITE-512/parent-usage-test/pom.xml b/src/it/projects/MSITE-512/parent-usage-test/pom.xml
index 7661ae9..affb286 100644
--- a/src/it/projects/MSITE-512/parent-usage-test/pom.xml
+++ b/src/it/projects/MSITE-512/parent-usage-test/pom.xml
@@ -57,7 +57,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.0.0-M1</version>
+        <version>3.2.0</version>
         <reportSets>
           <reportSet>
             <id>single</id>
diff --git a/src/it/projects/MSITE-665/pom.xml b/src/it/projects/MSITE-665/pom.xml
index ab74976..625114a 100644
--- a/src/it/projects/MSITE-665/pom.xml
+++ b/src/it/projects/MSITE-665/pom.xml
@@ -82,7 +82,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.0.0-M1</version>
+        <version>3.2.0</version>
         <reportSets>
           <reportSet>
             <reports>