Skip to content

Commit

Permalink
Migrate site.xml to new model (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Oct 17, 2024
1 parent 50c0757 commit a801eeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Stapler Maven plugin">
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Stapler Maven plugin">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
Expand Down Expand Up @@ -28,4 +30,4 @@
</gitHub>
</fluidoSkin>
</custom>
</project>
</site>

0 comments on commit a801eeb

Please sign in to comment.