Skip to content

Commit

Permalink
Merge pull request #489 from axonivy/fixSite
Browse files Browse the repository at this point in the history
fix-site-warning
  • Loading branch information
ivy-rew authored Aug 26, 2024
2 parents 911343a + 561fcf4 commit 77bbac0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,8 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.13.1</version>
<artifactId>maven-plugin-report-plugin</artifactId>
<version>3.14.0</version>
<configuration>
<requirements>
<others>
Expand Down
9 changes: 4 additions & 5 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ specific language governing permissions and limitations
under the License.
-->

<project xmlns="http://maven.apache.org/DECORATION/1.6.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd">
<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">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
Expand All @@ -40,7 +39,7 @@ under the License.
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.8</version>
<version>1.11.1</version>
</skin>

<custom>
Expand All @@ -53,4 +52,4 @@ under the License.
</fluidoSkin>
</custom>

</project>
</site>

0 comments on commit 77bbac0

Please sign in to comment.