This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch default-xhtml5 in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
discard 1aac0b07 Remove/Disable XHTML(4) discard aaa6f2a5 Stupid replacement add 74bfa2a3 [DOXIA-652] Drop build-info.properties in favor of default pom.properties add 5508c696 [DOXIA-651] Upgrade Flexmark to 0.50.50 add daf45706 Fix indent add e3828acf [DOXIA-653] Upgrade Plexus Utils to 3.4.2 add 02026d1f [DOXIA-654] Upgrade XML Unit to 2.9.0 add 8ef6a26a [DOXIA-655] Upgrade SLF4J to 1.7.36 new f0beebaa Stupid replacement new 7567e3e0 Remove/Disable XHTML(4) 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 (1aac0b07) \ N -- N -- N refs/heads/default-xhtml5 (7567e3e0) 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. 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: doxia-core/pom.xml | 15 +- .../apache/maven/doxia/parser/AbstractParser.java | 3 +- .../src/main/resources/build-info.properties | 18 -- .../maven/doxia/parser/Xhtml5BaseParserTest.java | 8 - ...aseParserTest.java => XhtmlBaseParserTest.java} | 204 ++++++--------------- doxia-modules/doxia-module-markdown/pom.xml | 2 +- .../module/markdown/FlexmarkDoxiaLinkResolver.java | 2 +- .../doxia/module/markdown/MarkdownParser.java | 1 + pom.xml | 9 +- 9 files changed, 72 insertions(+), 190 deletions(-) delete mode 100644 doxia-core/src/main/resources/build-info.properties copy doxia-core/src/test/java/org/apache/maven/doxia/parser/{Xhtml5BaseParserTest.java => XhtmlBaseParserTest.java} (79%)