This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/slf4jVersion-2.0.16 in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
omit 9983422 Bump slf4jVersion from 2.0.13 to 2.0.16 add d4584a4 use new Reproducible Central badge endpoint add db88aa3 doc: fix XML closing tag typo in network example add 1bd60a0 Upgrade to beta 5 (#81) add 26e9f4a Disable Jenkins build add 01268dc Release drafter configuration and PR Automation add f258595 Add badge for 3.x version add 93b2b3d Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#66) add 43d5a0e Add dependabot for 3.x branch add c0bd1ab Bump mockitoVersion from 5.12.0 to 5.15.2 add 76f0632 [MNGSITE-529] Rename "Goals" to "Plugin Documentation" add 9410718 PR Automation only on close event add 358ba26 Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre add 5ae9796 Upgrade dependencies to Maven 4.0.0-rc-2 add c12bce8 Add Stale action add ac4f219 Bump slf4jVersion from 2.0.13 to 2.0.16 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (9983422) \ N -- N -- N refs/heads/dependabot/maven/slf4jVersion-2.0.16 (ac4f219) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/dependabot.yml | 13 ++++ ...release-drafter.yml => release-drafter-3.x.yml} | 5 +- .github/release-drafter.yml | 10 +++ .github/workflows/maven-verify.yml | 5 +- .../{release-drafter.yml => pr-automation.yml} | 16 +++-- .github/workflows/release-drafter.yml | 2 + .../workflows/{release-drafter.yml => stale.yml} | 17 +++-- Jenkinsfile => Jenkinsfile.disable | 0 README.md | 6 +- pom.xml | 16 ++--- src/it/deploy-bom/verify.groovy | 2 +- src/it/no-main-artifact-1/pom.xml | 3 + src/it/no-main-artifact-2/pom.xml | 3 + .../maven/plugins/deploy/DeployFileMojo.java | 20 ++++-- .../apache/maven/plugins/deploy/DeployMojo.java | 20 ++++-- src/site/apt/examples/deploy-network-issues.apt | 2 +- src/site/site.xml | 2 +- .../maven/plugins/deploy/DeployFileMojoTest.java | 77 +++++++++++----------- .../plugins/deploy/DeployMojoPomPackagingTest.java | 3 +- .../maven/plugins/deploy/DeployMojoTest.java | 12 ++-- 20 files changed, 146 insertions(+), 88 deletions(-) copy .github/{release-drafter.yml => release-drafter-3.x.yml} (87%) copy .github/workflows/{release-drafter.yml => pr-automation.yml} (80%) copy .github/workflows/{release-drafter.yml => stale.yml} (81%) rename Jenkinsfile => Jenkinsfile.disable (100%)