This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
commit 78c210ec95d9f186348fa9f60ee219cac592f599 Author: Michael Osipov <[email protected]> AuthorDate: Sat Nov 27 16:49:55 2021 +0100 [DOXIA-623] Deprecate doxia-module-fo --- doxia-modules/doxia-module-fo/src/site/xdoc/index.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doxia-modules/doxia-module-fo/src/site/xdoc/index.xml b/doxia-modules/doxia-module-fo/src/site/xdoc/index.xml index 4d409ba..382e5a0 100644 --- a/doxia-modules/doxia-module-fo/src/site/xdoc/index.xml +++ b/doxia-modules/doxia-module-fo/src/site/xdoc/index.xml @@ -25,6 +25,13 @@ under the License. </properties> <body> + + <section name="Deprecation Notice"> + + <p>This Doxia module is deprecated and will be removed in version 2.0.0.</p> + + </section> + <section name="Doxia FO Module"> <p> @@ -53,4 +60,4 @@ under the License. </section> </body> -</document> \ No newline at end of file +</document>
