Skip to content

Commit

Permalink
[MNGSITE-393] remove old Maven 1 and 2 info (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Apr 5, 2020
1 parent 2ad48e1 commit 3c7fca8
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions doxia-sink-api/src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -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>>>.

0 comments on commit 3c7fca8

Please sign in to comment.