This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.guava-guava-33.4.0-jre in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
omit 5a7d398 Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre 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 1adbc99 Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre 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 (5a7d398) \ N -- N -- N refs/heads/dependabot/maven/com.google.guava-guava-33.4.0-jre (1adbc99) 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 ++++++++++ .../{release-drafter.yml => pr-automation.yml} | 18 +++++++++++------- .github/workflows/release-drafter.yml | 2 ++ Jenkinsfile => Jenkinsfile.disable | 0 README.md | 4 +++- pom.xml | 4 ++-- src/it/no-main-artifact-1/pom.xml | 3 +++ src/it/no-main-artifact-2/pom.xml | 3 +++ .../apache/maven/plugins/deploy/DeployFileMojo.java | 1 + .../org/apache/maven/plugins/deploy/DeployMojo.java | 6 +++++- 12 files changed, 57 insertions(+), 12 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%)