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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8054026  TestNG 7.0.0 instead of 7.0.0-beta-7 in the integration tests
8054026 is described below

commit 8054026e976a28e9955e4e6df3c09081331df9b8
Author: tibordigana <[email protected]>
AuthorDate: Tue Aug 27 15:21:25 2019 +0200

    TestNG 7.0.0 instead of 7.0.0-beta-7 in the integration tests
---
 .../org/apache/maven/surefire/its/CheckTestNgListenerReporterIT.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/surefire-its/src/test/java/org/apache/maven/surefire/its/CheckTestNgListenerReporterIT.java
 
b/surefire-its/src/test/java/org/apache/maven/surefire/its/CheckTestNgListenerReporterIT.java
index 0db9e43..1764aee 100644
--- 
a/surefire-its/src/test/java/org/apache/maven/surefire/its/CheckTestNgListenerReporterIT.java
+++ 
b/surefire-its/src/test/java/org/apache/maven/surefire/its/CheckTestNgListenerReporterIT.java
@@ -72,7 +72,7 @@ public class CheckTestNgListenerReporterIT
             { "5.14.9", null, 1.5d }, // Latest 5.14.x TestNG version
             { "6.0", null, 1.5d },
             { "6.14.3", null, 1.7d },
-            { "7.0.0-beta7", null, 1.8d } // Currently latest TestNG version
+            { "7.0.0", null, 1.8d } // Currently latest TestNG version
         });
     }
 

Reply via email to