This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.reporting-maven-reporting-impl-4.0.0
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git


    omit cfc1515  Bump org.apache.maven.reporting:maven-reporting-impl from 
3.1.0 to 4.0.0
     add 865b892  [maven-release-plugin] prepare release 
maven-artifact-plugin-3.6.0
     add 55a1cb0  [maven-release-plugin] prepare for next development iteration
     add 4f1f024  Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 (#79)
     add 833bfdd  [MARTIFACT-77] Refresh download page
     add f8d32fa  [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
     add 77ec8e8  add Axis2 aar/mar Maven plugins
     add ce61a6d  Bump commons-codec:commons-codec from 1.17.2 to 1.18.0
     add 48b8028  Bump org.simplify4u.plugins:pgpverify-maven-plugin from 
1.18.2 to 1.19.1
     add 4fd2fc9  Enable Github Issues (#88)
     add 63a7e43  Bump commons-io:commons-io from 2.18.0 to 2.19.0
     add f514db6  Remove old JIRA issue link
     add 219aa18  Add Apache 2.0 LICENSE file (#176)
     add d7d5929  Bump commons-io:commons-io from 2.19.0 to 2.20.0 (#177)
     add 8d912dc  Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 (#178)
     add 465f93c  feat: enable prevent branch protection rules
     add f63a987  [MARTIFACT-80] check ignore on .pom and main artifact
     add 669dc6f  detail env in buildinfo, including line.separator
     add 0f25c78  drop SCM warn on SNAPSHOT: confusing
     add 066a558  describe Shields.io usage
     add 94e991c  clarify auto-detect skip vs skipModules
     add 320f599  improve summary: promote diffoscope in .buildcompare (#187)
     add db39d45  Bump org.apache.maven.plugins:maven-plugins from 43 to 45
     add d209730  Added missing key and version
     add 2c6baa3  Bump m-invoker-plugin for Java 25
     add 5e08b94  copy aggregate compare only on last (#188)
     add 399a976  compare show missing reference files (#189)
     add 952a8a5  [maven-release-plugin] prepare release 
maven-artifact-plugin-3.6.1
     add 379628b  [maven-release-plugin] prepare for next development iteration
     add 099665d  Bump commons-codec:commons-codec from 1.19.0 to 1.20.0
     add 5f923a7  Bump commons-io:commons-io from 2.20.0 to 2.21.0
     add 63b020e  Add tag-template to release-drafter configuration
     add eb53c5d  Group dependencies by scope in Reproducible Central report; 
add smoke test (fixes #191) (#193)
     add 574384c  chore: spotless:apply
     add c4ac270  drop test: report is not built
     add f69509a  Cleanup tests (#198)
     add ef943f9  Bump org.apache.maven:maven-archiver from 3.6.1 to 3.6.5 
(#196)
     add b8da2cb  Bump org.apache.maven.doxia:doxia-sink-api from 1.12.0 to 
2.0.0
     add 0b573ca  Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6
     add 9f029ad  Amend keys
     add fc7005a  Bump org.apache.maven.plugins:maven-plugins from 45 to 47
     add 649d513  Bump org.apache.maven.reporting:maven-reporting-impl from 
3.1.0 to 4.0.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   (cfc1515)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.reporting-maven-reporting-impl-4.0.0
 (649d513)

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} |  46 +++--
 .../{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} |  29 +--
 .../{dependabot.yml => ISSUE_TEMPLATE/config.yml}  |  20 +-
 .github/pull_request_template.md                   |  23 +++
 .../release-drafter.yml                            |   5 +-
 .../{maven-verify.yml => pr-automation.yml}        |  14 +-
 .../{maven-verify.yml => release-drafter.yml}      |  14 +-
 .github/workflows/{maven-verify.yml => stale.yml}  |  13 +-
 LICENSE                                            | 202 +++++++++++++++++++++
 README.md                                          |  24 +--
 pgp-keys-map.list                                  |  11 +-
 pom.xml                                            |  65 +++++--
 .../buildinfo-multi/{modA => ignore-all}/pom.xml   |   4 +-
 .../buildinfo-multi/{modA => ignore-jar}/pom.xml   |   4 +-
 .../buildinfo-multi/{modA => ignore-pom}/pom.xml   |   4 +-
 src/it/buildinfo-multi/pom.xml                     |   6 +
 src/it/buildinfo-multi/verify.groovy               |  43 ++++-
 .../artifact/buildinfo/AbstractBuildinfoMojo.java  |  60 +++---
 .../artifact/buildinfo/BuildInfoWriter.java        |  48 +++--
 .../plugins/artifact/buildinfo/CompareMojo.java    |  77 +++++---
 .../buildinfo/DescribeBuildOutputMojo.java         |   2 +-
 .../buildinfo/ReproducibleCentralReport.java       |  76 +++++++-
 .../buildinfo/not-reproducible-plugins.properties  |   4 +
 src/site/site.xml                                  |   2 +-
 src/site/xdoc/download.xml.vm                      | 115 ++++--------
 .../NotReproduciblePluginsDocumentationTest.java   |   7 +-
 27 files changed, 640 insertions(+), 285 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 src/it/check-buildplan-ok/invoker.properties => 
.github/release-drafter.yml (84%)
 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} (82%)
 create mode 100644 LICENSE
 copy src/it/buildinfo-multi/{modA => ignore-all}/pom.xml (94%)
 copy src/it/buildinfo-multi/{modA => ignore-jar}/pom.xml (92%)
 copy src/it/buildinfo-multi/{modA => ignore-pom}/pom.xml (94%)

Reply via email to