You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/10/06 08:41:57 UTC

[ws-wss4j] branch master updated: Updating surefire plugin to 3.0.0-M7

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 61ebbbd0b Updating surefire plugin to 3.0.0-M7
61ebbbd0b is described below

commit 61ebbbd0b8e625826d18161681c299438fa8e7e9
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Oct 6 09:41:42 2022 +0100

    Updating surefire plugin to 3.0.0-M7
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4622e7c81..37a7552ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,7 +377,7 @@
                         <plugin>
                             <groupId>org.apache.maven.plugins</groupId>
                             <artifactId>maven-surefire-plugin</artifactId>
-                            <version>2.22.2</version>
+                            <version>3.0.0-M7</version>
                             <configuration>
                                 <reportFormat>brief</reportFormat>
                                 <useFile>false</useFile>
@@ -385,7 +385,7 @@
                                 <includes>
                                     <include>**/*Test.java</include>
                                 </includes>
-                                <argLine>-Xmx2000m --add-opens java.base/java.lang.reflect=ALL-UNNAMED</argLine>
+                                <argLine>--add-opens java.base/java.lang.reflect=ALL-UNNAMED</argLine>
                                 <systemPropertyVariables>
                                     <java.io.tmpdir>${basedir}/target</java.io.tmpdir>
                                 </systemPropertyVariables>