This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch shellcheck10
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
discard bcdfe3e Bump shellcheck to 0.10.0
add 7e0b048 (doc) Delete branch on merge
add f1c1086 [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
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
new 8448e66 Bump shellcheck to 0.10.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 (bcdfe3e)
\
N -- N -- N refs/heads/shellcheck10 (8448e66)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.asf.yaml | 10 +++--
.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-wrapper-plugin/src/site/site.xml | 2 +-
.../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 +-
19 files changed, 183 insertions(+), 103 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%)