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

rfscholte pushed a commit to branch maven-xml
in repository https://gitbox.apache.org/repos/asf/maven-studies.git


The following commit(s) were added to refs/heads/maven-xml by this push:
     new ed3ce70  Lock surefire to support JDK 10 and JDK 11-ea
ed3ce70 is described below

commit ed3ce70ec89a050cb66918c7ee9b059c0a86ddf0
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Sun May 13 23:40:50 2018 +0200

    Lock surefire to support JDK 10 and JDK 11-ea
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c31c650..bb527b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,11 +30,11 @@ under the License.
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   
-  <groupId>org.apache.maven</groupId>
   <artifactId>maven-xml</artifactId>
   <version>4.0.0-SNAPSHOT</version>
   
   <properties>
+    <surefire.version>2.21.0</surefire.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
   </properties>

-- 
To stop receiving notification emails like this one, please contact
rfscho...@apache.org.

Reply via email to