You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/05 20:34:38 UTC

[maven-doxia] branch master updated: [MNGSITE-393] remove old Maven 1 and 2 info (#20)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c7fca8  [MNGSITE-393] remove old Maven 1 and 2 info (#20)
3c7fca8 is described below

commit 3c7fca87071ff0f591b41abdc5151ef75607dd1a
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sun Apr 5 16:34:31 2020 -0400

    [MNGSITE-393] remove old Maven 1 and 2 info (#20)
    
    @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>>>.