Skip to content

Commit

Permalink
Migrate site.xml to new model (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Oct 17, 2024
1 parent 54cd2ff commit 7f51d83
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="License 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="License Maven Plugin">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
Expand All @@ -26,4 +28,4 @@
</gitHub>
</fluidoSkin>
</custom>
</project>
</site>

0 comments on commit 7f51d83

Please sign in to comment.