Repository: reef Updated Branches: refs/heads/master 96f32a592 -> b55389393
[REEF-1395] Update SureFire plugin to 2.19.1 JIRA: [REEF-1395](https://issues.apache.org/jira/browse/REEF-1395) Pull Request: This closes #1005 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/b5538939 Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/b5538939 Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/b5538939 Branch: refs/heads/master Commit: b5538939385588d155372c0fe124224d1bc12017 Parents: 96f32a5 Author: Markus Weimer <[email protected]> Authored: Wed May 18 08:57:22 2016 -0700 Committer: Mariia Mykhailova <[email protected]> Committed: Wed May 18 10:48:46 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/b5538939/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3dd2ba0..0006e20 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.18.1</version> + <version>2.19.1</version> <configuration> <argLine>-Xmx2g</argLine> <systemProperties>
