This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/commons-io-commons-io-2.19.0
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
discard d340442 Bump commons-io:commons-io from 2.18.0 to 2.19.0
add e4a0c2c [MWRAPPER-159] Fix shellcheck in mvnw
add 2e65211 Enable GitHub Issues
add d340044 [MWRAPPER-162] - Removed dead link was getting 404
add 9a7d780 disable notifications during migration
add 18269d1 Upgrade to parent pom 45
add a2ce834 Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0
add 3407eac Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.1
add 1fa7377 Bump commons-io:commons-io from 2.18.0 to 2.19.0
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 (d340442)
\
N -- N -- N
refs/heads/dependabot/maven/commons-io-commons-io-2.19.0 (1fa7377)
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:
.asf.yaml | 8 ++--
.github/ISSUE_TEMPLATE/BUG.yml | 48 ++++++++++++++++++++++
.github/ISSUE_TEMPLATE/FEATURE.yml | 35 ++++++++++++++++
.github/ISSUE_TEMPLATE/config.yml | 27 ++++++++++++
.github/pull_request_template.md | 32 ++++++---------
.../test.properties => .github/release-drafter.yml | 5 +--
.../{maven-verify.yml => pr-automation.yml} | 16 ++++----
.../{maven-verify.yml => release-drafter.yml} | 16 ++++----
.github/workflows/{maven-verify.yml => stale.yml} | 15 ++++---
README.md | 24 ++---------
maven-wrapper-distribution/src/resources/mvnw | 8 ++--
maven-wrapper-plugin/pom.xml | 5 ++-
.../maven/plugins/wrapper/WrapperMojoTest.java | 22 ++++------
.../maven/wrapper/HashAlgorithmVerifierTest.java | 2 +-
.../org/apache/maven/wrapper/InstallerTest.java | 2 +-
.../apache/maven/wrapper/WrapperExecutorTest.java | 8 ++--
pom.xml | 6 +--
src/site/markdown/index.md | 3 +-
18 files changed, 180 insertions(+), 102 deletions(-)
create mode 100644 .github/ISSUE_TEMPLATE/BUG.yml
create mode 100644 .github/ISSUE_TEMPLATE/FEATURE.yml
create mode 100644 .github/ISSUE_TEMPLATE/config.yml
copy maven-wrapper-plugin/src/it/projects/test_mvnd/test.properties =>
.github/release-drafter.yml (89%)
copy .github/workflows/{maven-verify.yml => pr-automation.yml} (80%)
copy .github/workflows/{maven-verify.yml => release-drafter.yml} (81%)
copy .github/workflows/{maven-verify.yml => stale.yml} (81%)