From ae20013e8c52905b62b03fa7b3a869dd7e9475bf Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Sun, 5 Apr 2020 09:48:48 -0400 Subject: [PATCH] [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 f27b941fe..12b75878c 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 <<>> artifact has been released even if the API itself didn't change. - - Here is a summary of API changes: - -*--------------+--------------------------+ -|| <> || <> || -*--------------+--------------------------+ -| 1.0-alpha-6 | added <<>> interface which supercedes <<>> | -*--------------+--------------------------+ -| 1.0-alpha-9 | added <<>> interface | -*--------------+--------------------------+ -| 1.1 | added <<>> interface and a dependency on <<>> | -*--------------+--------------------------+ - - Note that <<>> is equivalent to <<>>. - -* Maven dependency - - <<>> is included in every Maven 2 distribution. Decoupling has been done in Maven 3. - -*--------------------+------------------------------+ -|| <> || <> || -*--------------------+------------------------------+ -| 2.0.x | 1.0 | -*--------------------+------------------------------+ -| 2.1.x+ | 1.1 | -*--------------------+------------------------------+ -| 3.0+ | | -*--------------------+------------------------------+ - - Maven 2.0.8 is the first Maven 2.0.x version including <<>>. - - To hide the difference between <<>> and <<<1.0>>> included in previous Maven 2.0.x versions, - <<>> interface was copied into <<>>.