Skip to content

Commit

Permalink
Bump org.codehaus.mojo:mojo-parent from 85 to 86 (#590)
Browse files Browse the repository at this point in the history
* Bump org.codehaus.mojo:mojo-parent from 85 to 86

Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 85 to 86.
- [Release notes](https://github.com/mojohaus/mojo-parent/releases)
- [Commits](https://github.com/mojohaus/mojo-parent/commits)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:mojo-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update site descriptor

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
  • Loading branch information
dependabot[bot] and slawekjaranowski authored Nov 3, 2024
1 parent 5404204 commit 386ee91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
23 changes: 4 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>85</version>
<version>86</version>
</parent>

<artifactId>license-maven-plugin</artifactId>
Expand Down 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 386ee91

Please sign in to comment.