diff --git a/src/dist/readme.txt b/src/dist/readme.txt
index 96eb1507..31a3d06b 100644
--- a/src/dist/readme.txt
+++ b/src/dist/readme.txt
@@ -1,4 +1,4 @@
-SPRING WEB FLOW 2.4.0
+SPRING WEB FLOW 2.4.3
----------------------
http://www.springframework.org/webflow
@@ -56,19 +56,19 @@ via transitive dependencies):
org.springframework.webfloworg.springframework.binding
- 2.4.0.RC1
+ 2.4.3.RELEASEorg.springframework.webfloworg.springframework.js
- 2.4.0.RC1
+ 2.4.3.RELEASEorg.springframework.webfloworg.springframework.webflow
- 2.4.0.RC1
+ 2.4.3.RELEASE
If using JSF all you need to include is:
@@ -76,7 +76,7 @@ If using JSF all you need to include is:
org.springframework.webfloworg.springframework.faces
- 2.4.0.RC1
+ 2.4.3.RELEASE
To access jars using Ivy, add the following repositories to your Ivy config:
@@ -93,13 +93,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:
-
+
For more information see the reference documentation and the SpringSource Repository FAQ:
https://github.com/spring-projects/spring-framework/wiki/Spring-repository-FAQ
diff --git a/src/reference/index.xml b/src/reference/index.xml
index f7403c79..73e60f71 100644
--- a/src/reference/index.xml
+++ b/src/reference/index.xml
@@ -12,7 +12,7 @@
Spring Web Flow Reference GuideSpring Web FlowSpring Web Flow
- Version 2.4.0
+ Version 2.4.3
diff --git a/src/reference/overview.xml b/src/reference/overview.xml
index f21da41f..fd083515 100644
--- a/src/reference/overview.xml
+++ b/src/reference/overview.xml
@@ -19,44 +19,37 @@
What Web Flow requires to run
- Java 1.5 or higher
+ Java 1.6 or higher.
- Spring 3.1 or higher
+ Spring 3.2 or higher.
-
- Where to get support
+
+ Resources
- Professional from-the-source support on Spring Web Flow is available from
- SpringSource, the company behind Spring, and
- Ervacon, operated by Web Flow project co-founder Erwin Vervaet
-
-
-
- Where to follow development
-
- You can help make Web Flow best serve the needs of the Spring community by interacting with developers
- at the Spring Community Forums.
+ You can ask questions and interact on StackOverflow using the designated tags,
+ see Spring at StackOverflow.
- Report bugs and influence the Web Flow project roadmap using the Spring Issue Tracker.
+ Report bugs and make requests using the
+ Spring Issue Tracker.
- Subscribe to the Spring Community Portal for the latest Spring news and announcements.
-
-
- Visit the Web Flow Project Home for more resources on the project.
+ Submit pull requests and work with the source code ,
+ see Web Flow on Github.
How to access Web Flow artifacts from Maven Central
Each jar in the Web Flow distribution is available in the Maven Central Repository.
- This allows you to easily integrate Web Flow into your application if you are already using Maven as the build system for your web development project.
+ This allows you to easily integrate Web Flow into your application if you are already using Maven as the
+ build system for your web development project.
- To access Web Flow jars from Maven Central, declare the following dependency in your pom (includes transitive dependencies "spring-binding" and "spring-js"):
+ To access Web Flow jars from Maven Central, declare the following dependency in your pom (includes
+ transitive dependencies "spring-binding" and "spring-js"):