This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-plugins-43 in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
omit 2add412 Bump org.apache.maven.plugins:maven-plugins from 42 to 43 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 449eeb5 Bump org.apache.maven.plugins:maven-plugins from 42 to 43 add 8605031 fix checkstyle and its 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 (2add412) \ N -- N -- N refs/heads/dependabot/maven/org.apache.maven.plugins-maven-plugins-43 (8605031) 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: ...release-drafter.yml => release-drafter-3.x.yml} | 5 +- .github/release-drafter.yml | 10 +++ .github/workflows/maven-verify.yml | 4 +- .../{release-drafter.yml => pr-automation.yml} | 18 +++-- .github/workflows/release-drafter.yml | 2 + Jenkinsfile => Jenkinsfile.disable | 0 README.md | 5 +- pom.xml | 6 +- src/it/no-main-artifact-1/pom.xml | 3 + src/it/no-main-artifact-2/pom.xml | 3 + .../maven/plugins/deploy/DeployFileMojo.java | 18 +++-- .../apache/maven/plugins/deploy/DeployMojo.java | 13 ++-- src/site/apt/examples/deploy-network-issues.apt | 2 +- .../maven/plugins/deploy/DeployFileMojoTest.java | 77 +++++++++++----------- .../maven/plugins/deploy/DeployMojoTest.java | 7 +- 15 files changed, 107 insertions(+), 66 deletions(-) copy .github/{release-drafter.yml => release-drafter-3.x.yml} (87%) copy .github/workflows/{release-drafter.yml => pr-automation.yml} (77%) rename Jenkinsfile => Jenkinsfile.disable (100%)