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 2022/12/08 16:11:26 UTC

[maven-surefire] 01/01: Don't list minor bugs in specific outdated versions on the home page

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

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

commit 66b04bd168652f8a9eb4fcbf885d90f1766b71c9
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Thu Dec 8 11:11:19 2022 -0500

    Don't list minor bugs in specific outdated versions on the home page
    
    @michael-o
---
 maven-surefire-plugin/src/site/apt/index.apt.vm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/maven-surefire-plugin/src/site/apt/index.apt.vm b/maven-surefire-plugin/src/site/apt/index.apt.vm
index 931887689..4dc13d2ac 100644
--- a/maven-surefire-plugin/src/site/apt/index.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/index.apt.vm
@@ -88,10 +88,6 @@ mvn verify
   The XML reports generated by legacy plugins (versions up to 2.22.0) should be validated by
   {{{./xsd/${thisPlugin.toLowerCase()}-test-report.xsd}Legacy ${thisPlugin} XML Report Schema}}.
 
-  Two plugin versions (2.22.1 and 3.0.0-M1) however generate 3.0 XML reports they still refer to legacy
-  schema (see <<<noNamespaceSchemaLocation>>> in XML Report). The projects which expect XML Reports
-  validated by XSD Schema, tools e.g xUnit, should not use versions 2.22.1 and 3.0.0-M1 of the ${thisPlugin} plugin.
-
   For an HTML format of the report, please see the
   {{{http://maven.apache.org/plugins/maven-surefire-report-plugin/}Maven Surefire Report Plugin}}.