Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 #66

Merged
dependabot[bot] merged 1 commit from dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.0.0 into main 2022-08-01 22:08:39 +02:00
dependabot[bot] commented 2022-08-01 22:07:32 +02:00 (Migrated from github.com)

Bumps maven-deploy-plugin from 3.0.0-M2 to 3.0.0.

Commits
  • b905235 [maven-release-plugin] prepare release maven-deploy-plugin-3.0.0
  • 16541da [MDEPLOY-296] Streamline plugin (#26)
  • 89c28fb [MDEPLOY-193] Deploy At End feature (no extension) (#20)
  • dd39f5d (doc) Update Fluido Skin to 1.10.0
  • d4bdd05 (doc) drop obsolete Google tracking code
  • 6eb066e [MDEPLOY-291] Update POM parent and Maven (#22)
  • 36a2030 Use Shared GitHub Actions
  • 9929303 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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 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)
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0-M2 to 3.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/b9052355f7e425bc11f12fda44cb280f2d52c738"><code>b905235</code></a> [maven-release-plugin] prepare release maven-deploy-plugin-3.0.0</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/16541da43c51237cf7183c4500a576108ad946b8"><code>16541da</code></a> [MDEPLOY-296] Streamline plugin (<a href="https://github-redirect.dependabot.com/apache/maven-deploy-plugin/issues/26">#26</a>)</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/89c28fb8d095b7c76115124d868579a5d4529d0b"><code>89c28fb</code></a> [MDEPLOY-193] Deploy At End feature (no extension) (<a href="https://github-redirect.dependabot.com/apache/maven-deploy-plugin/issues/20">#20</a>)</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/dd39f5d12cb604ae674c9669425255116b1b72d4"><code>dd39f5d</code></a> (doc) Update Fluido Skin to 1.10.0</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/d4bdd053f2e5e8bd9a3c8301f04d6b227ceb6410"><code>d4bdd05</code></a> (doc) drop obsolete Google tracking code</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/6eb066eff3314418c4c4eb73c4e8eda636a4042c"><code>6eb066e</code></a> [MDEPLOY-291] Update POM parent and Maven (<a href="https://github-redirect.dependabot.com/apache/maven-deploy-plugin/issues/22">#22</a>)</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/36a2030c8851e21cd1e0bec01c3cea4dc6055a48"><code>36a2030</code></a> Use Shared GitHub Actions</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/992930360d5878261d61c28b4c79c8bfe1159edf"><code>9929303</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0-M2...maven-deploy-plugin-3.0.0">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-deploy-plugin&package-manager=maven&previous-version=3.0.0-M2&new-version=3.0.0)](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 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>
sschnabe (Migrated from github.com) reviewed 2022-08-01 22:07:32 +02:00
rpahli (Migrated from github.com) reviewed 2022-08-01 22:07:32 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2022-08-01 22:07:32 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2022-08-01 22:07:49 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: kokuwaio/micronaut-logging#66
No description provided.