You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/01/26 23:17:42 UTC

[maven-surefire] 02/03: JUnit5 Vintage 5.3.2 in documentation

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

tibordigana pushed a commit to branch junit5-displayname
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit f60dd669e9e62a9e086477245c6833fd7d062686
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Jan 27 00:15:46 2019 +0100

    JUnit5 Vintage 5.3.2 in documentation
---
 maven-surefire-plugin/src/site/apt/examples/junit-platform.apt.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-surefire-plugin/src/site/apt/examples/junit-platform.apt.vm b/maven-surefire-plugin/src/site/apt/examples/junit-platform.apt.vm
index f0cc7b4..4258387 100644
--- a/maven-surefire-plugin/src/site/apt/examples/junit-platform.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/junit-platform.apt.vm
@@ -40,7 +40,7 @@ Using JUnit 5 Platform
     <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-engine</artifactId>
-        <version>5.3.1</version>
+        <version>5.3.2</version>
         <scope>test</scope>
     </dependency>
     [...]
@@ -63,7 +63,7 @@ Using JUnit 5 Platform
     <dependency>
         <groupId>org.junit.vintage</groupId>
         <artifactId>junit-vintage-engine</artifactId>
-        <version>5.3.1</version>
+        <version>5.3.2</version>
         <scope>test</scope>
     </dependency>
     [...]