This is an automated email from the ASF dual-hosted git repository.
kwin pushed a change to branch feature/configure-with-plexus-configurator
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
omit 9a8bc62 [DOXIASITETOOLS-324] Allow configuration of parsers
omit 511fb2f Fix spotless issues
omit 3d2a293 [DOXIASITETOOLS-335] Upgrade to Doxia 2.0.0-M10
omit 6d09d65 Bump org.codehaus.plexus:plexus-classworlds from 2.6.0 to
2.8.0
omit 8c86070 Bump commons-io:commons-io from 2.16.0 to 2.16.1
omit 31f354b Bump org.htmlunit:htmlunit from 3.11.0 to 4.0.0
omit 03c0cca Fix broken links
omit 6dec0cd Consistency log Doxia source path for Velocity actions
omit 79086a0 [DOXIASITETOOLS-334] Pass project-relative file path as
reference to Parser (#142)
omit 96e2450 [DOXIASITETOOLS-333] Bump commons-io:commons-io from 2.15.1
to 2.16.0 (#141)
add 39b79bb [DOXIASITETOOLS-324] Allow configuration of parsers
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 (9a8bc62)
\
N -- N -- N
refs/heads/feature/configure-with-plexus-configurator (39b79bb)
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:
doxia-integration-tools/pom.xml | 2 +-
doxia-site-model/src/site/apt/index.apt | 2 +-
doxia-site-renderer/pom.xml | 4 ++--
.../maven/doxia/siterenderer/DefaultSiteRenderer.java | 4 ++--
.../apache/maven/doxia/siterenderer/ParserConfigurator.java | 2 +-
doxia-site-renderer/src/site/apt/index.apt.vm | 6 +++---
.../apache/maven/doxia/siterenderer/AttributesVerifier.java | 13 ++++++-------
.../maven/doxia/siterenderer/DefaultSiteRendererTest.java | 4 ++--
.../apache/maven/doxia/siterenderer/EntitiesVerifier.java | 10 +++++-----
.../org/apache/maven/doxia/siterenderer/FaqVerifier.java | 9 +++++----
pom.xml | 4 ++--
11 files changed, 30 insertions(+), 30 deletions(-)