From 82b7e15eaba22e4dfcb2eab6ae8eed147999f884 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Thu, 19 Apr 2007 20:37:47 +0000 Subject: [PATCH] Added list of files that have the version number in them so that we can find them each release --- build-spring-webflow/readme.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build-spring-webflow/readme.txt b/build-spring-webflow/readme.txt index 22142eed..a7364d75 100644 --- a/build-spring-webflow/readme.txt +++ b/build-spring-webflow/readme.txt @@ -16,12 +16,21 @@ 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 The release archive will be created and placed in: target/release + Questions? See http://forum.springframework.org. \ No newline at end of file