This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch DOXIA-568
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.
discard ac56af2 [DOXIA-568] Enable ANCHORLINKS extension
discard a1173cc [DOXIA-568] Introduce AssertJ
add a710b26 [maven-release-plugin] prepare release doxia-1.10
add c5d842c [maven-release-plugin] prepare for next development iteration
add d8c6295 Bump ant-apache-regexp from 1.10.10 to 1.10.11 (#68)
add e9589f2 update CI url
add e0356e8 Shared GitHub Actions
add 7ba5319 [DOXIA-621] Deprecate doxia-module-confluence
add eababeb [DOXIA-622] Deprecate doxia-module-docbook-simple
add 78c210e [DOXIA-623] Deprecate doxia-module-fo
add 4df2815 [DOXIA-624] Deprecate doxia-module-itext
add 37cfeda [DOXIA-625] Deprecate doxia-module-latex
add ca9af5a [DOXIA-626] Deprecate doxia-module-rtf
add 05d719a [DOXIA-627] Deprecate doxia-module-twiki
add 21b3b82 [DOXIA-620] Deprecate Doxia Logging API in favor of SLF4J
add 80e02c5 [DOXIA-628] Deprecate SsiMacro
add a514515 [DOXIA-629] Deprecate SwfMacro
add ea9e1c6 [maven-release-plugin] prepare release doxia-1.11
add 88fda88 [maven-release-plugin] prepare for next development iteration
add 84c3bab [maven-release-plugin] prepare release doxia-1.11.1
add bb357d9 [maven-release-plugin] prepare for next development iteration
new 23b7784 [DOXIA-568] Introduce AssertJ
new f8259fe [DOXIA-568] Enable ANCHORLINKS extension
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 (ac56af2)
\
N -- N -- N refs/heads/DOXIA-568 (f8259fe)
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:
.../workflows/maven-verify.yml | 18 ++++++--
.github/workflows/maven.yml | 51 ----------------------
README.md | 8 ++--
doxia-core/pom.xml | 2 +-
.../org/apache/maven/doxia/macro/SsiMacro.java | 1 +
.../org/apache/maven/doxia/macro/SwfMacro.java | 1 +
doxia-logging-api/pom.xml | 2 +-
.../java/org/apache/maven/doxia/logging/Log.java | 1 +
.../org/apache/maven/doxia/logging/LogEnabled.java | 1 +
.../maven/doxia/logging/PlexusLoggerWrapper.java | 1 +
.../maven/doxia/logging/SystemStreamLog.java | 1 +
doxia-logging-api/src/site/apt/index.apt | 27 ++++++++++++
doxia-modules/doxia-module-apt/pom.xml | 2 +-
doxia-modules/doxia-module-confluence/pom.xml | 2 +-
.../doxia-module-confluence/src/site/apt/index.apt | 27 ++++++++++++
doxia-modules/doxia-module-docbook-simple/pom.xml | 2 +-
.../src/site/apt/index.apt.vm | 4 ++
doxia-modules/doxia-module-fml/pom.xml | 4 +-
doxia-modules/doxia-module-fo/pom.xml | 2 +-
.../doxia-module-fo/src/site/xdoc/index.xml | 9 +++-
doxia-modules/doxia-module-itext/pom.xml | 2 +-
.../doxia-module-itext/src/site/apt/index.apt | 27 ++++++++++++
doxia-modules/doxia-module-latex/pom.xml | 2 +-
.../doxia-module-latex/src/site/apt/index.apt | 27 ++++++++++++
doxia-modules/doxia-module-markdown/pom.xml | 4 +-
doxia-modules/doxia-module-rtf/pom.xml | 2 +-
.../doxia-module-rtf/src/site/apt/index.apt | 27 ++++++++++++
doxia-modules/doxia-module-twiki/pom.xml | 2 +-
.../doxia-module-twiki/src/site/apt/index.apt | 27 ++++++++++++
doxia-modules/doxia-module-xdoc/pom.xml | 4 +-
doxia-modules/doxia-module-xhtml/pom.xml | 2 +-
doxia-modules/doxia-module-xhtml5/pom.xml | 2 +-
doxia-modules/pom.xml | 2 +-
doxia-sink-api/pom.xml | 2 +-
doxia-test-docs/pom.xml | 2 +-
pom.xml | 6 +--
36 files changed, 223 insertions(+), 83 deletions(-)
copy doxia-modules/doxia-module-fo/src/main/resources/doxia-fo.properties =>
.github/workflows/maven-verify.yml (74%)
delete mode 100644 .github/workflows/maven.yml
create mode 100644 doxia-logging-api/src/site/apt/index.apt
create mode 100644 doxia-modules/doxia-module-confluence/src/site/apt/index.apt
create mode 100644 doxia-modules/doxia-module-itext/src/site/apt/index.apt
create mode 100644 doxia-modules/doxia-module-latex/src/site/apt/index.apt
create mode 100644 doxia-modules/doxia-module-rtf/src/site/apt/index.apt
create mode 100644 doxia-modules/doxia-module-twiki/src/site/apt/index.apt