diff --git a/build-spring-webflow/resources/readme.txt b/build-spring-webflow/resources/readme.txt index b772e720..1e8d8555 100644 --- a/build-spring-webflow/resources/readme.txt +++ b/build-spring-webflow/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB FLOW 2.2.0 +SPRING WEB FLOW 2.2.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.2.0.RELEASE.jar +* org.springframework.webflow-2.2.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.2.0.RELEASE.jar +* org.springframework.binding-2.2.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.2.0.RELEASE.jar +* org.springframework.js-2.2.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.2.0.RELEASE.jar +* org.springframework.js.resources-2.2.1.RELEASE.jar - Contents: Spring's custom Dojo build and client-side Dojo integration files. - Dependencies: -* org.springframework.faces-2.2.0.RELEASE.jar +* org.springframework.faces-2.2.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.2.0.RELEASE + 2.2.1.RELEASE org.springframework.webflow org.springframework.js - 2.2.0.RELEASE + 2.2.1.RELEASE org.springframework.webflow org.springframework.webflow - 2.2.0.RELEASE + 2.2.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.2.0.RELEASE + 2.2.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 abcc23ea..b93d6985 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ -version=2.2.0 +version=2.2.1 release.type=integration natural.name=spring-webflow project.key=SWF diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml index 0af828f9..883e3971 100644 --- a/spring-binding/pom.xml +++ b/spring-binding/pom.xml @@ -5,7 +5,7 @@ spring-binding jar Spring Binding - 2.2.0.BUILD-SNAPSHOT + 2.2.1.BUILD-SNAPSHOT commons-logging diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml index 9a5231d0..d84c2e5f 100644 --- a/spring-faces/pom.xml +++ b/spring-faces/pom.xml @@ -5,7 +5,7 @@ spring-faces jar Spring Faces - 2.2.0.BUILD-SNAPSHOT + 2.2.1.BUILD-SNAPSHOT commons-logging diff --git a/spring-js-resources/pom.xml b/spring-js-resources/pom.xml index dd91128e..078aa345 100644 --- a/spring-js-resources/pom.xml +++ b/spring-js-resources/pom.xml @@ -5,5 +5,5 @@ spring-js-resources jar Spring JavaScript Resources - 2.2.0.BUILD-SNAPSHOT + 2.2.1.BUILD-SNAPSHOT diff --git a/spring-js/pom.xml b/spring-js/pom.xml index 1945582f..58c25f2d 100644 --- a/spring-js/pom.xml +++ b/spring-js/pom.xml @@ -5,7 +5,7 @@ spring-js jar Spring JavaScript - 2.2.0.BUILD-SNAPSHOT + 2.2.1.BUILD-SNAPSHOT commons-logging diff --git a/spring-webflow-samples/booking-faces/pom.xml b/spring-webflow-samples/booking-faces/pom.xml index 297c5379..25c13b44 100644 --- a/spring-webflow-samples/booking-faces/pom.xml +++ b/spring-webflow-samples/booking-faces/pom.xml @@ -5,7 +5,7 @@ org.springframework.webflow.samples booking-faces war - 2.2.0.BUILD-SNAPSHOT + 2.2.1.BUILD-SNAPSHOT javax.persistence diff --git a/spring-webflow-samples/booking-mvc/pom.xml b/spring-webflow-samples/booking-mvc/pom.xml index 9e390766..d3d8f21d 100644 --- a/spring-webflow-samples/booking-mvc/pom.xml +++ b/spring-webflow-samples/booking-mvc/pom.xml @@ -5,7 +5,7 @@ org.springframework.webflow.samples booking-mvc war - 2.2.0.BUILD-SNAPSHOT + 2.2.1.BUILD-SNAPSHOT javax.persistence diff --git a/spring-webflow-samples/booking-portlet-faces/pom.xml b/spring-webflow-samples/booking-portlet-faces/pom.xml index 25e905a3..1b2d5d40 100644 --- a/spring-webflow-samples/booking-portlet-faces/pom.xml +++ b/spring-webflow-samples/booking-portlet-faces/pom.xml @@ -5,7 +5,7 @@ org.springframework.webflow.samples booking-portlet-faces war - 2.2.0.BUILD-SNAPSHOT + 2.2.1.BUILD-SNAPSHOT com.sun.facelets diff --git a/spring-webflow-samples/booking-portlet-mvc/pom.xml b/spring-webflow-samples/booking-portlet-mvc/pom.xml index 0731e4c8..87786329 100644 --- a/spring-webflow-samples/booking-portlet-mvc/pom.xml +++ b/spring-webflow-samples/booking-portlet-mvc/pom.xml @@ -5,7 +5,7 @@ org.springframework.webflow.samples booking-portlet-mvc war - 2.2.0.BUILD-SNAPSHOT + 2.2.1.BUILD-SNAPSHOT javax.persistence diff --git a/spring-webflow-samples/jsf-booking/pom.xml b/spring-webflow-samples/jsf-booking/pom.xml index ff2a3757..d39349f4 100644 --- a/spring-webflow-samples/jsf-booking/pom.xml +++ b/spring-webflow-samples/jsf-booking/pom.xml @@ -5,7 +5,7 @@ org.springframework.webflow.samples jsf-booking war - 2.2.0.BUILD-SNAPSHOT + 2.2.1.BUILD-SNAPSHOT javax.faces diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml index 6351afcc..eb885ab3 100644 --- a/spring-webflow/pom.xml +++ b/spring-webflow/pom.xml @@ -5,7 +5,7 @@ spring-webflow jar Spring Web Flow - 2.2.0.BUILD-SNAPSHOT + 2.2.1.BUILD-SNAPSHOT commons-logging