This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.maven.shared-maven-shared-components-45
in repository https://gitbox.apache.org/repos/asf/maven-mapping.git
discard 3cc45d5 Bump org.apache.maven.shared:maven-shared-components from 43
to 45
add 677b0e5 Enable GitHub Issues (#20)
add 7bc9e07 Add Apache 2.0 LICENSE file (#19)
add b234b8d Bump org.codehaus.plexus:plexus-interpolation from 1.26 to
1.28
add c73257b feat: enable prevent branch protection rules (#44)
add 218c521 Downgrade to rc4 and Java 21
add c4b1c05 Bump org.apache.maven.shared:maven-shared-components from 43
to 45
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 (3cc45d5)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.maven.shared-maven-shared-components-45
(c4b1c05)
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/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} | 44 +++--
.../{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} | 27 ++-
.../{dependabot.yml => ISSUE_TEMPLATE/config.yml} | 18 +-
.github/pull_request_template.md | 23 +++
.../release-drafter.yml | 7 +-
.github/workflows/maven-verify.yml | 2 +
.../{maven-verify.yml => pr-automation.yml} | 17 +-
.../{maven-verify.yml => release-drafter.yml} | 17 +-
.github/workflows/{maven-verify.yml => stale.yml} | 16 +-
LICENSE | 202 +++++++++++++++++++++
README.md | 25 +--
pom.xml | 6 +-
13 files changed, 321 insertions(+), 90 deletions(-)
copy .github/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} (54%)
copy .github/{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} (60%)
copy .github/{dependabot.yml => ISSUE_TEMPLATE/config.yml} (68%)
create mode 100644 .github/pull_request_template.md
copy .git-blame-ignore-revs => .github/release-drafter.yml (86%)
copy .github/workflows/{maven-verify.yml => pr-automation.yml} (79%)
copy .github/workflows/{maven-verify.yml => release-drafter.yml} (80%)
copy .github/workflows/{maven-verify.yml => stale.yml} (79%)
create mode 100644 LICENSE