You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by mm...@apache.org on 2016/06/08 23:04:49 UTC

bookkeeper git commit: BOOKKEEPER-881: Upgrade surefire plugin to 2.19.1

Repository: bookkeeper
Updated Branches:
  refs/heads/master f36bb289c -> bd2ebcd75


BOOKKEEPER-881: Upgrade surefire plugin to 2.19.1

Upgrade to using maven surefire plugin version 2.19.1

Author: Rithin Shetty <rithingmail.com>

Author: Rithin <ri...@salesforce.com>

Reviewers: Matteo Merli <mm...@apache.org>

Closes #47 from rithin-shetty/surefire-upgrade


Project: http://git-wip-us.apache.org/repos/asf/bookkeeper/repo
Commit: http://git-wip-us.apache.org/repos/asf/bookkeeper/commit/bd2ebcd7
Tree: http://git-wip-us.apache.org/repos/asf/bookkeeper/tree/bd2ebcd7
Diff: http://git-wip-us.apache.org/repos/asf/bookkeeper/diff/bd2ebcd7

Branch: refs/heads/master
Commit: bd2ebcd75f41552f37166616e05821f4f7752f26
Parents: f36bb28
Author: Rithin <ri...@salesforce.com>
Authored: Wed Jun 8 16:04:54 2016 -0700
Committer: Matteo Merli <mm...@apache.org>
Committed: Wed Jun 8 16:04:54 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/bd2ebcd7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 56a4345..4f40773 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.9</version>
+        <version>2.19.1</version>
         <configuration>
           <argLine>-Xmx2G -Djava.net.preferIPv4Stack=true</argLine>
 	  <redirectTestOutputToFile>true</redirectTestOutputToFile>