From 5ca24bf55dd91384da9a87bd5d95bd20ec33c3df Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Wed, 3 Oct 2007 13:23:10 +0000 Subject: [PATCH] Spring Web Flow 1.0.5 release --- build-spring-webflow/project.properties | 2 +- spring-binding/pom.xml | 8 ++++---- spring-binding/project.properties | 2 +- spring-webflow/changelog.txt | 6 +++++- spring-webflow/docs/reference/src/index.xml | 4 ++-- spring-webflow/pom.xml | 18 +++++++++--------- spring-webflow/project.properties | 2 +- spring-webflow/readme.txt | 6 +++--- 8 files changed, 26 insertions(+), 22 deletions(-) diff --git a/build-spring-webflow/project.properties b/build-spring-webflow/project.properties index 48896bbb..493bdc76 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.0.5-SNAPSHOT +release.version=1.0.6-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 c91ad3bc..7e5a74f0 100644 --- a/spring-binding/pom.xml +++ b/spring-binding/pom.xml @@ -5,7 +5,7 @@ spring-binding jar Spring Binding - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT Spring Data Binding Framework http://www.springframework.org @@ -40,17 +40,17 @@ org.springframework spring-beans - 2.0.6 + 2.0.7 org.springframework spring-context - 2.0.6 + 2.0.7 org.springframework spring-core - 2.0.6 + 2.0.7 diff --git a/spring-binding/project.properties b/spring-binding/project.properties index 2e78be96..ca8e9d1b 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.0.5-SNAPSHOT +project.base.version=1.0.6-SNAPSHOT #project.version=${project.base.version} #ivy.status=release diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index b82ff864..03716452 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -2,7 +2,11 @@ SPRING WEB FLOW (SWF) CHANGELOG =============================== http://www.springframework.org/webflow -Changes in version 1.0.5 (21.08.2007) +Changes in version 1.0.6 () +------------------------------------- + + +Changes in version 1.0.5 (03.10.2007) ------------------------------------- Package org.springframework.webflow.binding diff --git a/spring-webflow/docs/reference/src/index.xml b/spring-webflow/docs/reference/src/index.xml index 1ce25588..8edb4990 100644 --- a/spring-webflow/docs/reference/src/index.xml +++ b/spring-webflow/docs/reference/src/index.xml @@ -15,8 +15,8 @@ Spring Web Flow Reference Documentation - Version 1.0.5-SNAPSHOT - August 2007 + Version 1.0.6-SNAPSHOT + January 2008 Keith diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml index fe6dad06..a5c54c2b 100644 --- a/spring-webflow/pom.xml +++ b/spring-webflow/pom.xml @@ -5,7 +5,7 @@ spring-webflow jar Spring Web Flow - 1.0.5-SNAPSHOT + 1.0.6-SNAPSHOT Spring Web Flow http://www.springframework.org @@ -82,7 +82,7 @@ org.springframework spring-beans - 2.0.6 + 2.0.7 org.springframework @@ -92,34 +92,34 @@ org.springframework spring-context - 2.0.6 + 2.0.7 org.springframework spring-core - 2.0.6 + 2.0.7 org.springframework spring-portlet - 2.0.6 + 2.0.7 true org.springframework spring-struts - 2.0.6 + 2.0.7 true org.springframework spring-web - 2.0.6 + 2.0.7 org.springframework spring-webmvc - 2.0.6 + 2.0.7 true @@ -146,7 +146,7 @@ org.springframework spring-mock - 2.0.6 + 2.0.7 test diff --git a/spring-webflow/project.properties b/spring-webflow/project.properties index b07af2ed..e65ca844 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.0.5-SNAPSHOT +project.base.version=1.0.6-SNAPSHOT #project.version=${project.base.version} #ivy.status=release diff --git a/spring-webflow/readme.txt b/spring-webflow/readme.txt index bdca63d5..169bcb69 100644 --- a/spring-webflow/readme.txt +++ b/spring-webflow/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB FLOW 1.0.5 (Augst 2007) +SPRING WEB FLOW 1.0.6 () ---------------------------------- 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.5.jar +* spring-webflow-1.0.6.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.5.jar +* spring-binding-1.0.6.jar - Contents: The Spring Data Binding framework, an internal library used by SWF - Dependencies: Commons Logging, spring-beans, spring-core, spring-context [Log4J]