This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit efc293df7596d7896b8b29183e02bbdf35ceda36 Author: P. Ottlinger <[email protected]> AuthorDate: Thu Jul 15 19:26:29 2021 +0200 RAT-283: Fix docs about minimal Ant version --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 68d16bf..c23395a 100644 --- a/README.txt +++ b/README.txt @@ -39,9 +39,9 @@ A good way to use Rat is to through the source. This allows the code base to be easily patched for example to add new generated file matchers. The main jar is runnable and self-documenting. This jar is available as a standard alone binary. -Rat includes a task library for Ant 1.7. This allows Rat reports to be run against +Rat includes a task library for Ant 1.10. This allows Rat reports to be run against a wide variety of resources. See ant-task-examples.xml. To use the Ant tasks, -Apache Ant 1.7 is required. See https://ant.apache.org/. +Apache Ant 1.10 is required. See https://ant.apache.org/. For Maven builds, the plugin is recommended.
