Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M11 to 4.0…
Browse files Browse the repository at this point in the history
….0-M13 (#50)

Bumps
[org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin)
from 4.0.0-M11 to 4.0.0-M13.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-site-plugin/commit/a6d3a101d6f4b88d23ffb54ca379d0a27a70d8dc"><code>a6d3a10</code></a>
[maven-release-plugin] prepare release maven-site-plugin-4.0.0-M13</li>
<li><a
href="https://github.com/apache/maven-site-plugin/commit/d867ec4396381e924f2345f8d80d8fe09ea4a02e"><code>d867ec4</code></a>
[MSITE-999] Upgrade plugins and components (in ITs)</li>
<li><a
href="https://github.com/apache/maven-site-plugin/commit/a3fe0020577c7ce3bdcec869d858c6d1d4547ce1"><code>a3fe002</code></a>
[MSITE-998] MavenReport#setReportOutputDirectory(File) is called too
late</li>
<li><a
href="https://github.com/apache/maven-site-plugin/commit/5488257469544228e8476b4ef8757faa8ab94b5c"><code>5488257</code></a>
[MSITE-997] Non-localized site directory DocumentRenderingContext
passed</li>
<li><a
href="https://github.com/apache/maven-site-plugin/commit/fdb02ab984fd62f61219af61084f5b9ad7132796"><code>fdb02ab</code></a>
Use AbstractMavenReport#getReportOutputDirectory() consistently</li>
<li><a
href="https://github.com/apache/maven-site-plugin/commit/7c18d867547d8e8ad71b963ac281cd8db17baa1d"><code>7c18d86</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/apache/maven-site-plugin/commit/a8a705b99a76e59c2b83c3011f65e58e5f768ab1"><code>a8a705b</code></a>
[maven-release-plugin] prepare release maven-site-plugin-4.0.0-M12</li>
<li><a
href="https://github.com/apache/maven-site-plugin/commit/7f7b333a595c8828ff9bb3b48c54acdf7d285c6c"><code>7f7b333</code></a>
[MSITE-996] Rewrite site.xml in ITs for new site model</li>
<li><a
href="https://github.com/apache/maven-site-plugin/commit/9d72298cca30b303f9c497bee489c4be293934f0"><code>9d72298</code></a>
Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0</li>
<li><a
href="https://github.com/apache/maven-site-plugin/commit/8ceb7b02a892ea4084bb1788e6dfdba896521c9c"><code>8ceb7b0</code></a>
[MSITE-987] Consistently log when skipping report goal execution</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-4.0.0-M11...maven-site-plugin-4.0.0-M13">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-site-plugin&package-manager=maven&previous-version=4.0.0-M11&new-version=4.0.0-M13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
bertysentry authored Jan 31, 2024
2 parents 2dd96c8 + 8dd7f47 commit 001e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<!-- site -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M11</version>
<version>4.0.0-M13</version>
</plugin>

<!-- jar -->
Expand Down

0 comments on commit 001e25e

Please sign in to comment.