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

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


    from 9be64968 [DOXIA-659] Upgrade Parent to 36
     new 9443d815 [DOXIA-656] Make XHTML5 default implementation of HTML
     new ca82243f [DOXIA-657] Deprecate XHML(4) module

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/maven/doxia/parser/XhtmlBaseParser.java |  1 +
 .../maven/doxia/sink/impl/Xhtml5BaseSink.java      |  2 +-
 .../maven/doxia/sink/impl/XhtmlBaseSink.java       |  1 +
 .../apache/maven/doxia/macro/EchoMacroTest.java    |  4 +-
 .../doxia/macro/snippet/SnippetMacroTest.java      |  5 +-
 .../apache/maven/doxia/macro/toc/TocMacroTest.java | 12 ++--
 .../maven/doxia/parser/Xhtml5BaseParserTest.java   | 16 ++---
 .../maven/doxia/parser/XhtmlBaseParserTest.java    |  1 +
 .../maven/doxia/sink/impl/XhtmlBaseSinkTest.java   |  2 +-
 .../apache/maven/doxia/module/fml/FmlParser.java   |  4 +-
 .../maven/doxia/module/fml/FmlParserTest.java      | 12 ++--
 doxia-modules/doxia-module-markdown/pom.xml        |  8 +--
 .../doxia-module-markdown/src/it/general/pom.xml   |  2 +-
 .../doxia/module/markdown/MarkdownParser.java      |  8 +--
 .../doxia/module/markdown/MarkdownParserTest.java  |  9 ++-
 .../apache/maven/doxia/module/xdoc/XdocParser.java |  4 +-
 .../apache/maven/doxia/module/xdoc/XdocSink.java   |  4 +-
 .../maven/doxia/module/xdoc/XdocSinkTest.java      | 72 ++++++++++++++++------
 .../doxia/module/xhtml/AbstractXhtmlSink.java      |  1 +
 .../maven/doxia/module/xhtml/XhtmlMarkup.java      |  1 +
 .../maven/doxia/module/xhtml/XhtmlParser.java      |  3 +-
 .../doxia/module/xhtml/XhtmlParserModule.java      |  5 +-
 .../apache/maven/doxia/module/xhtml/XhtmlSink.java |  1 +
 .../maven/doxia/module/xhtml/XhtmlSinkFactory.java |  3 +-
 doxia-modules/doxia-module-xhtml/src/site/site.xml |  4 +-
 .../doxia/module/xhtml/XhtmlIdentityTest.java      |  1 +
 .../maven/doxia/module/xhtml/XhtmlParserTest.java  | 11 ++--
 .../maven/doxia/module/xhtml/XhtmlSinkTest.java    |  3 +-
 .../module/xhtml/XhtmlSinkWithLanguageIdTest.java  |  1 +
 .../src/test/resources/{test.xhtml => test.xhtml4} |  0
 .../maven/doxia/module/xhtml5/Xhtml5Markup.java    |  4 +-
 .../maven/doxia/module/xhtml5/Xhtml5Parser.java    |  6 +-
 .../doxia/module/xhtml5/Xhtml5ParserModule.java    |  4 +-
 .../doxia/module/xhtml5/Xhtml5SinkFactory.java     |  4 +-
 .../doxia-module-xhtml5/src/site/site.xml          |  4 +-
 .../xhtml5/Xhtml5SinkWithLanguageIdTest.java       |  4 +-
 .../src/test/resources/test.xhtml                  |  2 +-
 doxia-modules/pom.xml                              |  1 -
 38 files changed, 137 insertions(+), 93 deletions(-)
 rename doxia-modules/doxia-module-xhtml/src/test/resources/{test.xhtml => 
test.xhtml4} (100%)

Reply via email to