You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by so...@apache.org on 2020/01/20 21:32:47 UTC

[maven-surefire] branch upgrade-junit-jqwik created (now 1f28129)

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

sor pushed a change to branch upgrade-junit-jqwik
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


      at 1f28129  Upgrade JUnit to 5.6 and JQwik to 1.2.2

This branch includes the following new commits:

     new 1f28129  Upgrade JUnit to 5.6 and JQwik to 1.2.2

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.



[maven-surefire] 01/01: Upgrade JUnit to 5.6 and JQwik to 1.2.2

Posted by so...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sor pushed a commit to branch upgrade-junit-jqwik
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 1f2812923474169986cba520041ae142df349122
Author: Christian Stein <so...@gmail.com>
AuthorDate: Mon Jan 20 22:32:38 2020 +0100

    Upgrade JUnit to 5.6 and JQwik to 1.2.2
---
 .../src/test/java/org/apache/maven/surefire/its/JUnitPlatformIT.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/surefire-its/src/test/java/org/apache/maven/surefire/its/JUnitPlatformIT.java b/surefire-its/src/test/java/org/apache/maven/surefire/its/JUnitPlatformIT.java
index 0c69f0c..bee0054 100644
--- a/surefire-its/src/test/java/org/apache/maven/surefire/its/JUnitPlatformIT.java
+++ b/surefire-its/src/test/java/org/apache/maven/surefire/its/JUnitPlatformIT.java
@@ -60,8 +60,8 @@ public class JUnitPlatformIT
         args.add( new Object[] { "5.4.2", "1.0.0" } );
         args.add( new Object[] { "5.5.0", "1.1.0" } );
         args.add( new Object[] { "5.5.2", "1.1.0" } );
-        args.add( new Object[] { "5.6.0-M1", "1.1.0" } );
-        //args.add( new Object[] { "5.6.0-SNAPSHOT", "1.1.6" } );
+        args.add( new Object[] { "5.6.0", "1.2.2" } );
+        //args.add( new Object[] { "5.7.0-SNAPSHOT", "1.2.2" } );
         return args;
     }