diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index f7a37eecdc..a44a235c12 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -5,6 +5,9 @@ For the full detailed changelog, see: https://fisheye.springsource.org/changelog/spring-integration +Changes in version 2.0.0 Release Candidate 1 (Oct 28, 2010) +http://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11656 + Changes in version 2.0.0 Milestone 7 (Sept 03, 2010) http://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11311 diff --git a/docs/src/info/readme.txt b/docs/src/info/readme.txt index 2b952f7e34..f36ccb5b7f 100644 --- a/docs/src/info/readme.txt +++ b/docs/src/info/readme.txt @@ -1,7 +1,7 @@ -SPRING INTEGRATION 2.0.0 Milestone 7 (Sept 03, 2010) ----------------------------------------------------- +SPRING INTEGRATION 2.0.0 Release Candidate 1 (Oct 28, 2010) +----------------------------------------------------------- -To find out what has changed since version 1.0.x or 2.0 M6, see 'changelog.txt' +To find out what has changed since version 1.0.x or 2.0 M7, 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: @@ -12,11 +12,11 @@ There you will find links to the forum, issue tracker, and several other resourc To build and run the sample applications that are included with this distribution, view the README.txt file in the 'samples' directory. -To checkout the project from the SVN head and build from source, do the following -(NOTE: this requires Maven 2.2.x): +To checkout the project from the Git repository and build from source, do the following: - svn co https://src.springsource.org/svn/spring-integration/trunk . - mvn clean install + git clone git://git.springsource.org/spring-integration/spring-integration.git + cd spring-integration + ./gradlew build To build the JavaDoc, run `mvn javadoc:aggregate` from within the root directory. The result will be available in 'target/site/apidocs'.