You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2018/09/04 14:15:51 UTC

[3/5] [lang] LANG-1416: Use latest Apache Maven Surefire Plugin release

LANG-1416: Use latest Apache Maven Surefire Plugin release


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/3287f310
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/3287f310
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/3287f310

Branch: refs/heads/master
Commit: 3287f3100f5940c254130192fb442077755477f6
Parents: 3e44d26
Author: Benedikt Ritter <br...@apache.org>
Authored: Tue Sep 4 15:07:47 2018 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Tue Sep 4 15:08:37 2018 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/3287f310/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 149e151..39c5b94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -641,6 +641,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.22.0</version>
         <executions>
           <execution>
             <id>plain</id>