Skip to content

Commit

Permalink
Updated maven-project-info-reports-plugin to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-miles committed Nov 22, 2024
1 parent 4cdb90a commit a92838f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@
</execution>
</executions>
</plugin>
<!-- Required for maven-project-info-reports-plugin-3.8.0 for Doxia 2.0 stack -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.21.0</version>
</plugin>
</plugins>
</build>

Expand All @@ -295,8 +301,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<!-- Note: 3.[7|8].0 fails to generate dependencies report (i.e., during SCM report generation). -->
<version>3.6.2</version>
<version>3.8.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.12.0</version>
<version>2.0.0</version>
</skin>
<body>
<menu ref="reports"/>
Expand Down

0 comments on commit a92838f

Please sign in to comment.