Skip to content

Commit

Permalink
[MJAVADOC-711] Upgrade plugins in ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Apr 15, 2022
1 parent 03ca843 commit 5fae3b6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/it/projects/MJAVADOC-134_multiaggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/it/projects/MJAVADOC-613-aggregate-exclude/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/it/projects/site-failOnError/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5fae3b6

Please sign in to comment.