You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by co...@apache.org on 2017/10/20 08:39:37 UTC

sentry git commit: SENTRY-2009 - Upgrade Surefire plugin - Revied by Sergio Pena

Repository: sentry
Updated Branches:
  refs/heads/master 800584a16 -> e5381cdcf


SENTRY-2009 - Upgrade Surefire plugin
 - Revied by Sergio Pena


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

Branch: refs/heads/master
Commit: e5381cdcf450d7f31ca2b4bbd2436ac731364e32
Parents: 800584a
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri Oct 20 09:39:09 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Oct 20 09:39:09 2017 +0100

----------------------------------------------------------------------
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/e5381cdc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1c05556..ee85ddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,7 @@ limitations under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <solr.version>4.10.2</solr.version>
     <sqoop.version>1.99.6</sqoop.version>
+    <surefire.version>2.20.1</surefire.version>
     <test.sentry.hadoop.classpath>${maven.test.classpath}</test.sentry.hadoop.classpath>
     <zookeeper.version>3.4.5</zookeeper.version>
     <maven.jar.plugin.version>3.0.2</maven.jar.plugin.version>
@@ -777,7 +778,7 @@ limitations under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.20</version>
+          <version>${surefire.version}</version>
           <configuration>
             <rerunFailingTestsCount>3</rerunFailingTestsCount>
             <environmentVariables>
@@ -909,7 +910,7 @@ limitations under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
-            <version>2.20</version>
+            <version>${surefire.version}</version>
             <configuration>
               <argLine>-Xms256m -Xmx2g -XX:MaxPermSize=256m</argLine>
               <environmentVariables>
@@ -943,7 +944,7 @@ limitations under the License.
          <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.20</version>
+          <version>${surefire.version}</version>
           <configuration>
             <forkCount>1</forkCount>
             <rerunFailingTestsCount>3</rerunFailingTestsCount>