Repository: sentry Updated Branches: refs/heads/sentry-ha-redesign 05bc5a6e4 -> 5a8e38a86
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/5a8e38a8 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/5a8e38a8 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/5a8e38a8 Branch: refs/heads/sentry-ha-redesign Commit: 5a8e38a86a29e371cccc8806c6fedc8c3afc2867 Parents: 05bc5a6 Author: Alexander Kolbasov <[email protected]> Authored: Mon May 1 22:49:14 2017 -0700 Committer: Alexander Kolbasov <[email protected]> Committed: Mon May 1 22:49:14 2017 -0700 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/5a8e38a8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3ed7492..ad54cfd 100644 --- a/pom.xml +++ b/pom.xml @@ -796,7 +796,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> @@ -928,7 +928,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> @@ -962,7 +962,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>
