From dfdddf5285fcf951c5bfabc4c30314a5226643d9 Mon Sep 17 00:00:00 2001 From: Robert Fischer Date: Tue, 22 May 2012 00:45:45 -0500 Subject: [PATCH] Spring-Batch works fine with Maven 3.0.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 151717832..df39ed9d7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Clone the git repository using the URL on the Github home page: $ cd spring-batch ## Command Line -Use Maven 2.2.* (might work with 3.0, but we don't test it), then on the command line: +Use Maven 2.2 or 3.0, then on the command line: $ mvn install