From 8a6ce2b6bc903b1af1befe512f61516ca453fda6 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Wed, 31 Oct 2007 09:37:30 +0000 Subject: [PATCH] Spring Web Flow 2.0-m2 Release --- build-spring-webflow/project.properties | 2 +- spring-binding/pom.xml | 2 +- spring-binding/project.properties | 2 +- spring-faces/pom.xml | 2 +- spring-faces/project.properties | 2 +- spring-webflow/changelog.txt | 4 ++++ spring-webflow/docs/reference/src/index.xml | 2 +- spring-webflow/pom.xml | 26 ++++++++++----------- spring-webflow/project.properties | 2 +- spring-webflow/readme.txt | 8 +++---- 10 files changed, 28 insertions(+), 24 deletions(-) diff --git a/build-spring-webflow/project.properties b/build-spring-webflow/project.properties index 2347dd65..658dc30b 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-m2-SNAPSHOT +release.version=2.0-m3-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 86c6b831..984cad25 100644 --- a/spring-binding/pom.xml +++ b/spring-binding/pom.xml @@ -5,7 +5,7 @@ spring-binding jar Spring Binding - 2.0-m2-SNAPSHOT + 2.0-m3-SNAPSHOT Spring Data Binding Framework http://www.springframework.org diff --git a/spring-binding/project.properties b/spring-binding/project.properties index 7319dec3..c2b7cb1c 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-m2-SNAPSHOT +project.base.version=2.0-m3-SNAPSHOT #project.version=${project.base.version} #ivy.status=release diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml index 543344fb..9e90d425 100644 --- a/spring-faces/pom.xml +++ b/spring-faces/pom.xml @@ -5,7 +5,7 @@ spring-faces jar Spring Faces - 2.0-m2-SNAPSHOT + 2.0-m3-SNAPSHOT Spring Faces Framework http://www.springframework.org diff --git a/spring-faces/project.properties b/spring-faces/project.properties index 01ae0b16..0aadb2b5 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-m2-SNAPSHOT +project.base.version=2.0-m3-SNAPSHOT #project.version=${project.base.version} #ivy.status=release diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 83a22152..7e12f4bb 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -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) ------------------------------------- diff --git a/spring-webflow/docs/reference/src/index.xml b/spring-webflow/docs/reference/src/index.xml index 78597813..877fb5cc 100644 --- a/spring-webflow/docs/reference/src/index.xml +++ b/spring-webflow/docs/reference/src/index.xml @@ -16,7 +16,7 @@ Spring Web Flow Reference Documentation - Version 2.0-m2 + Version 2.0-m3 October 2007 diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml index c02a11d7..27e4ed8e 100644 --- a/spring-webflow/pom.xml +++ b/spring-webflow/pom.xml @@ -5,7 +5,7 @@ spring-webflow jar Spring Web Flow - 2.0-m2-SNAPSHOT + 2.0-m3-SNAPSHOT Spring Web Flow http://www.springframework.org @@ -166,18 +166,18 @@ hibernate-commons-annotations 3.3.0.ga test - - - aopalliance - aopalliance - 1.0 - test - - - org.springframework - spring-aop - 2.5-rc1 - test + + + aopalliance + aopalliance + 1.0 + test + + + org.springframework + spring-aop + 2.5-rc1 + test org.springframework diff --git a/spring-webflow/project.properties b/spring-webflow/project.properties index 2baaac9a..405268df 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-m2-SNAPSHOT +project.base.version=2.0-m3-SNAPSHOT #project.version=${project.base.version} #ivy.status=release diff --git a/spring-webflow/readme.txt b/spring-webflow/readme.txt index 58d42376..e336a2c0 100644 --- a/spring-webflow/readme.txt +++ b/spring-webflow/readme.txt @@ -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]