From cddab00c401ff31433e296e1ec9fa3c0dc56dbb9 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Wed, 20 Jun 2007 14:08:59 +0000 Subject: [PATCH] Sprng 1.0.4 baseline and update branch to 1.0.5-SNAPSHOT --- build-spring-webflow/project.properties | 2 +- build-spring-webflow/readme.txt | 10 +++++++++- spring-binding/project.properties | 2 +- spring-webflow/changelog.txt | 4 ++++ spring-webflow/docs/reference/src/index.xml | 2 +- spring-webflow/project.properties | 2 +- spring-webflow/readme.txt | 6 +++--- 7 files changed, 20 insertions(+), 8 deletions(-) diff --git a/build-spring-webflow/project.properties b/build-spring-webflow/project.properties index 5a8db832..48896bbb 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.4-SNAPSHOT +release.version=1.0.5-SNAPSHOT # The location of the common build system common.build.dir=${basedir}/../common-build diff --git a/build-spring-webflow/readme.txt b/build-spring-webflow/readme.txt index 22142eed..a34b0292 100644 --- a/build-spring-webflow/readme.txt +++ b/build-spring-webflow/readme.txt @@ -16,7 +16,15 @@ Build Pre-requisites: DEVELOPERS - To build a new Spring Web Flow product release: - 1. Update project.properties to reflect the new release version, if necessary. + 1. Update the files containing the version number to reflect the new release version, if necessary. + build-spring-webflow/project.properties + spring-binding/pom.xml + spring-binding/project.properties + spring-webflow/changelog.txt + spring-webflow/pom.xml + spring-webflow/project.properties + spring-webflow/readme.txt + spring-webflow/docs/reference/src/index.xml 2. From this directory, run: ant release diff --git a/spring-binding/project.properties b/spring-binding/project.properties index 77797b4d..2e78be96 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.4-SNAPSHOT +project.base.version=1.0.5-SNAPSHOT #project.version=${project.base.version} #ivy.status=release diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 591cd7bf..0ad5eadf 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -2,6 +2,10 @@ SPRING WEB FLOW (SWF) CHANGELOG =============================== http://www.springframework.org +Changes in version 1.0.5 () +------------------------------------- + + Changes in version 1.0.4 (13.06.2007) ------------------------------------- diff --git a/spring-webflow/docs/reference/src/index.xml b/spring-webflow/docs/reference/src/index.xml index 7382638e..60fcb289 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 1.0.3 + Version 1.0.5-SNAPSHOT April 2007 diff --git a/spring-webflow/project.properties b/spring-webflow/project.properties index 3344fd33..b07af2ed 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.4-SNAPSHOT +project.base.version=1.0.5-SNAPSHOT #project.version=${project.base.version} #ivy.status=release diff --git a/spring-webflow/readme.txt b/spring-webflow/readme.txt index 807b7b70..40bd0b9b 100644 --- a/spring-webflow/readme.txt +++ b/spring-webflow/readme.txt @@ -1,4 +1,4 @@ -SPRING WEB FLOW 1.0.4 (June 2007) +SPRING WEB FLOW 1.0.5 (April 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.4.jar +* spring-webflow-1.0.5.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.4.jar +* spring-binding-1.0.5.jar - Contents: The Spring Data Binding framework, an internal library used by SWF - Dependencies: Commons Logging, spring-beans, spring-core, spring-context [Log4J]