You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/04/17 08:29:18 UTC

[maven-javadoc-plugin] branch dependabot/maven/org.assertj-assertj-core-3.22.0 updated (d1a84cd4 -> 542b614c)

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

github-bot pushed a change to branch dependabot/maven/org.assertj-assertj-core-3.22.0
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


 discard d1a84cd4 Bump assertj-core from 3.21.0 to 3.22.0
     add 25835541 Bump commons-io from 2.2 to 2.7 in /src/it/projects/MJAVADOC-437/module2
     add ca006016 Bump junit in /src/it/projects/MJAVADOC-498_modulepath
     add 5dcfa6e7 Bump plexus-archiver from 4.2.6 to 4.2.7
     add 03ca8437 Bump maven-archiver from 3.5.1 to 3.5.2
     add 5fae3b65 [MJAVADOC-711] Upgrade plugins in ITs
     add 47d03d3a [MJAVADOC-712] Remove remains of org.codehaus.doxia.sink.Sink
     add 506cb74e [MJAVADOC-696] Invalid anchors in Javadoc and plugin mojo
     add 0c6b32fb [MJAVADOC-714] Upgrade to Maven 3.2.5
     add 40cc602f [maven-release-plugin] prepare release maven-javadoc-plugin-3.4.0
     add cc8608ce [maven-release-plugin] prepare for next development iteration
     add 4306c920 Bump mockito-core from 4.1.0 to 4.4.0
     add 542b614c Bump assertj-core from 3.21.0 to 3.22.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   (d1a84cd4)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.assertj-assertj-core-3.22.0 (542b614c)

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:
 pom.xml                                            |  57 ++-
 .../projects/MJAVADOC-134_multiaggregate/pom.xml   |   2 +-
 src/it/projects/MJAVADOC-437/module2/pom.xml       |   2 +-
 src/it/projects/MJAVADOC-498_modulepath/pom.xml    |   2 +-
 .../MJAVADOC-613-aggregate-exclude/pom.xml         |   2 +-
 .../MJAVADOC-636-aggregate_module_skipped/pom.xml  |   2 +-
 src/it/projects/site-failOnError/pom.xml           |   2 +-
 .../maven/plugins/javadoc/AbstractJavadocMojo.java | 123 +++--
 .../maven/plugins/javadoc/JavadocReport.java       |   6 -
 .../javadoc/AggregatorJavadocReportTest.java       | 535 +++++++++++----------
 .../maven/plugins/javadoc/JavadocReportTest.java   |  49 +-
 .../tagletArtifacts-test-plugin-config.xml         |   5 -
 12 files changed, 378 insertions(+), 409 deletions(-)