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

michaelo pushed a change to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


    omit dc4daeb03 [SUREFIRE-2227] Dynamically calculate xrefTestLocation
    omit d4b09c169 [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
    omit 01ad4758c [SUREFIRE-2161] Align Mojo class names and output names
     add 1d19ec8a0 [Doc] Failsafe Verify goal should mention failsafe
     add 4bd36a12a [SUREFIRE-1385] Add new parameter 
"promoteUserPropertiesToSystemProperties" (#762)
     add 675c02ae9 Bump org.apache.commons:commons-compress from 1.26.2 to 
1.27.0
     add 817695ad3 Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0
     add f0de8c0e0 Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0
     add 3ae062d69 [maven-release-plugin] prepare release surefire-3.4.0
     add f64c1b314 [maven-release-plugin] prepare for next development iteration
     new 1fdf546de [SUREFIRE-2161] Align Mojo class names and output names
     new 83bbbb100 [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
     new 455a9197e [SUREFIRE-2227] Dynamically calculate xrefTestLocation

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dc4daeb03)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (455a9197e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 maven-failsafe-plugin/pom.xml                      |  2 +-
 .../apache/maven/plugin/failsafe/VerifyMojo.java   |  2 +-
 maven-surefire-common/pom.xml                      |  2 +-
 .../plugin/surefire/AbstractSurefireMojo.java      | 95 +++++++++++++++++++---
 .../maven/plugin/surefire/SurefireProperties.java  | 64 ++++++++-------
 .../plugin/surefire/AbstractSurefireMojoTest.java  | 85 +++++++++++++++++++
 .../plugin/surefire/SurefirePropertiesTest.java    | 14 ++++
 maven-surefire-plugin/pom.xml                      |  2 +-
 .../src/site/apt/examples/system-properties.apt.vm | 34 ++++++--
 maven-surefire-report-plugin/pom.xml               |  2 +-
 pom.xml                                            | 10 +--
 surefire-api/pom.xml                               |  2 +-
 surefire-booter/pom.xml                            |  2 +-
 surefire-extensions-api/pom.xml                    |  2 +-
 surefire-extensions-spi/pom.xml                    |  2 +-
 surefire-grouper/pom.xml                           |  2 +-
 surefire-its/pom.xml                               |  2 +-
 .../test/resources/surefire-1490-custom/pom.xml    |  4 +-
 .../test/resources/surefire-1490-default/pom.xml   |  4 +-
 .../surefire-260-testWithIdenticalNames/pom.xml    |  4 +-
 .../surefire-570-multipleReportDirectories/pom.xml |  2 +-
 surefire-logger-api/pom.xml                        |  2 +-
 surefire-providers/common-java5/pom.xml            |  2 +-
 surefire-providers/common-junit3/pom.xml           |  2 +-
 surefire-providers/common-junit4/pom.xml           |  2 +-
 surefire-providers/common-junit48/pom.xml          |  2 +-
 surefire-providers/pom.xml                         |  2 +-
 surefire-providers/surefire-junit-platform/pom.xml |  2 +-
 surefire-providers/surefire-junit3/pom.xml         |  2 +-
 surefire-providers/surefire-junit4/pom.xml         |  2 +-
 surefire-providers/surefire-junit47/pom.xml        |  2 +-
 surefire-providers/surefire-testng-utils/pom.xml   |  2 +-
 surefire-providers/surefire-testng/pom.xml         |  2 +-
 surefire-report-parser/pom.xml                     |  2 +-
 surefire-shadefire/pom.xml                         |  2 +-
 surefire-shared-utils/pom.xml                      |  2 +-
 36 files changed, 285 insertions(+), 83 deletions(-)

Reply via email to