diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt
index e8aecfc5..7a4131af 100644
--- a/build-spring-webflow/resources/changelog.txt
+++ b/build-spring-webflow/resources/changelog.txt
@@ -2,6 +2,15 @@ SPRING WEB FLOW CHANGELOG
=========================
http://www.springframework.org/webflow
+Changes in version 2.0.2 (29.05.2008)
+-------------------------------------
+Improvements
+
+Bug Fixes
+* Fixed a bug preventing mapping of non-string request parameters such as MultiPart files
+
+Documentation
+
Changes in version 2.0.1 (15.05.2008)
-------------------------------------
Improvements
diff --git a/build-spring-webflow/resources/readme.txt b/build-spring-webflow/resources/readme.txt
index 402d11ac..67be24e5 100644
--- a/build-spring-webflow/resources/readme.txt
+++ b/build-spring-webflow/resources/readme.txt
@@ -1,4 +1,4 @@
-SPRING WEB FLOW 2.0.1 (May 2008)
+SPRING WEB FLOW 2.0.2 (May 2008)
----------------------------------
http://www.springframework.org/webflow
@@ -20,7 +20,7 @@ It is a powerful controller engine that addresses the "C" in MVC.
2. RELEASE NOTES
----------------
-Spring Web Flow 2.0.1 requires Java SE 1.4 and Spring Framework 2.5.4 or above to run.
+Spring Web Flow 2.0.2 requires Java SE 1.4 and Spring Framework 2.5.4 or above to run.
Java SE 5.0 with Ant 1.7 is required to build.
@@ -49,21 +49,21 @@ The following jar files are included in the distribution.
The contents of each jar and its dependencies are noted.
Dependencies in [brackets] are optional, and are just necessary for certain functionality.
-* org.springframework.webflow-2.0.1.RELEASE.jar
+* org.springframework.webflow-2.0.2.RELEASE.jar
- Contents: The Spring Web Flow system
- Dependencies: Commons Logging, spring-core, spring-beans, spring-context, spring-binding, spring-web, spring-webmvc-servlet, spring-js
[Log4J, Xerces, XML APIs, OGNL, EL API, JPA API, Hibernate, Spring Security, Servlet API, Portlet API, JUnit]
-* org.springframework.binding-2.0.1.RELEASE.jar
+* org.springframework.binding-2.0.2.RELEASE.jar
- Contents: The Spring Data Binding framework, a utility library used by Web Flow
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context
[Log4J, OGNL, EL API]
-* org.springframework.js-2.0.1.RELEASE.jar
+* org.springframework.js-2.0.2.RELEASE.jar
- Contents: The Spring JavaScript module, containing Spring's Dojo integration and additional JavaScript functionality.
- Dependencies: Dojo Toolkit 1.1
-* org.springframework.faces-2.0.1.RELEASE.jar
+* org.springframework.faces-2.0.2.RELEASE.jar
- Contents: The Spring Faces module, containing Spring's integration with Java Server Faces (JSF) and additional JSF functionality.
- Dependencies: spring-webflow, spring-js, JSF API
@@ -101,19 +101,19 @@ Then declare the following dependencies:
org.springframework.webflow
org.springframework.binding
- 2.0.1.RELEASE
+ 2.0.2.RELEASE
org.springframework.webflow
org.springframework.js
- 2.0.1.RELEASE
+ 2.0.2.RELEASE
org.springframework.webflow
org.springframework.webflow
- 2.0.1.RELEASE
+ 2.0.2.RELEASE
If using JavaServerFaces:
@@ -121,7 +121,7 @@ If using JavaServerFaces:
org.springframework.webflow
org.springframework.faces
- 2.0.1.RELEASE
+ 2.0.2.RELEASE
To access jars using Ivy, add the following repositories to your Ivy config:
@@ -138,13 +138,13 @@ To access jars using Ivy, add the following repositories to your Ivy config:
Then declare the following dependencies in your ivy.xml:
-
-
-
+
+
+
If using JavaServerFaces:
-
+
Refer to the reference documentation for more coverage on obtaining Web Flow jars using Maven or Ivy.
diff --git a/build.properties b/build.properties
index d8fa5fa9..244513af 100644
--- a/build.properties
+++ b/build.properties
@@ -1,4 +1,4 @@
-version=2.0.1
+version=2.0.2
release.type=integration
natural.name=spring-webflow
project.key=SWF
diff --git a/spring-webflow-reference/src/spring-webflow-reference.xml b/spring-webflow-reference/src/spring-webflow-reference.xml
index a54c0b35..babfa332 100644
--- a/spring-webflow-reference/src/spring-webflow-reference.xml
+++ b/spring-webflow-reference/src/spring-webflow-reference.xml
@@ -23,8 +23,8 @@
Spring Web Flow 2 Reference Guide
Reference Documentation
- Version 2.0.1
- April 2008
+ Version 2.0.2
+ May 2008
Keith