Updated Branches: refs/heads/flume-1.4 e635e19b4 -> eb17987a6
FLUME-2051. Surefire 2.12 cannot run a single test on Windows. Upgrade to 2.12.3. (Roshan Naik via Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/eb17987a Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/eb17987a Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/eb17987a Branch: refs/heads/flume-1.4 Commit: eb17987a6c5da2995e81b1a7e494ecabd66a78ea Parents: e635e19 Author: Mike Percy <[email protected]> Authored: Fri Jun 21 12:27:51 2013 -0700 Committer: Mike Percy <[email protected]> Committed: Fri Jun 21 12:28:25 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/eb17987a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 350d6a4..d907586 100644 --- a/pom.xml +++ b/pom.xml @@ -508,7 +508,7 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.12</version> + <version>2.12.3</version> <configuration> <forkMode>always</forkMode> <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
