Skip to content

Commit

Permalink
Migrate site.xml to new model (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Oct 17, 2024
1 parent 2f71b93 commit cb8a329
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
<bannerLeft>
<name>${project.name}</name>
<src>images/jenkins_logo.png</src>
<href>https://jenkins.io/</href>
<?xml version="1.0" encoding="UTF-8"?>
<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">
<bannerLeft name="${project.name}" href="https://jenkins.io/">
<image src="images/jenkins_logo.png"/>
</bannerLeft>

<publishDate format="yyyy-MM-dd" position="right" />
Expand Down Expand Up @@ -43,4 +41,4 @@
</gitHub>
</fluidoSkin>
</custom>
</project>
</site>

0 comments on commit cb8a329

Please sign in to comment.