Skip to content

Commit

Permalink
Update history
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jul 20, 2024
1 parent 3ff66a9 commit 2e867c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 28 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,11 @@ under the License.
<artifactId>maven-plugin-report-plugin</artifactId>
<configuration>
<requirementsHistories>
<requirementsHistory>
<version>3.12.0</version>
<maven>3.2.5</maven>
<jdk>1.8</jdk>
</requirementsHistory>
<requirementsHistory>
<version>3.11.0</version>
<maven>3.0.5</maven>
Expand Down
38 changes: 10 additions & 28 deletions src/site/apt/history.apt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Maven Site Plugin History
* {{{/doxia/}Doxia}} to parse {{{/doxia/references/}many markup languages}} then render HTML: see
{{{./examples/creating-content.html}Creating Content}} documentation for mode details (particularly which markups
are enabled by default in maven-site-plugin and how to add one),

* {{{/doxia/doxia-sitetools/doxia-site-renderer/}Doxia Sitetools - Site Renderer}} to integrate document content into
a template packaged as a skin: see {{{./examples/creatingskins.html}Creating Skins}} documentation for more details,

Expand All @@ -54,31 +54,13 @@ Maven Site Plugin History
are often translated to {{{https://issues.apache.org/jira/projects/DOXIA}Doxia}} or
{{{https://issues.apache.org/jira/projects/DOXIASITETOOLS}Doxia Sitetools}}, and issues fixed in
Doxia or Doxia Sitetools benefit to maven-site-plugin once dependency is upgraded.

Knowing which version of
maven-site-plugin uses which version of Doxia or Doxia Sitetools is useful to choose to which version to upgrade
maven-site-plugin to benefit from a fix: this is the basis for the {{{./migrate.html}simplified migration guide}}.

*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
|| relelease date || maven-site-plugin || {{{/doxia/}Doxia}} || {{{/doxia/doxia-sitetools/}Doxia Sitetools}} || {{{/shared/maven-reporting-exec/}Maven Reporting Executor}} || minimum Java || minimum Maven || Comment
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2023-07 | 4.0.0-M9 | 2.0.0-M7 | 2.0.0-M11 | 2.0.0-M9
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2023-05 | 4.0.0-M8 | | 2.0.0-M10 | 2.0.0-M8
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2023-04 | 4.0.0-M7 | | 2.0.0-M7 | 2.0.0-M6
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2023-03 | 4.0.0-M6 | 2.0.0-M6 | = | 2.0.0-M5
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2023-02 | 4.0.0-M5 | 2.0.0-M5 | = | 2.0.0-M4
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2022-12 | 4.0.0-M4 | 2.0.0-M4 | = | 2.0.0-M3
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2022-07 | 4.0.0-M3 | 2.0.0-M3 | = | 2.0.0-M2
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2022-06 | 4.0.0-M2 | 2.0.0-M2 | = |

*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2022-05 | 4.0.0-M1 | 2.0.0-M2 | = | 2.0.0-M1 | | | Test of Doxia 2 milestones
|| relelease date || maven-site-plugin || {{{/doxia/}Doxia}} || {{{/doxia/doxia-sitetools/}Doxia Sitetools}} || {{{/shared/maven-reporting-exec/}Maven Reporting Executor}} || minimum Java || minimum Maven || Comment
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2022-07 | 3.12.1 | | |
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
Expand Down Expand Up @@ -114,15 +96,15 @@ Maven Site Plugin History
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2011-08 | 3.0 | 1.2 | = | 1.0.1 | 5 | 2.2.0 | first maven-site-plugin that renders reports with Maven 3
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2012-04 | 2.4 | 1.3 | =
| 2012-04 | 2.4 | 1.3 | =
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2011-05 | 2.3 | 1.2 | =
| 2011-05 | 2.3 | 1.2 | =
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2010-11 | 2.2 | 1.1.4 | =
| 2010-11 | 2.2 | 1.1.4 | =
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2010-06 | 2.1.1 | 1.1.3 | =
| 2010-06 | 2.1.1 | 1.1.3 | =
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2009-12 | 2.1 | 1.1.2 | =
| 2009-12 | 2.1 | 1.1.2 | =
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*
| 2009-03 | 2.0 | 1.0 | =
| 2009-03 | 2.0 | 1.0 | =
*-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------*

0 comments on commit 2e867c6

Please sign in to comment.