Skip to content

Commit

Permalink
[MSITE-871] Upgrade Maven Javadoc Plugin in integration tests (#39)
Browse files Browse the repository at this point in the history
* [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.
  • Loading branch information
mthmulders committed Mar 1, 2021
1 parent 52a5eba commit c03f624
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/it/projects/MSITE-484/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 1 addition & 2 deletions src/it/projects/MSITE-497/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/it/projects/MSITE-506/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/it/projects/MSITE-512/parent-usage-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/it/projects/MSITE-665/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c03f624

Please sign in to comment.