diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt index 161f6630..66492f49 100644 --- a/build-spring-webflow/resources/changelog.txt +++ b/build-spring-webflow/resources/changelog.txt @@ -2,6 +2,11 @@ SPRING WEB FLOW CHANGELOG ========================= http://www.springframework.org/webflow +Changes in version 2.1.0.RELEASE (June 17, 2010) +------------------------------------------------ +* Upgrade to Spring 3.0.3 +* Fix version of JSF in pom.xml of samples to 2.0 + Changes in version 2.1.0 RC1 (June 3, 2010) ------------------------------------------- * Update documentation for all Web Flow 2.1 related changes. diff --git a/build.properties b/build.properties index 0bc149b7..2b7b004d 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -version=2.1.0 +version=2.1.1 release.type=integration natural.name=spring-webflow project.key=SWF