Skip to content

Commit

Permalink
update site descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 3, 2024
1 parent 47919ff commit c30a97a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
21 changes: 3 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,25 +365,10 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<requirementsHistories>
<requirementsHistory>
<version>2.3.0</version>
<maven>3.5.4</maven>
<jdk>1.8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>2.0.0</version>
<maven>3.5.4</maven>
<jdk>1.7</jdk>
</requirementsHistory>
<requirementsHistory>
<version>1.20</version>
<maven>2.2.1</maven>
<jdk>1.7</jdk>
</requirementsHistory>
</requirementsHistories>
<!-- due to freemarker mixed jar FREEMARKER-228 -->
<requiredJavaVersion>8</requiredJavaVersion>
</configuration>
</plugin>
</plugins>
Expand Down
7 changes: 3 additions & 4 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
#L%
-->

<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.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>
<breadcrumbs>
Expand All @@ -49,4 +48,4 @@
<item name="Update File Header" href="examples/update-file-header-config.html" />
</menu>
</body>
</project>
</site>

0 comments on commit c30a97a

Please sign in to comment.