You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by mp...@apache.org on 2013/06/21 21:28:32 UTC

git commit: FLUME-2051. Surefire 2.12 cannot run a single test on Windows. Upgrade to 2.12.3.

Updated Branches:
  refs/heads/trunk 7d131b6a0 -> b22f0415c


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/b22f0415
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/b22f0415
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/b22f0415

Branch: refs/heads/trunk
Commit: b22f0415c0e73ce5a98cbdbbaa23bcdd932f15af
Parents: 7d131b6
Author: Mike Percy <mp...@apache.org>
Authored: Fri Jun 21 12:27:51 2013 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Fri Jun 21 12:27:51 2013 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/b22f0415/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>