You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/03/02 08:17:13 UTC

[6/9] camel git commit: Use junit 4.11 as not all test libraries work with it.

Use junit 4.11 as not all test libraries work with it.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f3a90643
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f3a90643
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f3a90643

Branch: refs/heads/master
Commit: f3a90643dbe88345b97aa881a25e2cf0427ccbc8
Parents: 8c273a7
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Mar 1 15:22:44 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Mar 2 08:18:04 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/f3a90643/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index fa0f4ff..81a6353 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -291,7 +291,7 @@
     <juel-bundle-version>2.1.3_1</juel-bundle-version>
     <juel-version>2.1.3</juel-version>
     <junit-bundle-version>4.11_2</junit-bundle-version>
-    <junit-version>4.12</junit-version>
+    <junit-version>4.11</junit-version>
     <jython-version>2.5.3</jython-version>
     <jzlib-version>1.1.3</jzlib-version>
     <kafka-version>0.8.1.1</kafka-version>