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

github-bot pushed a change to branch 
dependabot/maven/org.fusesource.jansi-jansi-2.4.1
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


    omit e81173bc1 Bump org.fusesource.jansi:jansi from 2.4.0 to 2.4.1
     add 2d7675397 [maven-release-plugin] prepare release surefire-3.2.2
     add 9b7ecf141 [maven-release-plugin] prepare for next development iteration
     add 47c5816ae [SUREFIRE-2210] - Restore ordering of additional class path 
elements
     add f5b73ab3d [SUREFIRE-2214] Uprade to HtmlUnit 3.8.0
     add 6662e07f5 [SUREFIRE-2215] Upgrade to Parent 41
     add aa864f453 [SUREFIRE-2216] Upgrade plugins and components (in ITs)
     add ba4922ced Bump org.fusesource.jansi:jansi from 2.4.0 to 2.4.1

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   (e81173bc1)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.fusesource.jansi-jansi-2.4.1 (ba4922ced)

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.

No new revisions were added by this update.

Summary of changes:
 maven-failsafe-plugin/pom.xml                      |  4 +--
 .../src/it/jetty-war-test-failing/pom.xml          |  4 +--
 .../src/test/java/basic/BasicIT.java               | 10 ++++----
 .../src/it/jetty-war-test-passing/pom.xml          |  4 +--
 .../src/test/java/basic/BasicIT.java               | 10 ++++----
 maven-surefire-common/pom.xml                      |  4 +--
 .../plugin/surefire/AbstractSurefireMojo.java      |  2 +-
 maven-surefire-plugin/pom.xml                      |  4 +--
 maven-surefire-report-plugin/pom.xml               |  4 +--
 pom.xml                                            | 30 ++++++++++------------
 surefire-api/pom.xml                               |  4 +--
 surefire-booter/pom.xml                            |  4 +--
 surefire-extensions-api/pom.xml                    |  4 +--
 surefire-extensions-spi/pom.xml                    |  2 +-
 surefire-grouper/pom.xml                           |  4 +--
 surefire-its/pom.xml                               | 12 ++++-----
 .../maven/surefire/its/AdditionalClasspathIT.java  |  2 +-
 .../jiras/Surefire260TestWithIdenticalNamesIT.java |  8 +++---
 .../extraResource/order-test.txt                   |  1 +
 .../extraResource2/order-test.txt                  |  1 +
 .../test/java/additionalClasspath/BasicTest.java   | 28 ++++++++++++++++++++
 surefire-logger-api/pom.xml                        |  4 +--
 surefire-providers/common-java5/pom.xml            |  4 +--
 surefire-providers/common-junit3/pom.xml           |  4 +--
 surefire-providers/common-junit4/pom.xml           |  4 +--
 surefire-providers/common-junit48/pom.xml          |  4 +--
 surefire-providers/pom.xml                         |  4 +--
 surefire-providers/surefire-junit-platform/pom.xml |  2 +-
 surefire-providers/surefire-junit3/pom.xml         |  4 +--
 surefire-providers/surefire-junit4/pom.xml         |  4 +--
 surefire-providers/surefire-junit47/pom.xml        |  4 +--
 surefire-providers/surefire-testng-utils/pom.xml   |  4 +--
 surefire-providers/surefire-testng/pom.xml         |  4 +--
 surefire-report-parser/pom.xml                     |  4 +--
 surefire-shadefire/pom.xml                         |  2 +-
 surefire-shared-utils/pom.xml                      |  2 +-
 36 files changed, 114 insertions(+), 86 deletions(-)
 create mode 100644 
surefire-its/src/test/resources/additional-classpath/extraResource/order-test.txt
 create mode 100644 
surefire-its/src/test/resources/additional-classpath/extraResource2/order-test.txt

Reply via email to