From f574a712591b66be6b26fb4e9f2f5b5e5eb8dc10 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 28 Jul 2010 12:36:47 +0000 Subject: [PATCH] updated readme for m6 --- src/main/resources/readme.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index a372f09331..03c9d771d1 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,7 +1,7 @@ -SPRING INTEGRATION 2.0.0 Milestone 5 (June 25, 2010) +SPRING INTEGRATION 2.0.0 Milestone 6 (July 28, 2010) ---------------------------------------------------- -To find out what has changed since version 1.0.4 or 2.0 M4, see 'changelog.txt' +To find out what has changed since version 1.0.4 or 2.0 M5, see 'changelog.txt' Please consult the documentation located within the 'docs/reference' directory of this release and also visit the official Spring Integration home at: @@ -13,7 +13,7 @@ To build and run the sample applications that are included with this distributio view the README.txt file in the 'spring-integration-samples' directory. To checkout the project from the SVN head and build from source, do the following -(NOTE: this requires Maven 2.1.0): +(NOTE: this requires Maven 2.2.x): svn co https://src.springsource.org/svn/spring-integration/trunk . mvn clean install @@ -22,6 +22,6 @@ To build the JavaDoc, run `mvn javadoc:aggregate` from within the root directory result will be available in 'target/site/apidocs'. The projects are Maven enabled, so you should be able to import them into any IDE that -has support for Maven (2.1.0 or greater). The SpringSource Tool Suite (STS) is -ships with support for Maven projects, is free-of-charge and is the recommended IDE -for use with Spring Integration (http://springsource.com/products/sts). +has support for Maven (2.2 or greater). The SpringSource Tool Suite (STS) ships with +support for Maven projects, is free-of-charge and is the recommended IDE for use with +Spring Integration (http://springsource.com/products/sts).