From befadefe25e38936dacad9ca09aec1cde4db51f0 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Sat, 13 Nov 2010 12:57:40 -0500 Subject: [PATCH] updating changelog and readme for 2.0 RC2 --- docs/src/info/changelog.txt | 3 +++ docs/src/info/readme.txt | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index a44a235c12..6b18cb947c 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 2 (Nov 13, 2010) +http://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11749 + 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 diff --git a/docs/src/info/readme.txt b/docs/src/info/readme.txt index 49ab1033e0..777f825e1a 100644 --- a/docs/src/info/readme.txt +++ b/docs/src/info/readme.txt @@ -1,7 +1,7 @@ -SPRING INTEGRATION 2.0.0 Release Candidate 1 (Oct 28, 2010) +SPRING INTEGRATION 2.0.0 Release Candidate 2 (Nov 13, 2010) ----------------------------------------------------------- -To find out what has changed since version 1.0.x or 2.0 M7, see 'changelog.txt' +To find out what has changed since version 1.0.x or 2.0 RC1, 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 @@ -11,7 +11,7 @@ There you will find links to the forum, issue tracker, and several other resourc To check out the project and build from source, do the following: - git clone git://git.springsource.org/spring-integration/spring-integration.git + git clone --recursive git://git.springsource.org/spring-integration/spring-integration.git cd spring-integration ./gradlew build