From 15a8c966cf015ba14af297cd4f7af526873f1d76 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Sat, 18 Feb 2012 17:58:10 +0000 Subject: [PATCH] LUCENE-3762: update README to indicate junit 4.10.x git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1290830 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/README.txt b/lucene/README.txt index 7bc336bca79..ab5bf7d3e67 100644 --- a/lucene/README.txt +++ b/lucene/README.txt @@ -22,7 +22,7 @@ lucene-core-XX-javadoc.jar lucene-test-framework-XX.jar The compiled Lucene test-framework library. - Depends on junit 4.7.x (not 4.6.x, not 4.8.x), and Apache Ant 1.7.x (not 1.6.x, not 1.8.x) + Depends on junit 4.10.x (not 4.9.x, not 4.11.x), and Apache Ant 1.7.x (not 1.6.x, not 1.8.x) lucene-test-framework-XX-javadoc.jar The Javadoc jar for the compiled Lucene test-framework library.