Spring Web Flow 2.0-m1 release

This commit is contained in:
Ben Hale
2007-08-21 12:51:53 +00:00
parent f1346d0ba7
commit 3849855888
10 changed files with 19 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
# Configurable property values that may be locally overriden by a build.properties file
# The version number of the release that will be built
release.version=2.0-m1-SNAPSHOT
release.version=2.0-m2-SNAPSHOT
# The location of the common build system
common.build.dir=${basedir}/../common-build

View File

@@ -5,7 +5,7 @@
<artifactId>spring-binding</artifactId>
<packaging>jar</packaging>
<name>Spring Binding</name>
<version>2.0-m1-SNAPSHOT</version>
<version>2.0-m2-SNAPSHOT</version>
<description>Spring Data Binding Framework</description>
<url>http://www.springframework.org</url>
<licenses>

View File

@@ -3,7 +3,7 @@
# The location of the common build system
common.build.dir=${basedir}/../common-build
project.base.version=2.0-m1-SNAPSHOT
project.base.version=2.0-m2-SNAPSHOT
#project.version=${project.base.version}
#ivy.status=release

View File

@@ -5,7 +5,7 @@
<artifactId>spring-faces</artifactId>
<packaging>jar</packaging>
<name>Spring Faces</name>
<version>2.0-m1-SNAPSHOT</version>
<version>2.0-m2-SNAPSHOT</version>
<description>Spring Faces Framework</description>
<url>http://www.springframework.org</url>
<licenses>

View File

@@ -3,7 +3,7 @@
# The location of the common build system
common.build.dir=${basedir}/../common-build
project.base.version=2.0-m1-SNAPSHOT
project.base.version=2.0-m2-SNAPSHOT
#project.version=${project.base.version}
#ivy.status=release

View File

@@ -2,6 +2,11 @@ SPRING WEB FLOW (SWF) CHANGELOG
===============================
http://www.springframework.org/webflow
Changes in version 2.0 M2 (30.10.2007)
-------------------------------------
Changes in version 2.0 M1 (21.08.2007)
-------------------------------------
@@ -17,7 +22,7 @@ Package org.springframework.webflow.action
Package org.springframework.webflow.config
* FlowExecutorFactoryBean now has an 'inputMapper' property to conveniently configure the 'inputMapper'
property of the created FlowExecutorImpl object.
* Added a new <enable-scopes/> bean definition to a new 1.1 revision of the spring-webflow-config schema to support
* Added a new <enable-scopes/> bean definition to a new 2.0 revision of the spring-webflow-config schema to support
Web Flow scoping of beans in Spring (SWF-163).
Package org.springframework.webflow.engine

View File

@@ -16,8 +16,8 @@
<bookinfo>
<title>Spring Web Flow</title>
<subtitle>Reference Documentation</subtitle>
<releaseinfo>Version 2.0-m1</releaseinfo>
<pubdate>August 2007</pubdate>
<releaseinfo>Version 2.0-m2</releaseinfo>
<pubdate>October 2007</pubdate>
<authorgroup>
<author>
<firstname>Keith</firstname>

View File

@@ -5,7 +5,7 @@
<artifactId>spring-webflow</artifactId>
<packaging>jar</packaging>
<name>Spring Web Flow</name>
<version>2.0-m1-SNAPSHOT</version>
<version>2.0-m2-SNAPSHOT</version>
<description>Spring Web Flow</description>
<url>http://www.springframework.org</url>
<licenses>

View File

@@ -3,7 +3,7 @@
# The location of the common build system
common.build.dir=${basedir}/../common-build
project.base.version=2.0-m1-SNAPSHOT
project.base.version=2.0-m2-SNAPSHOT
#project.version=${project.base.version}
#ivy.status=release

View File

@@ -1,4 +1,4 @@
SPRING WEB FLOW 2.0-m1 (August 2007)
SPRING WEB FLOW 2.0-m2 (October 2007)
----------------------------------
http://www.springframework.org/webflow
http://forum.springframework.org
@@ -50,17 +50,17 @@ The following distinct jar files are included in the distribution. This list
specifies the respective contents and third-party dependencies. Libraries in [brackets] are
optional, i.e. just necessary for certain functionality.
* spring-webflow-2.0-m1.jar
* spring-webflow-2.0-m2.jar
- Contents: The Spring Web Flow system
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-web, spring-binding, OGNL
[Log4J, Xerces, XML APIs, spring-webmvc, spring-mock, JUnit, Servlet API, Portlet API, JMX, Struts]
* spring-binding-2.0-m1.jar
* spring-binding-2.0-m2.jar
- Contents: The Spring Data Binding framework, an internal library used by SWF
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context
[Log4J]
* spring-faces-2.0-m1.jar
* spring-faces-2.0-m2.jar
- Contents: The Spring Faces module, containing Spring Web Flow's integration with Java Server Faces (JSF) and additional JSF functionality.
- Dependencies: spring-webflow, JSF, Unified EL
[Shale Remoting]