Repository: sentry Updated Branches: refs/heads/master a81591e6e -> c625dfe94
SENTRY-1742: Upgrade to Maven surefire plugin v2.2 (Jan Hentschel, reviewed by: Alex Kolbasov) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/c625dfe9 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/c625dfe9 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/c625dfe9 Branch: refs/heads/master Commit: c625dfe946b5a79c02eea660b4a190159a778080 Parents: a81591e Author: Alexander Kolbasov <[email protected]> Authored: Mon May 1 22:46:03 2017 -0700 Committer: Alexander Kolbasov <[email protected]> Committed: Mon May 1 22:46:03 2017 -0700 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/c625dfe9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 66e9220..4bc8f2b 100644 --- a/pom.xml +++ b/pom.xml @@ -822,7 +822,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> + <version>2.20</version> <configuration> <rerunFailingTestsCount>3</rerunFailingTestsCount> <environmentVariables> @@ -954,7 +954,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> + <version>2.20</version> <configuration> <argLine>-Xms256m -Xmx2g -XX:MaxPermSize=256m</argLine> <environmentVariables> @@ -988,7 +988,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.19.1</version> + <version>2.20</version> <configuration> <forkCount>1</forkCount> <rerunFailingTestsCount>3</rerunFailingTestsCount>
