You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/30 11:36:43 UTC

[maven-doxia] branch master updated (5443de7 -> 8bfb5be)

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

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


    from 5443de7  [DOXIA-588] Update Xhtml5BaseSinkTest align missing
     add 35b96ae  Bump actions/cache from 2.1.4 to 2.1.6
     add baa05cf  Prepare switch plexus-container-default to org.eclipse.sisu.plexus
     add 8bfb5be  (doc) misc javadoc updates

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                        |  2 +-
 .../main/java/org/apache/maven/doxia/Doxia.java    | 19 ++++++-------
 .../apache/maven/doxia/parser/AbstractParser.java  | 32 +++++++++++-----------
 .../maven/doxia/parser/AbstractXmlParser.java      |  2 +-
 .../doxia/macro/manager/MacroManagerTest.java      |  2 +-
 .../maven/doxia/module/apt/AptParserTest.java      |  2 +-
 .../module/confluence/ConfluenceParserTest.java    |  2 +-
 .../doxia/module/docbook/DocBookParserTest.java    |  2 +-
 .../maven/doxia/module/fml/FmlParserTest.java      |  2 +-
 .../doxia/module/markdown/MarkdownParserTest.java  |  2 +-
 .../doxia/module/twiki/parser/TwikiParserTest.java |  2 +-
 .../maven/doxia/module/xdoc/XdocParserTest.java    |  2 +-
 .../maven/doxia/module/xhtml/XhtmlParserTest.java  |  2 +-
 .../maven/doxia/module/xhtml5/Xhtml5Parser.java    |  2 +-
 .../doxia/module/xhtml5/Xhtml5ParserTest.java      |  2 +-
 pom.xml                                            |  2 +-
 16 files changed, 38 insertions(+), 41 deletions(-)