You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/01/05 00:18:16 UTC

[datasketches-java] 02/02: Eclipse is incompatible with latest TestNG 7.3.0, have to back-off to 7.1.0.

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit b57db7e20c011eb1c97f807e473224ab192180cd
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Jan 4 16:17:57 2021 -0800

    Eclipse is incompatible with latest TestNG 7.3.0, have to back-off to
    7.1.0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4d42046..92c1938 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@ under the License.
     <!-- END:UNIQUE FOR THIS JAVA COMPONENT -->
 
     <!-- Test -->
-    <testng.version>7.3.0</testng.version>
+    <testng.version>7.1.0</testng.version>
 
     <!-- System-wide properties -->
     <maven.version>3.0.0</maven.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org