This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.maven.plugins-maven-plugins-45
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git
omit 9fa7c45 Bump org.apache.maven.plugins:maven-plugins from 42 to 45
add 5dd012d disable notifications, get rid of jira
add 1211019 restore notifications
add 685af73 Test something for pr automation (#127)
add dbca944 try different pr automation trigger
add 890ec3c restore pr automation on close as well
add 1196768 temporary test for action label check
add 30629f7 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
(#130)
add 8d63c89 Bump commons-io:commons-io from 2.19.0 to 2.20.0 (#132)
add aeb2d71 Add Apache 2.0 LICENSE file (#131)
add 8c660f4 feat: enable prevent branch protection rules (#133)
add 9f608ce Bump scmVersion from 2.1.0 to 2.2.1
add e282da7 Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0
add 649e615 Bump org.apache.maven.plugins:maven-plugins from 42 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 (9fa7c45)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-plugins-45 (649e615)
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/config.yml | 3 -
.github/workflows/pr-automation.yml | 7 +-
LICENSE | 202 +++++++++++++++++++++
pom.xml | 6 +-
.../scmpublish/ScmPublishPublishScmMojo.java | 2 +-
6 files changed, 216 insertions(+), 12 deletions(-)
create mode 100644 LICENSE