Skip to content

Commit

Permalink
Fixes #4211 - Fix build-docs workflow (#4214)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Nov 13, 2024
1 parent 323ed62 commit df0cdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>2.0.0-M10</version>
<version>2.0.0</version>
</skin>
<version position="left"/>
</project>
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,7 @@
<maven-replacer-plugin.version>1.5.3</maven-replacer-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<!-- Kept at 3.12.1 because of 3.20.0 is broken -->
<maven-site-plugin.version>3.12.1</maven-site-plugin.version>
<maven-site-plugin.version>3.21.0</maven-site-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
Expand Down

0 comments on commit df0cdda

Please sign in to comment.