You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2017/08/03 14:38:07 UTC

[17/17] maven-surefire git commit: SUREFIRE-1330: Fix module name in surefire-providers reactor

SUREFIRE-1330: Fix module name in surefire-providers reactor


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/9580f5ef
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/9580f5ef
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/9580f5ef

Branch: refs/heads/junit5
Commit: 9580f5ef25c0d4736046165275f2d57d31686ae9
Parents: da384e9
Author: Maxime Gréau <mg...@exoplatform.com>
Authored: Tue Apr 11 15:32:10 2017 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon Jun 12 08:18:36 2017 +0200

----------------------------------------------------------------------
 surefire-providers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9580f5ef/surefire-providers/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
index 8c69725..712d8e9 100644
--- a/surefire-providers/pom.xml
+++ b/surefire-providers/pom.xml
@@ -41,7 +41,7 @@
     <module>surefire-junit3</module>
     <module>surefire-junit4</module>
     <module>surefire-junit47</module>
-    <module>surefire-junit5</module>
+    <module>surefire-junit-platform</module>
     <module>surefire-testng-utils</module>
     <module>surefire-testng</module>
   </modules>