This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.codehaus.plexus-plexus-archiver-4.10.0 in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
omit eb42c60 Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 add e88dcf9 Bump org.hamcrest:hamcrest from 2.2 to 3.0 add 7c16331 use new Reproducible Central badge endpoint add 8a43246 [MWRAPPER-153] - Fixed only-mvnw.cmd fails when FIPS mode is enabled on Windows hosts Changed MD5 to SHA256 (#157) add 6e24460 [MWRAPPER-111] Trim whitespace when reading from properties file add 1830d81 [MWRAPPER-154] Bump commons-io:commons-io from 2.16.1 to 2.18.0 (#161) add b2ff9cd [MWRAPPER-150] - Fails to validate checksums on MacOS Sequoia (#155) add 430fd0c [MWRAPPER-147] mvnw.cmd fails to launch maven if username contains space add 7af7d15 [MWRAPPER-146] Bad substitution on Windows if MVNW_REPOURL is set on script-only (#151) 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 6eba4a3 Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.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 (eb42c60) \ N -- N -- N refs/heads/dependabot/maven/org.codehaus.plexus-plexus-archiver-4.10.0 (6eba4a3) 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 | 7 +++- .github/ISSUE_TEMPLATE/BUG.yml | 48 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE.yml | 35 ++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 30 ++++++++++++++ .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 | 25 +++-------- maven-wrapper-distribution/src/resources/mvnw | 24 +++++++---- maven-wrapper-distribution/src/resources/only-mvnw | 2 +- .../src/resources/only-mvnw.cmd | 8 ++-- maven-wrapper-plugin/pom.xml | 2 +- maven-wrapper-plugin/src/site/site.xml | 2 +- maven-wrapper/pom.xml | 2 +- pom.xml | 6 ++- src/site/markdown/index.md | 3 +- 18 files changed, 188 insertions(+), 90 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%) mode change 100644 => 100755 maven-wrapper-distribution/src/resources/mvnw