This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
from 6420f7c34 [SUREFIRE-2137] Run JUnitPlatform ITs with latest
5.8.x/5.9.x as well
new dd7077215 [SUREFIRE-2138] Update JUnit4/JUnit5 versions in docs
new d3dafe4d3 [SUREFIRE-2138] Update JUnit4/JUnit5 versions in ITs
The 2 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:
.../src/site/apt/examples/jpms.apt.vm | 4 +-
.../src/site/apt/examples/junit-platform.apt.vm | 52 +++++++++++-----------
.../src/site/apt/examples/junit.apt.vm | 2 +-
.../src/site/apt/examples/spock.apt.vm | 4 +-
.../src/site/apt/examples/testng.apt.vm | 2 +-
maven-surefire-plugin/src/site/markdown/docker.md | 2 +-
.../surefire/its/JUnit4RerunFailingTestsIT.java | 42 ++++++++---------
.../maven/surefire/its/JUnit4VersionsIT.java | 6 ++-
.../its/JUnitPlatformRerunFailingTestsIT.java | 2 +-
.../apache/maven/surefire/its/JUnitVersion.java | 4 +-
.../resources/assumpationFailureReport/pom.xml | 2 +-
.../src/test/resources/java9-full-api/pom.xml | 2 +-
surefire-its/src/test/resources/junit-4-5/pom.xml | 24 +++++-----
surefire-its/src/test/resources/junit4/pom.xml | 2 +-
.../src/test/resources/junit5-modulepath/pom.xml | 2 +-
.../src/test/resources/junit5-runner/pom.xml | 4 +-
.../src/test/resources/junit5-spock/pom.xml | 2 +-
.../maven-multimodule-project-with-jpms/pom.xml | 2 +-
surefire-its/src/test/resources/runOrder/pom.xml | 2 +-
.../pom.xml | 2 +-
.../src/test/resources/surefire-1570/pom.xml | 2 +-
.../resources/surefire-1585-junit4-vintage/pom.xml | 4 +-
.../resources/surefire-1585-jupiter-api/pom.xml | 2 +-
.../surefire-1614-stream-corruption/pom.xml | 2 +-
.../surefire-1659-stream-corruption/pom.xml | 2 +-
.../pom.xml | 2 +-
.../src/test/java/module-info.java | 1 +
.../test/resources/surefire-1733-junit4/pom.xml | 2 +-
.../src/test/resources/surefire-1881/pom.xml | 2 +-
.../surefire-1993-jpms-providing-modules/pom.xml | 2 +-
.../src/test/resources/surefire-2036/pom.xml | 4 +-
31 files changed, 99 insertions(+), 90 deletions(-)