Updated Branches:
refs/heads/master 7d9b7317a -> e498ac4ee
BIGTOP-938. Bigtop currently uses Junit 4.8.2, would be useful to upgrade to
the latest one that is Junit 4.11.
I have messed up the patch - I have no idea how I could messed up 3 letters
patch.
Fixed.
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e498ac4e
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e498ac4e
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e498ac4e
Branch: refs/heads/master
Commit: e498ac4ee1711512e6818c330e274a26ee5c6e72
Parents: 7d9b731
Author: Konstantin Boudnik <[email protected]>
Authored: Sat Jul 27 16:02:32 2013 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Sat Jul 27 16:02:32 2013 -0700
----------------------------------------------------------------------
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/bigtop/blob/e498ac4e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 066d5eb..f89b3fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
<gmaven.version>1.0</gmaven.version>
<ant.version>1.8.2</ant.version>
<commons.logging.version>1.1</commons.logging.version>
- <junit.version>4.11za</junit.version>
+ <junit.version>4.11</junit.version>
<slf4j.version>1.6.6</slf4j.version>
<log4j.version>1.2.14</log4j.version>
<antlr.version>3.4</antlr.version>