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/03 14:13:35 UTC

[maven-assembly-plugin] 01/01: Updated maven-surefire-plugin to newest version which works with JDK 10

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

khmarbaise pushed a commit to branch FIXING-JDK-ISSUES
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit e3926a7b1a9bb43f4a3079e75b246a796dd31de8
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Jun 3 16:13:12 2018 +0200

    Updated maven-surefire-plugin to newest version which works with JDK 10
---
 src/it/it-project-parent/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/it/it-project-parent/pom.xml b/src/it/it-project-parent/pom.xml
index 144de8c..4eddc4f 100644
--- a/src/it/it-project-parent/pom.xml
+++ b/src/it/it-project-parent/pom.xml
@@ -84,4 +84,15 @@ under the License.
       <!-- just avoids the information injected by the testing profile, above. -->
     </profile>
   </profiles>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.21.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 </project>

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