Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[MNGSITE-393] remove old Maven 1 and 2 info #20

Merged
merged 1 commit into from
Apr 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>>>.