update version to 2.0.6
This commit is contained in:
@@ -2,6 +2,9 @@ SPRING WEB FLOW CHANGELOG
|
||||
=========================
|
||||
http://www.springframework.org/webflow
|
||||
|
||||
Changes in version 2.0.6 (01.12.2008)
|
||||
-------------------------------------
|
||||
|
||||
Changes in version 2.0.5 (14.11.2008)
|
||||
-------------------------------------
|
||||
Bug Fixes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SPRING WEB FLOW 2.0.5 (November 2008)
|
||||
SPRING WEB FLOW 2.0.6 (December 2008)
|
||||
----------------------------------
|
||||
http://www.springframework.org/webflow
|
||||
|
||||
@@ -49,21 +49,21 @@ 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.0.5.RELEASE.jar
|
||||
* org.springframework.webflow-2.0.6.RELEASE.jar
|
||||
- Contents: The Spring Web Flow system
|
||||
- Dependencies: Commons Logging, spring-core, spring-beans, spring-context, spring-binding, spring-web, spring-webmvc-servlet, spring-js
|
||||
[Log4J, Xerces, XML APIs, OGNL, EL API, JPA API, Hibernate, Spring Security, Servlet API, Portlet API, JUnit]
|
||||
|
||||
* org.springframework.binding-2.0.5.RELEASE.jar
|
||||
* org.springframework.binding-2.0.6.RELEASE.jar
|
||||
- Contents: The Spring Data Binding framework, a utility library used by Web Flow
|
||||
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context
|
||||
[Log4J, OGNL, EL API]
|
||||
|
||||
* org.springframework.js-2.0.5.RELEASE.jar
|
||||
* org.springframework.js-2.0.6.RELEASE.jar
|
||||
- Contents: The Spring JavaScript module, containing Spring's Dojo integration and additional JavaScript functionality.
|
||||
- Dependencies: Dojo Toolkit
|
||||
|
||||
* org.springframework.faces-2.0.5.RELEASE.jar
|
||||
* org.springframework.faces-2.0.6.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, JSF API
|
||||
|
||||
@@ -102,19 +102,19 @@ Then declare the following dependencies:
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.binding</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.js</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.webflow</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
If using JavaServerFaces:
|
||||
@@ -122,7 +122,7 @@ If using JavaServerFaces:
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.faces</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
To access jars using Ivy, add the following repositories to your Ivy config:
|
||||
@@ -139,13 +139,13 @@ To access jars using Ivy, add the following repositories to your Ivy config:
|
||||
|
||||
Then declare the following dependencies in your ivy.xml:
|
||||
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.binding" rev="2.0.5.RELEASE" conf="compile->runtime" />
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.js" rev="2.0.5.RELEASE" conf="compile->runtime" />
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.webflow" rev="2.0.5.RELEASE" conf="compile->runtime" />
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.binding" rev="2.0.6.RELEASE" conf="compile->runtime" />
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.js" rev="2.0.6.RELEASE" conf="compile->runtime" />
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.webflow" rev="2.0.6.RELEASE" conf="compile->runtime" />
|
||||
|
||||
If using JavaServerFaces:
|
||||
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.faces" rev="2.0.5.RELEASE" conf="compile->runtime" />
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.faces" rev="2.0.6.RELEASE" conf="compile->runtime" />
|
||||
|
||||
Refer to the reference documentation for more coverage on obtaining Web Flow jars using Maven or Ivy.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version=2.0.5
|
||||
version=2.0.6
|
||||
release.type=integration
|
||||
natural.name=spring-webflow
|
||||
project.key=SWF
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<artifactId>org.springframework.binding</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Binding</name>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<artifactId>org.springframework.faces</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Faces</name>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
||||
@@ -3,11 +3,11 @@ Bundle-Name: Spring Faces
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Package:
|
||||
org.springframework.webflow.engine.builder.support;version="[2.0.5, 2.0.6)"
|
||||
org.springframework.webflow.engine.builder.support;version="[2.0.6, 2.0.7)"
|
||||
Import-Template:
|
||||
org.springframework.binding.*;version="[2.0.5, 2.0.6)",
|
||||
org.springframework.js.*;version="[2.0.5, 2.0.6)",
|
||||
org.springframework.webflow.*;version="[2.0.5, 2.0.6)",
|
||||
org.springframework.binding.*;version="[2.0.6, 2.0.7)",
|
||||
org.springframework.js.*;version="[2.0.6, 2.0.7)",
|
||||
org.springframework.webflow.*;version="[2.0.6, 2.0.7)",
|
||||
org.springframework.*;version="[2.5.6.A, 3.0.0)",
|
||||
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
|
||||
javax.el;version="[1.0.0, 2.0.0)",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<artifactId>org.springframework.js</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring JavaScript</name>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
||||
@@ -91,19 +91,19 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.binding</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.js</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.webflow</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
]]>
|
||||
</programlisting>
|
||||
@@ -114,7 +114,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.faces</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
]]>
|
||||
</programlisting>
|
||||
@@ -144,11 +144,11 @@
|
||||
</para>
|
||||
<programlisting language="xml"><![CDATA[
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.binding"
|
||||
rev="2.0.5.RELEASE" conf="compile->runtime" />
|
||||
rev="2.0.6.RELEASE" conf="compile->runtime" />
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.js"
|
||||
rev="2.0.5.RELEASE" conf="compile->runtime" />
|
||||
rev="2.0.6.RELEASE" conf="compile->runtime" />
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.webflow"
|
||||
rev="2.0.5.RELEASE" conf="compile->runtime" />
|
||||
rev="2.0.6.RELEASE" conf="compile->runtime" />
|
||||
]]>
|
||||
</programlisting>
|
||||
<para>
|
||||
@@ -156,7 +156,7 @@
|
||||
</para>
|
||||
<programlisting language="xml"><![CDATA[
|
||||
<dependency org="org.springframework.webflow" name="org.springframework.faces"
|
||||
rev="2.0.5.RELEASE" conf="compile->runtime" />
|
||||
rev="2.0.6.RELEASE" conf="compile->runtime" />
|
||||
]]>
|
||||
</programlisting>
|
||||
</sect2>
|
||||
@@ -173,19 +173,19 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.binding</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.js</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.webflow</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
]]>
|
||||
</programlisting>
|
||||
@@ -196,7 +196,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.webflow</groupId>
|
||||
<artifactId>org.springframework.faces</artifactId>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
</dependency>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
<bookinfo>
|
||||
<title>Spring Web Flow Reference Guide</title>
|
||||
<productname>Spring Web Flow</productname>
|
||||
<releaseinfo>Version 2.0.5</releaseinfo>
|
||||
<pubdate>November 2008</pubdate>
|
||||
<releaseinfo>Version 2.0.6</releaseinfo>
|
||||
<pubdate>December 2008</pubdate>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Keith</firstname>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>org.springframework.webflow.samples</groupId>
|
||||
<artifactId>swf-booking-faces</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>2.0.6.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.sun.facelets</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>org.springframework.webflow.samples</groupId>
|
||||
<artifactId>booking-mvc</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>2.0.6.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.persistence</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>org.springframework.webflow.samples</groupId>
|
||||
<artifactId>booking-portlet-faces</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>2.0.6.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.sun.facelets</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>org.springframework.webflow.samples</groupId>
|
||||
<artifactId>booking-portlet-mvc</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>2.0.6.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.persistence</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<groupId>org.springframework.webflow.samples</groupId>
|
||||
<artifactId>jsf-booking</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.0.5.BUILD-SNAPSHOT</version>
|
||||
<version>2.0.6.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.sun.facelets</groupId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<artifactId>org.springframework.webflow</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring Web Flow</name>
|
||||
<version>2.0.5.RELEASE</version>
|
||||
<version>2.0.6.RELEASE</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
||||
@@ -3,8 +3,8 @@ Bundle-Name: Spring Web Flow
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
org.springframework.binding.*;version="[2.0.5, 2.0.6)",
|
||||
org.springframework.js.*;version="[2.0.5, 2.0.6)",
|
||||
org.springframework.binding.*;version="[2.0.6, 2.0.7)",
|
||||
org.springframework.js.*;version="[2.0.6, 2.0.7)",
|
||||
org.springframework.*;version="[2.5.6.A, 3.0.0)",
|
||||
org.springframework.orm.*;version="[2.5.6.A, 3.0.0)";resolution:=optional,
|
||||
org.springframework.transaction.*;version="[2.5.6.A, 3.0.0)";resolution:=optional,
|
||||
|
||||
Reference in New Issue
Block a user