You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/06/23 09:02:47 UTC

[maven-remote-resources-plugin] 01/01: WIP - Upgraded surefire to 2.21.0 should fix JDK10 issues.

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

khmarbaise pushed a commit to branch MRRESOURCES-103
in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git

commit daadba23214151df05e8b8acef3db488c04db693
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 23 11:00:57 2018 +0200

    WIP - Upgraded surefire to 2.21.0 should fix JDK10 issues.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 812b382..0d5ccd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,7 @@ under the License.
   </distributionManagement>
 
   <properties>
+    <surefire.version>2.21.0</surefire.version>
     <mavenVersion>2.2.1</mavenVersion>
     <mavenFilteringVersion>3.1.1</mavenFilteringVersion>
     <sitePluginVersion>3.3</sitePluginVersion>