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 074b12fcc Prepare for Doxia 2.0.0 add c3c3c8486 Use Maven 3.x.x and 3.6.3 on Jenkins add 03c71d182 [SUREFIRE-2206] Downgrade plexus-xml to 3.0.0 add dd2fcfd5d [SUREFIRE-2205] Use maven-plugin-report-plugin only in plugins modules add dd640bf8d [SUREFIRE-2208] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#682) 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 new 6e69d53ce Prepare for Doxia 2.0.0 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 (074b12fcc) \ N -- N -- N refs/heads/doxia-2.0.0 (6e69d53ce) 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 1 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: Jenkinsfile | 2 +- maven-failsafe-plugin/pom.xml | 13 +++++----- maven-surefire-common/pom.xml | 11 +++++---- .../plugin/surefire/AbstractSurefireMojo.java | 2 +- maven-surefire-plugin/pom.xml | 8 ++----- maven-surefire-report-plugin/pom.xml | 9 +++---- pom.xml | 15 ++++++------ 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 +- .../maven/surefire/its/AdditionalClasspathIT.java | 2 +- .../extraResource/order-test.txt | 1 + .../extraResource2/order-test.txt | 1 + .../test/java/additionalClasspath/BasicTest.java | 28 ++++++++++++++++++++++ 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 +- 32 files changed, 80 insertions(+), 54 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