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

kwin pushed a change to branch 
bugfix/javadoc-url-for-package-and-classname-with-modules
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


 discard ee26944e JavadocLinkGenerator.createLink(String) must consider module 
names
     add 7e004a01 Bump asmVersion from 9.9 to 9.9.1 (#1042)
     add 4765a52d Bump maven3Version from 3.9.11 to 3.9.12 (#1044)
     add dcd978ee Cleanup tests (#1047)
     add c2c298b3 Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 
(#1051)
     add c4d0486b Bump net.bytebuddy:byte-buddy from 1.18.2 to 1.18.3 (#1052)
     add 4541bd0f JavadocLinkGenerator.createLink(String) must consider module 
names

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   (ee26944e)
            \
             N -- N -- N   
refs/heads/bugfix/javadoc-url-for-package-and-classname-with-modules (4541bd0f)

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:
 .../plugin/plugin/report/GoalRendererTest.java     |  4 ++--
 .../EnhancedPluginDescriptorBuilderTest.java       | 20 +++++++++---------
 maven-plugin-tools-annotations/pom.xml             |  2 +-
 .../annotations/ClassVersionComparatorTest.java    |  2 +-
 ...JavaAnnotationsMojoDescriptorExtractorTest.java | 11 ++++------
 .../converter/JavaClassConverterContextTest.java   | 10 ++++-----
 .../JavadocBlockTagsToXhtmlConverterTest.java      |  4 ++--
 .../JavadocInlineTagsToXhtmlConverterTest.java     | 20 +++++++++---------
 .../annotations/converter/tag/LinkUtilsTest.java   |  4 ++--
 .../scanner/DefaultMojoAnnotationsScannerTest.java | 10 ++++-----
 maven-plugin-tools-api/pom.xml                     |  2 +-
 .../maven/tools/plugin/extractor/GroupKeyTest.java |  4 ++--
 .../plugin/javadoc/JavadocLinkGeneratorTest.java   | 13 ++++++------
 .../tools/plugin/javadoc/JavadocNonLtsSiteIT.java  | 24 ++++++++++++++--------
 .../tools/plugin/javadoc/JavadocReferenceTest.java |  3 +--
 .../maven/tools/plugin/javadoc/JavadocSiteIT.java  | 11 +++++-----
 .../tools/plugin/javadoc/JavadocSiteTest.java      | 24 ++++++++--------------
 .../plugin/scanner/DefaultMojoScannerTest.java     | 10 ++++-----
 .../maven/tools/plugin/util/PluginUtilsTest.java   |  9 ++++----
 .../apache/maven/tools/plugin/util/TestUtils.java  |  2 +-
 .../generator/AbstractGeneratorTestCase.java       |  4 ++--
 .../tools/plugin/generator/GeneratorUtilsTest.java |  4 ++--
 .../generator/HtmlToPlainTextConverterTest.java    | 18 ++++++++--------
 .../PluginDescriptorFilesGeneratorTest.java        |  5 ++---
 pom.xml                                            |  4 ++--
 25 files changed, 107 insertions(+), 117 deletions(-)

Reply via email to