diff --git a/build-spring-webflow/resources/changelog.txt b/build-spring-webflow/resources/changelog.txt
index 67e2c502..f27d0ded 100644
--- a/build-spring-webflow/resources/changelog.txt
+++ b/build-spring-webflow/resources/changelog.txt
@@ -2,6 +2,10 @@ SPRING WEB FLOW CHANGELOG
=========================
http://www.springframework.org/webflow
+Changes in version 2.3.1.RELEASE
+-----------------------------------------------
+
+
Changes in version 2.3.0.RELEASE (Feb 28, 2011)
-----------------------------------------------
[SWF-360] - Flow managed persistence context propagation
diff --git a/build-spring-webflow/resources/readme.txt b/build-spring-webflow/resources/readme.txt
index 69bedf7e..242863eb 100644
--- a/build-spring-webflow/resources/readme.txt
+++ b/build-spring-webflow/resources/readme.txt
@@ -1,4 +1,4 @@
-SPRING WEB FLOW 2.3.0
+SPRING WEB FLOW 2.3.1
----------------------
http://www.springframework.org/webflow
@@ -50,25 +50,25 @@ 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.3.0.RELEASE.jar
+* org.springframework.webflow-2.3.1.RELEASE.jar
- Contents: The Spring Web Flow system
- Dependencies: Commons Logging, spring-core, spring-beans, spring-context, spring-expression, spring-binding, spring-web, spring-web-servlet, spring-js
[Log4J, Xerces, XML APIs, OGNL, EL API, JPA API, Hibernate, Spring Security, Servlet API, Portlet API, JUnit]
-* org.springframework.binding-2.3.0.RELEASE.jar
+* org.springframework.binding-2.3.1.RELEASE.jar
- Contents: The Spring Data Binding framework, a utility library used by Web Flow
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-expression
[Log4J, OGNL, EL API]
-* org.springframework.js-2.3.0.RELEASE.jar
+* org.springframework.js-2.3.1.RELEASE.jar
- Contents: The Spring JavaScript module
- Dependencies: spring-beans, spring-core, spring-context, spring-web, spring-web-servlet
-* org.springframework.js.resources-2.3.0.RELEASE.jar
+* org.springframework.js.resources-2.3.1.RELEASE.jar
- Contents: Spring's custom Dojo build and client-side Dojo integration files.
- Dependencies:
-* org.springframework.faces-2.3.0.RELEASE.jar
+* org.springframework.faces-2.3.1.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, spring-js-resources, JSF API
@@ -109,19 +109,19 @@ org.springframework.js, and org.springframework.js via transitive dependencies):
org.springframework.webflow
org.springframework.binding
- 2.3.0.RELEASE
+ 2.3.1.RELEASE
org.springframework.webflow
org.springframework.js
- 2.3.0.RELEASE
+ 2.3.1.RELEASE
org.springframework.webflow
org.springframework.webflow
- 2.3.0.RELEASE
+ 2.3.1.RELEASE
If using JavaServerFaces all you need to include is:
@@ -129,7 +129,7 @@ If using JavaServerFaces all you need to include is:
org.springframework.webflow
org.springframework.faces
- 2.3.0.RELEASE
+ 2.3.1.RELEASE
To access jars using Ivy, add the following repositories to your Ivy config:
@@ -146,13 +146,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 1bc2bd83..491a1169 100644
--- a/build.properties
+++ b/build.properties
@@ -1,4 +1,4 @@
-version=2.3.0
+version=2.3.1
release.type=integration
natural.name=spring-webflow
project.key=SWF
diff --git a/pom.xml b/pom.xml
index f55958f6..efa48a66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
spring-webflow-root
pom
Spring Web Flow
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
spring-binding
spring-js-resources
diff --git a/spring-binding/.classpath b/spring-binding/.classpath
index 950a9819..586caa4c 100644
--- a/spring-binding/.classpath
+++ b/spring-binding/.classpath
@@ -1,21 +1,34 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spring-binding/.project b/spring-binding/.project
index d0cc361b..bef675d6 100644
--- a/spring-binding/.project
+++ b/spring-binding/.project
@@ -1,17 +1,13 @@
-
- spring-binding
-
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
-
- org.eclipse.jdt.core.javanature
-
-
+ spring-binding
+ NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+ org.eclipse.jdt.core.javanature
+
+
\ No newline at end of file
diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml
index cca0ab16..fd164f6c 100644
--- a/spring-binding/pom.xml
+++ b/spring-binding/pom.xml
@@ -5,7 +5,7 @@
spring-binding
jar
Spring Binding
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
commons-logging
diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml
index 95a7ec4a..8fb0322a 100644
--- a/spring-faces/pom.xml
+++ b/spring-faces/pom.xml
@@ -5,7 +5,7 @@
spring-faces
jar
Spring Faces
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
commons-logging
diff --git a/spring-js-resources/pom.xml b/spring-js-resources/pom.xml
index 9f60f661..cdb6e714 100644
--- a/spring-js-resources/pom.xml
+++ b/spring-js-resources/pom.xml
@@ -5,7 +5,7 @@
spring-js-resources
jar
Spring JavaScript Resources
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
diff --git a/spring-js/pom.xml b/spring-js/pom.xml
index 26fcbacb..c5fe5d78 100644
--- a/spring-js/pom.xml
+++ b/spring-js/pom.xml
@@ -5,7 +5,7 @@
spring-js
jar
Spring JavaScript
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
commons-logging
diff --git a/spring-js/src/main/resources/.gitignore b/spring-js/src/main/resources/.gitignore
new file mode 100644
index 00000000..e69de29b
diff --git a/spring-webflow-reference/src/overview.xml b/spring-webflow-reference/src/overview.xml
index 7912ec9b..c7c994c3 100644
--- a/spring-webflow-reference/src/overview.xml
+++ b/spring-webflow-reference/src/overview.xml
@@ -58,7 +58,7 @@
org.springframework.webflow
spring-webflow
- 2.3.0.RELEASE
+ 2.3.1.RELEASE
]]>
@@ -69,7 +69,7 @@
org.springframework.webflow
spring-faces
- 2.3.0.RELEASE
+ 2.3.1.RELEASE
]]>
@@ -106,7 +106,7 @@
org.springframework.webflow
org.springframework.webflow
- 2.3.0.RELEASE
+ 2.3.1.RELEASE
]]>
@@ -116,7 +116,7 @@
org.springframework.webflow
org.springframework.faces
- 2.3.0.RELEASE
+ 2.3.1.RELEASE
]]>
@@ -150,14 +150,14 @@
runtime" />]]>
+ rev="2.3.1.RELEASE" conf="compile->runtime" />]]>
And if using JavaServerFaces:
runtime" />]]>
+ rev="2.3.1.RELEASE" conf="compile->runtime" />]]>
@@ -182,7 +182,7 @@
org.springframework.webflow
org.springframework.webflow-library
libd
- 2.3.0.RELEASE
+ 2.3.1.RELEASE
]]>
diff --git a/spring-webflow-reference/src/spring-webflow-reference.xml b/spring-webflow-reference/src/spring-webflow-reference.xml
index f538cf21..91b45a3f 100644
--- a/spring-webflow-reference/src/spring-webflow-reference.xml
+++ b/spring-webflow-reference/src/spring-webflow-reference.xml
@@ -6,7 +6,7 @@
Spring Web Flow Reference Guide
Spring Web Flow
Spring Web Flow
- Version 2.3.0
+ Version 2.3.1
diff --git a/spring-webflow-samples/booking-faces/.classpath b/spring-webflow-samples/booking-faces/.classpath
index 50ce8018..5bc22de3 100755
--- a/spring-webflow-samples/booking-faces/.classpath
+++ b/spring-webflow-samples/booking-faces/.classpath
@@ -72,15 +72,15 @@
-
+
-
+
-
-
+
+
@@ -88,7 +88,7 @@
-
+
diff --git a/spring-webflow-samples/booking-faces/.settings/org.eclipse.wst.common.component b/spring-webflow-samples/booking-faces/.settings/org.eclipse.wst.common.component
index 8223f501..e5cd1403 100755
--- a/spring-webflow-samples/booking-faces/.settings/org.eclipse.wst.common.component
+++ b/spring-webflow-samples/booking-faces/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,4 @@
-
-
+
@@ -97,7 +96,7 @@
uses
-
+
uses
@@ -112,16 +111,16 @@
uses
-
+
uses
uses
-
+
uses
-
+
uses
@@ -142,7 +141,7 @@
uses
-
+
uses
@@ -159,8 +158,5 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-faces/pom.xml b/spring-webflow-samples/booking-faces/pom.xml
index 3bf68092..9f8725d6 100644
--- a/spring-webflow-samples/booking-faces/pom.xml
+++ b/spring-webflow-samples/booking-faces/pom.xml
@@ -6,7 +6,7 @@
booking-faces
war
Hotel Booking : Spring MVC + Web Flow + JSF/PrimeFaces
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
3.0.5.RELEASE
3.0.2.RELEASE
diff --git a/spring-webflow-samples/booking-mvc/.classpath b/spring-webflow-samples/booking-mvc/.classpath
index 5d7401e6..25fa2769 100755
--- a/spring-webflow-samples/booking-mvc/.classpath
+++ b/spring-webflow-samples/booking-mvc/.classpath
@@ -86,14 +86,14 @@
-
+
-
-
+
+
@@ -103,10 +103,8 @@
-
+
-
-
diff --git a/spring-webflow-samples/booking-mvc/.settings/org.eclipse.wst.common.component b/spring-webflow-samples/booking-mvc/.settings/org.eclipse.wst.common.component
index 1bfbb1d0..c42990b6 100755
--- a/spring-webflow-samples/booking-mvc/.settings/org.eclipse.wst.common.component
+++ b/spring-webflow-samples/booking-mvc/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,4 @@
-
-
+
@@ -100,7 +99,7 @@
uses
-
+
uses
@@ -118,10 +117,10 @@
uses
-
+
uses
-
+
uses
@@ -148,21 +147,15 @@
uses
-
+
uses
uses
-
- uses
-
uses
-
- uses
-
uses
@@ -183,8 +176,5 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-mvc/pom.xml b/spring-webflow-samples/booking-mvc/pom.xml
index 98df10cc..98daf2d2 100644
--- a/spring-webflow-samples/booking-mvc/pom.xml
+++ b/spring-webflow-samples/booking-mvc/pom.xml
@@ -6,7 +6,7 @@
booking-mvc
war
Hotel Booking : Spring MVC + Web Flow + JSP
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
3.0.5.RELEASE
3.0.2.RELEASE
diff --git a/spring-webflow-samples/booking-portlet-faces/.classpath b/spring-webflow-samples/booking-portlet-faces/.classpath
index fe66f7c2..8156d631 100644
--- a/spring-webflow-samples/booking-portlet-faces/.classpath
+++ b/spring-webflow-samples/booking-portlet-faces/.classpath
@@ -83,24 +83,22 @@
-
+
-
+
-
-
+
+
-
+
-
-
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-portlet-faces/.settings/org.eclipse.wst.common.component b/spring-webflow-samples/booking-portlet-faces/.settings/org.eclipse.wst.common.component
index 2fd06f3a..2c89b1d1 100644
--- a/spring-webflow-samples/booking-portlet-faces/.settings/org.eclipse.wst.common.component
+++ b/spring-webflow-samples/booking-portlet-faces/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,4 @@
-
-
+
@@ -103,7 +102,7 @@
uses
-
+
uses
@@ -118,16 +117,16 @@
uses
-
+
uses
uses
-
+
uses
-
+
uses
@@ -139,7 +138,7 @@
uses
-
+
uses
@@ -148,15 +147,9 @@
uses
-
- uses
-
uses
-
- uses
-
uses
@@ -165,7 +158,5 @@
-
-
-
+
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-portlet-faces/pom.xml b/spring-webflow-samples/booking-portlet-faces/pom.xml
index 6631bbc3..950df72e 100644
--- a/spring-webflow-samples/booking-portlet-faces/pom.xml
+++ b/spring-webflow-samples/booking-portlet-faces/pom.xml
@@ -6,7 +6,7 @@
booking-portlet-faces
war
Hotel Booking : Spring Portlet MVC + Web Flow + JSF
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
3.0.5.RELEASE
1.5.10
diff --git a/spring-webflow-samples/booking-portlet-mvc/.classpath b/spring-webflow-samples/booking-portlet-mvc/.classpath
index 38c7e01d..583c72c7 100644
--- a/spring-webflow-samples/booking-portlet-mvc/.classpath
+++ b/spring-webflow-samples/booking-portlet-mvc/.classpath
@@ -74,23 +74,21 @@
-
+
-
-
+
+
-
+
-
-
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-portlet-mvc/.settings/org.eclipse.wst.common.component b/spring-webflow-samples/booking-portlet-mvc/.settings/org.eclipse.wst.common.component
index 6d9b89e2..805f7ea3 100644
--- a/spring-webflow-samples/booking-portlet-mvc/.settings/org.eclipse.wst.common.component
+++ b/spring-webflow-samples/booking-portlet-mvc/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,4 @@
-
-
+
@@ -88,7 +87,7 @@
uses
-
+
uses
@@ -106,10 +105,10 @@
uses
-
+
uses
-
+
uses
@@ -121,7 +120,7 @@
uses
-
+
uses
@@ -130,15 +129,9 @@
uses
-
- uses
-
uses
-
- uses
-
uses
@@ -147,8 +140,5 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-portlet-mvc/pom.xml b/spring-webflow-samples/booking-portlet-mvc/pom.xml
index acd4c5d6..e1215cfd 100644
--- a/spring-webflow-samples/booking-portlet-mvc/pom.xml
+++ b/spring-webflow-samples/booking-portlet-mvc/pom.xml
@@ -6,7 +6,7 @@
booking-portlet-mvc
war
Hotel Booking : Spring Portlet MVC + Web Flow + JSP
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
3.0.5.RELEASE
1.5.10
diff --git a/spring-webflow-samples/jsf-booking/.settings/org.eclipse.wst.common.component b/spring-webflow-samples/jsf-booking/.settings/org.eclipse.wst.common.component
index c9b76ff8..0da81cfa 100644
--- a/spring-webflow-samples/jsf-booking/.settings/org.eclipse.wst.common.component
+++ b/spring-webflow-samples/jsf-booking/.settings/org.eclipse.wst.common.component
@@ -1,5 +1,4 @@
-
-
+
@@ -99,7 +98,5 @@
-
-
-
+
\ No newline at end of file
diff --git a/spring-webflow-samples/jsf-booking/pom.xml b/spring-webflow-samples/jsf-booking/pom.xml
index 547bee1e..1f944a97 100644
--- a/spring-webflow-samples/jsf-booking/pom.xml
+++ b/spring-webflow-samples/jsf-booking/pom.xml
@@ -6,7 +6,7 @@
jsf-booking
war
Hotel Booking : Spring Framework + JSF
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
3.0.5.RELEASE
1.5.10
diff --git a/spring-webflow-samples/pom.xml b/spring-webflow-samples/pom.xml
index 4445aad6..adf3a3ff 100644
--- a/spring-webflow-samples/pom.xml
+++ b/spring-webflow-samples/pom.xml
@@ -6,7 +6,7 @@
spring-webflow-samples
pom
Spring Web Flow Samples
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
booking-mvc
booking-faces
diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml
index 34c064a4..61221a52 100644
--- a/spring-webflow/pom.xml
+++ b/spring-webflow/pom.xml
@@ -5,7 +5,7 @@
spring-webflow
jar
Spring Web Flow
- 2.3.0.BUILD-SNAPSHOT
+ 2.3.1.BUILD-SNAPSHOT
commons-logging