This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
commit ae20013e8c52905b62b03fa7b3a869dd7e9475bf Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sun Apr 5 09:48:48 2020 -0400 [MNGSITE-393] remove old Maven 1 and 2 info @hboutemy --- doxia-sink-api/src/site/apt/index.apt | 37 ----------------------------------- 1 file changed, 37 deletions(-) diff --git a/doxia-sink-api/src/site/apt/index.apt b/doxia-sink-api/src/site/apt/index.apt index f27b941..12b7587 100644 --- a/doxia-sink-api/src/site/apt/index.apt +++ b/doxia-sink-api/src/site/apt/index.apt @@ -49,40 +49,3 @@ sink.paragraph_(); To find out more about the Sink API, you can read the {{{./apidocs/org/apache/maven/doxia/sink/Sink.html}Javadoc}}. - -* API Changes - - With every Doxia release, a new <<<doxia-sink-api>>> artifact has been released even if the API itself didn't change. - - Here is a summary of API changes: - -*--------------+--------------------------+ -|| <<doxia-sink-api version>> || <<change description>> || -*--------------+--------------------------+ -| 1.0-alpha-6 | added <<<org.apache.maven.doxia.sink.Sink>>> interface which supercedes <<<org.codehaus.doxia.sink.Sink>>> | -*--------------+--------------------------+ -| 1.0-alpha-9 | added <<<org.apache.maven.doxia.sink.SinkFactory>>> interface | -*--------------+--------------------------+ -| 1.1 | added <<<org.apache.maven.doxia.sink.SinkEventAttributes>>> interface and a dependency on <<<doxia-logging-api>>> | -*--------------+--------------------------+ - - Note that <<<doxia-sink-api 1.0>>> is equivalent to <<<doxia-sink-api 1.0-alpha-9>>>. - -* Maven dependency - - <<<doxia-sink-api>>> is included in every Maven 2 distribution. Decoupling has been done in Maven 3. - -*--------------------+------------------------------+ -|| <<Maven version>> || <<doxia-sink-api version>> || -*--------------------+------------------------------+ -| 2.0.x | 1.0 | -*--------------------+------------------------------+ -| 2.1.x+ | 1.1 | -*--------------------+------------------------------+ -| 3.0+ | <no more dependency> | -*--------------------+------------------------------+ - - Maven 2.0.8 is the first Maven 2.0.x version including <<<doxia-sink-api 1.0(-alpha-9)>>>. - - To hide the difference between <<<doxia-sink-api 1.0-alpha-6>>> and <<<1.0>>> included in previous Maven 2.0.x versions, - <<<org.apache.maven.doxia.sink.SinkFactory>>> interface was copied into <<<maven-site-plugin 2.0-beta-6>>>.