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

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.plexus-plexus-java-1.1.1
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


 discard a5c81c61 Bump plexus-java from 1.1.0 to 1.1.1
     add 497f80f4 [MJAVADOC-719] - Update Maven Archiver to 3.6.0
     add bacc078f Add Integration Test for reproducible builds
     add 92ce6688 Ignore Maven Core updates
     add 26d84b26 Add notimestamp for reproducible builds test
     add c19dba2f Skip Java 9-14 in reproducible test
     add a10f0b11 [MJAVADOC-723] Upgrade Maven Reporting API to 3.1.1/Complete 
with Maven Reporting Impl 3.2.0
     add a5db96e7 [maven-release-plugin] prepare release 
maven-javadoc-plugin-3.4.1
     add 231316be [maven-release-plugin] prepare for next development iteration
     add 139af8ce [MJAVADOC-721] Parse stderr output and suppress informational 
lines
     add 23792f2c fix link to documentation of link option (#160)
     add 7cbf4349 [MJAVADOC-729] Link to Javadoc references from JDK 17 (#161)
     add ebde546a [MJAVADOC-685] Deprecate parameter "stylesheet" (#162)
     add 1286b859 Add SLF4J Simple to the test classpath
     add 8b589325 MJAVADOC-731 Update parent, get rid of legacy (#164)
     add c8a8d147 Bump plexus-java from 1.1.0 to 1.1.1

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   (a5c81c61)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.plexus-plexus-java-1.1.1 (c8a8d147)

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:
 .github/dependabot.yml                             |   3 +
 pom.xml                                            |  80 +--
 .../invoker.properties                             |  10 +-
 .../pom.xml                                        |   4 +-
 .../src/main/java/foo/Bar.java                     |   3 +-
 src/it/projects/reproducible/verify.groovy         |  61 ++
 .../plugins/javadoc/AbstractFixJavadocMojo.java    |  17 +-
 .../maven/plugins/javadoc/AbstractJavadocMojo.java | 795 +++++++++------------
 .../plugins/javadoc/AggregatorJavadocJar.java      |   3 +-
 .../javadoc/AggregatorJavadocNoForkReport.java     |   2 +-
 .../plugins/javadoc/AggregatorJavadocReport.java   |   2 +-
 .../plugins/javadoc/AggregatorTestJavadocJar.java  |   3 +-
 .../javadoc/AggregatorTestJavadocNoForkReport.java |   2 +-
 .../javadoc/AggregatorTestJavadocReport.java       |   2 +-
 .../maven/plugins/javadoc/FixJavadocMojo.java      |   5 +-
 .../apache/maven/plugins/javadoc/JavadocJar.java   |   8 +-
 .../maven/plugins/javadoc/JavadocNoForkReport.java |   4 +-
 .../maven/plugins/javadoc/JavadocReport.java       |  41 +-
 .../maven/plugins/javadoc/TestFixJavadocMojo.java  |   3 +-
 .../maven/plugins/javadoc/TestJavadocJar.java      |  35 +-
 .../plugins/javadoc/TestJavadocNoForkReport.java   |   4 +-
 .../maven/plugins/javadoc/TestJavadocReport.java   |  35 +-
 .../plugins/javadoc/resolver/ResourceResolver.java |  95 ++-
 .../maven/plugins/javadoc/css/stylesheet.css       |  64 --
 .../javadoc/AggregatorJavadocReportTest.java       |   2 +-
 .../maven/plugins/javadoc/JavadocReportTest.java   |  29 +-
 .../stubs/TagletArtifactsMavenProjectStub.java     |  18 +-
 27 files changed, 576 insertions(+), 754 deletions(-)
 copy src/it/projects/{MJAVADOC-427 => reproducible}/invoker.properties (68%)
 copy src/it/projects/{MJAVADOC-619_copyright-year => reproducible}/pom.xml 
(94%)
 copy src/it/projects/{MJAVADOC-672_multiline-tag => 
reproducible}/src/main/java/foo/Bar.java (97%)
 create mode 100644 src/it/projects/reproducible/verify.groovy
 delete mode 100644 
src/main/resources/org/apache/maven/plugins/javadoc/css/stylesheet.css

Reply via email to