diff --git a/build-spring-webflow/project.properties b/build-spring-webflow/project.properties
index 9d6aad03..b65fa95d 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=1.1-SNAPSHOT
+release.version=2.0-m1-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 ce04e054..136559e7 100644
--- a/spring-binding/pom.xml
+++ b/spring-binding/pom.xml
@@ -5,7 +5,7 @@
spring-binding
jar
Spring Binding
- 1.1-SNAPSHOT
+ 2.0-m1-SNAPSHOT
Spring Data Binding Framework
http://www.springframework.org
diff --git a/spring-binding/project.properties b/spring-binding/project.properties
index 9e7817fe..217c50c7 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=1.1-SNAPSHOT
+project.base.version=2.0-m1-SNAPSHOT
#project.version=${project.base.version}
#ivy.status=release
diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt
index b85cbed6..97e87759 100644
--- a/spring-webflow/changelog.txt
+++ b/spring-webflow/changelog.txt
@@ -2,7 +2,7 @@ SPRING WEB FLOW (SWF) CHANGELOG
===============================
http://www.springframework.org/webflow
-Changes in version 1.1.0 ()
+Changes in version 2.0-m1 (16.08.2007)
-------------------------------------
Package org.springframework.binding
diff --git a/spring-webflow/docs/reference/src/index.xml b/spring-webflow/docs/reference/src/index.xml
index f0ac82c5..1af1c955 100644
--- a/spring-webflow/docs/reference/src/index.xml
+++ b/spring-webflow/docs/reference/src/index.xml
@@ -15,7 +15,7 @@
Spring Web Flow
Reference Documentation
- Version 2.0-SNAPSHOT
+ Version 2.0-m1
August 2007
diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml
index 6d2d8e6d..da107b42 100644
--- a/spring-webflow/pom.xml
+++ b/spring-webflow/pom.xml
@@ -5,7 +5,7 @@
spring-webflow
jar
Spring Web Flow
- 1.1-SNAPSHOT
+ 2.0-m1-SNAPSHOT
Spring Web Flow
http://www.springframework.org
diff --git a/spring-webflow/project.properties b/spring-webflow/project.properties
index 5b67bde1..6540490d 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=1.1-SNAPSHOT
+project.base.version=2.0-m1-SNAPSHOT
#project.version=${project.base.version}
#ivy.status=release
diff --git a/spring-webflow/readme.txt b/spring-webflow/readme.txt
index ac2d7eb4..6ef0ac22 100644
--- a/spring-webflow/readme.txt
+++ b/spring-webflow/readme.txt
@@ -1,4 +1,4 @@
-SPRING WEB FLOW 1.1 (2007)
+SPRING WEB FLOW 2.0-m1 (August 2007)
----------------------------------
http://www.springframework.org/webflow
http://forum.springframework.org
@@ -49,13 +49,13 @@ 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-1.0.3.jar
+* spring-webflow-2.0-m1.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, JSF]
-* spring-binding-1.0.3.jar
+* spring-binding-2.0-m1.jar
- Contents: The Spring Data Binding framework, an internal library used by SWF
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context
[Log4J]