Skip to content

Commit

Permalink
Upgrade site and skin
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Oct 2, 2024
1 parent 33ddbfd commit d8fd4ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.20.0</version>
<version>4.0.0-M16</version>
<executions>
<execution>
<id>stage-for-scm-publish</id>
Expand All @@ -418,6 +418,7 @@
</executions>
<configuration>
<skipDeploy>true</skipDeploy>
<locales>default</locales>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.12.0</version>
<version>2.0.0-M11</version>
</skin>

<custom>
Expand Down

0 comments on commit d8fd4ee

Please sign in to comment.