You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/10/04 13:46:56 UTC

git commit: use last surefire version

Updated Branches:
  refs/heads/master bce49cd7f -> 645c04f0e


use last surefire version


Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/645c04f0
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/645c04f0
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/645c04f0

Branch: refs/heads/master
Commit: 645c04f0edf92829bf046d4dab018e940660ec35
Parents: bce49cd
Author: olivier lamy <ol...@apache.org>
Authored: Thu Oct 4 13:46:46 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Thu Oct 4 13:46:46 2012 +0200

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/645c04f0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6784050..01d2c4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,7 +322,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.12.3</version>
+          <version>2.12.4</version>
         </plugin>
       </plugins>
     </pluginManagement>