Skip to content

Commit

Permalink
Upgrade maven-site-plugin and fluido skin and upgrade site.xml file t…
Browse files Browse the repository at this point in the history
…o comply with new Doxia format used by maven-site-plugin.
  • Loading branch information
davewichers committed Oct 23, 2023
1 parent 013296e commit eb27e21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</scm>

<properties>
<fluido.version>2.0.0-M7</fluido.version>
<fluido.version>2.0.0-M8</fluido.version>
<gpg.skip>true</gpg.skip><!-- by default skip gpg -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2023-10-06T21:08:34Z</project.build.outputTimestamp>
Expand Down Expand Up @@ -406,7 +406,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M9</version>
<version>4.0.0-M11</version>
<dependencies>
<!-- Explicitly declare these dependencies so the versions plugin and library bots will flag available updates. The fluido-skin
plugin is referenced in src/site/site.xml using the same fluido version property. -->
Expand Down
13 changes: 5 additions & 8 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="${project.name}" xmlns="https://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
<bannerLeft>
<src>/images/owasp.png</src>
<href>https://owasp.org/www-project-antisamy/</href>
<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 href="https://owasp.org/www-project-antisamy">
<image src="images/owasp.png" />
</bannerLeft>
<skin>
<groupId>org.apache.maven.skins</groupId>
Expand All @@ -23,5 +20,5 @@
</links>
<menu ref="reports" />
</body>
</project>
</site>

1 comment on commit eb27e21

@michael-o
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks sane.

Please sign in to comment.