From 25905e97ed70ec80889793eba64c585413f270ef Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Fri, 15 Jul 2016 14:25:49 -0400 Subject: [PATCH] Roll forward to 2.4.4 --- src/dist/readme.txt | 18 +++++++++--------- src/reference/index.xml | 2 +- src/reference/whatsnew.xml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/dist/readme.txt b/src/dist/readme.txt index 31a3d06b..d427c8f6 100644 --- a/src/dist/readme.txt +++ b/src/dist/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB FLOW 2.4.3 +SPRING WEB FLOW 2.4.4 ---------------------- http://www.springframework.org/webflow @@ -56,19 +56,19 @@ via transitive dependencies): org.springframework.webflow org.springframework.binding - 2.4.3.RELEASE + 2.4.4.RELEASE org.springframework.webflow org.springframework.js - 2.4.3.RELEASE + 2.4.4.RELEASE org.springframework.webflow org.springframework.webflow - 2.4.3.RELEASE + 2.4.4.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.3.RELEASE + 2.4.4.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 73e60f71..b494ca6a 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.3 + Version 2.4.4 diff --git a/src/reference/whatsnew.xml b/src/reference/whatsnew.xml index 1935286f..e32453ed 100644 --- a/src/reference/whatsnew.xml +++ b/src/reference/whatsnew.xml @@ -50,7 +50,7 @@ The HibernateFlowExecutionListener now supports Hibernate 4 in addition to Hibernate 3. - As of 2.4.3 the HibernateFlowExecutionListener also works with Hibernate 5. + As of 2.4.4 the HibernateFlowExecutionListener also works with Hibernate 5.