Sprng 1.0.4 baseline and update branch to 1.0.5-SNAPSHOT

This commit is contained in:
Ben Hale
2007-06-20 14:08:59 +00:00
parent 3a4ccfb562
commit cddab00c40
7 changed files with 20 additions and 8 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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)
-------------------------------------

View File

@@ -15,7 +15,7 @@
<bookinfo>
<title>Spring Web Flow</title>
<subtitle>Reference Documentation</subtitle>
<releaseinfo>Version 1.0.3</releaseinfo>
<releaseinfo>Version 1.0.5-SNAPSHOT</releaseinfo>
<pubdate>April 2007</pubdate>
<authorgroup>
<author>

View File

@@ -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

View File

@@ -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]