This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/resolverVersion-1.9.24
in repository
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git
discard cf61118 Bump resolverVersion from 1.4.1 to 1.9.24
add 094881a Bump com.fasterxml.jackson.core:jackson-core in
/src/it/MPIR-407
add 7d52130 Bump org.apache.maven.plugins:maven-plugins from 44 to 45
add e9d510d Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 0.9.0.M3
to 0.9.0.M4
add db4c7dd Bump commons-validator:commons-validator from 1.9.0 to 1.10.0
(#589)
add 1c10f0f Add Apache 2.0 LICENSE file
add 4c50b3b Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0
add 709b03a Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to
1.0.0 (#594)
add a4a8f1b feat: enable prevent branch protection rules (#592)
add a624dd1 Bump scmVersion from 2.1.0 to 2.2.1
add 317acdd JUnit Jupiter migration from JUnit 4.x
add d1b0063 Bump m-invoker-p to 3.9.1 for Java 25
add d06e47b `PlexusStringUtils` Refaster recipes (#600)
add 7ff840c Bump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0
add a701a25 Bump org.codehaus.plexus:plexus-interpolation from 1.28 to
1.29
add 652a859 Bump resolverVersion from 1.4.1 to 1.9.24
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 (cf61118)
\
N -- N -- N refs/heads/dependabot/maven/resolverVersion-1.9.24
(652a859)
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 | 6 +-
LICENSE | 202 +++++++++++++++++++++
pom.xml | 35 ++--
src/it/MPIR-407/pom.xml | 2 +-
.../maven/report/projectinfo/LicensesReport.java | 4 +-
.../projectinfo/AbstractProjectInfoTestCase.java | 9 +-
.../report/projectinfo/CiManagementReportTest.java | 15 +-
.../report/projectinfo/DependenciesReportTest.java | 10 +-
.../DependencyConvergenceReportTest.java | 11 +-
.../DependencyManagementReportTest.java | 11 +-
.../maven/report/projectinfo/IndexReportTest.java | 9 +-
.../projectinfo/IssueManagementReportTest.java | 11 +-
.../report/projectinfo/LicensesReportTest.java | 13 +-
.../report/projectinfo/MailingListsReportTest.java | 25 ++-
.../report/projectinfo/ModulesReportTest.java | 16 +-
.../projectinfo/PluginManagementReportTest.java | 16 +-
.../projectinfo/ProjectInfoReportUtilsTest.java | 12 +-
.../maven/report/projectinfo/ScmReportTest.java | 21 ++-
.../report/projectinfo/SummaryReportTest.java | 9 +-
.../maven/report/projectinfo/TeamReportTest.java | 9 +-
.../projectinfo/avatars/GravatarProviderTest.java | 25 ++-
21 files changed, 383 insertions(+), 88 deletions(-)
create mode 100644 LICENSE