From 21cd54eca47821e45fa0ba5153cea56ed36f45db Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 16 Jun 2016 10:18:39 -0400 Subject: [PATCH] Correct versions in doc files --- src/dist/readme.txt | 18 +++++++++--------- src/reference/index.xml | 2 +- src/reference/overview.xml | 35 ++++++++++++++--------------------- 3 files changed, 24 insertions(+), 31 deletions(-) diff --git a/src/dist/readme.txt b/src/dist/readme.txt index 96eb1507e..31a3d06b7 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.webflow org.springframework.binding - 2.4.0.RC1 + 2.4.3.RELEASE org.springframework.webflow org.springframework.js - 2.4.0.RC1 + 2.4.3.RELEASE org.springframework.webflow org.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.webflow org.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 f7403c79c..73e60f719 100644 --- a/src/reference/index.xml +++ b/src/reference/index.xml @@ -12,7 +12,7 @@ Spring Web Flow Reference Guide Spring Web Flow Spring Web Flow - Version 2.4.0 + Version 2.4.3 diff --git a/src/reference/overview.xml b/src/reference/overview.xml index f21da41f1..fd083515b 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. - - - Report bugs and influence the Web Flow project roadmap using the Spring Issue Tracker. + You can ask questions and interact on StackOverflow using the designated tags, + see Spring at StackOverflow. - Subscribe to the Spring Community Portal for the latest Spring news and announcements. + Report bugs and make requests using the + Spring Issue Tracker. - 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"):