Spring Web Flow 2.0-m2 Release

This commit is contained in:
Ben Hale
2007-10-31 09:37:30 +00:00
parent 110fa2bb86
commit 8a6ce2b6bc
10 changed files with 28 additions and 24 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-m2-SNAPSHOT
release.version=2.0-m3-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-m2-SNAPSHOT</version>
<version>2.0-m3-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-m2-SNAPSHOT
project.base.version=2.0-m3-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-m2-SNAPSHOT</version>
<version>2.0-m3-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-m2-SNAPSHOT
project.base.version=2.0-m3-SNAPSHOT
#project.version=${project.base.version}
#ivy.status=release

View File

@@ -2,6 +2,10 @@ SPRING WEB FLOW (SWF) CHANGELOG
===============================
http://www.springframework.org/webflow
Changes in version 2.0 M3 (2007)
-------------------------------------
Changes in version 2.0 M2 (30.10.2007)
-------------------------------------

View File

@@ -16,7 +16,7 @@
<bookinfo>
<title>Spring Web Flow</title>
<subtitle>Reference Documentation</subtitle>
<releaseinfo>Version 2.0-m2</releaseinfo>
<releaseinfo>Version 2.0-m3</releaseinfo>
<pubdate>October 2007</pubdate>
<authorgroup>
<author>

View File

@@ -5,7 +5,7 @@
<artifactId>spring-webflow</artifactId>
<packaging>jar</packaging>
<name>Spring Web Flow</name>
<version>2.0-m2-SNAPSHOT</version>
<version>2.0-m3-SNAPSHOT</version>
<description>Spring Web Flow</description>
<url>http://www.springframework.org</url>
<licenses>
@@ -166,18 +166,18 @@
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.3.0.ga</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>2.5-rc1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>2.5-rc1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>

View File

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

View File

@@ -1,4 +1,4 @@
SPRING WEB FLOW 2.0-M2 (October 2007)
SPRING WEB FLOW 2.0-M3 (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-m2.jar
* spring-webflow-2.0-m3.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-m2.jar
* spring-binding-2.0-m3.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-m2.jar
* spring-faces-2.0-m3.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]