diff --git a/build-spring-webflow/project.properties b/build-spring-webflow/project.properties
index b65fa95d..2347dd65 100644
--- a/build-spring-webflow/project.properties
+++ b/build-spring-webflow/project.properties
@@ -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
diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml
index 5e677bee..e1734da5 100644
--- a/spring-binding/pom.xml
+++ b/spring-binding/pom.xml
@@ -5,7 +5,7 @@
spring-binding
jar
Spring Binding
- 2.0-m1-SNAPSHOT
+ 2.0-m2-SNAPSHOT
Spring Data Binding Framework
http://www.springframework.org
diff --git a/spring-binding/project.properties b/spring-binding/project.properties
index 217c50c7..7319dec3 100644
--- a/spring-binding/project.properties
+++ b/spring-binding/project.properties
@@ -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
diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml
index 7ac0d6d8..8b2eac86 100644
--- a/spring-faces/pom.xml
+++ b/spring-faces/pom.xml
@@ -5,7 +5,7 @@
spring-faces
jar
Spring Faces
- 2.0-m1-SNAPSHOT
+ 2.0-m2-SNAPSHOT
Spring Faces Framework
http://www.springframework.org
diff --git a/spring-faces/project.properties b/spring-faces/project.properties
index 217c50c7..7319dec3 100644
--- a/spring-faces/project.properties
+++ b/spring-faces/project.properties
@@ -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
diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt
index ede84bd7..050a9fb0 100644
--- a/spring-webflow/changelog.txt
+++ b/spring-webflow/changelog.txt
@@ -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 bean definition to a new 1.1 revision of the spring-webflow-config schema to support
+* Added a new 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
diff --git a/spring-webflow/docs/reference/src/index.xml b/spring-webflow/docs/reference/src/index.xml
index e71f56d4..6651520c 100644
--- a/spring-webflow/docs/reference/src/index.xml
+++ b/spring-webflow/docs/reference/src/index.xml
@@ -16,8 +16,8 @@
Spring Web Flow
Reference Documentation
- Version 2.0-m1
- August 2007
+ Version 2.0-m2
+ October 2007
Keith
diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml
index 4f89aea8..cf0628fc 100644
--- a/spring-webflow/pom.xml
+++ b/spring-webflow/pom.xml
@@ -5,7 +5,7 @@
spring-webflow
jar
Spring Web Flow
- 2.0-m1-SNAPSHOT
+ 2.0-m2-SNAPSHOT
Spring Web Flow
http://www.springframework.org
diff --git a/spring-webflow/project.properties b/spring-webflow/project.properties
index 8886cd2a..2baaac9a 100644
--- a/spring-webflow/project.properties
+++ b/spring-webflow/project.properties
@@ -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
diff --git a/spring-webflow/readme.txt b/spring-webflow/readme.txt
index 5d74ecca..49570198 100644
--- a/spring-webflow/readme.txt
+++ b/spring-webflow/readme.txt
@@ -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]