updating changelog and readme

This commit is contained in:
Mark Fisher
2010-10-28 12:03:07 -04:00
parent c2866d96b4
commit 80fb9f10a5
2 changed files with 10 additions and 7 deletions

View File

@@ -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

View File

@@ -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'.