Sprng 1.0.4 baseline and update branch to 1.0.5-SNAPSHOT
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Configurable property values that may be locally overriden by a build.properties file
|
# Configurable property values that may be locally overriden by a build.properties file
|
||||||
|
|
||||||
# The version number of the release that will be built
|
# 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
|
# The location of the common build system
|
||||||
common.build.dir=${basedir}/../common-build
|
common.build.dir=${basedir}/../common-build
|
||||||
|
|||||||
@@ -16,7 +16,15 @@ Build Pre-requisites:
|
|||||||
DEVELOPERS
|
DEVELOPERS
|
||||||
- To build a new Spring Web Flow product release:
|
- 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:
|
2. From this directory, run:
|
||||||
ant release
|
ant release
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# The location of the common build system
|
# The location of the common build system
|
||||||
common.build.dir=${basedir}/../common-build
|
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}
|
#project.version=${project.base.version}
|
||||||
#ivy.status=release
|
#ivy.status=release
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ SPRING WEB FLOW (SWF) CHANGELOG
|
|||||||
===============================
|
===============================
|
||||||
http://www.springframework.org
|
http://www.springframework.org
|
||||||
|
|
||||||
|
Changes in version 1.0.5 ()
|
||||||
|
-------------------------------------
|
||||||
|
|
||||||
|
|
||||||
Changes in version 1.0.4 (13.06.2007)
|
Changes in version 1.0.4 (13.06.2007)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<bookinfo>
|
<bookinfo>
|
||||||
<title>Spring Web Flow</title>
|
<title>Spring Web Flow</title>
|
||||||
<subtitle>Reference Documentation</subtitle>
|
<subtitle>Reference Documentation</subtitle>
|
||||||
<releaseinfo>Version 1.0.3</releaseinfo>
|
<releaseinfo>Version 1.0.5-SNAPSHOT</releaseinfo>
|
||||||
<pubdate>April 2007</pubdate>
|
<pubdate>April 2007</pubdate>
|
||||||
<authorgroup>
|
<authorgroup>
|
||||||
<author>
|
<author>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# The location of the common build system
|
# The location of the common build system
|
||||||
common.build.dir=${basedir}/../common-build
|
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}
|
#project.version=${project.base.version}
|
||||||
#ivy.status=release
|
#ivy.status=release
|
||||||
|
|
||||||
|
|||||||
@@ -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://www.springframework.org/webflow
|
||||||
http://forum.springframework.org
|
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
|
specifies the respective contents and third-party dependencies. Libraries in [brackets] are
|
||||||
optional, i.e. just necessary for certain functionality.
|
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
|
- Contents: The Spring Web Flow system
|
||||||
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-web, spring-binding, OGNL
|
- 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,
|
[Log4J, Xerces, XML APIs, spring-webmvc, spring-mock, JUnit, Servlet API, Portlet API, JMX,
|
||||||
Struts, JSF]
|
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
|
- Contents: The Spring Data Binding framework, an internal library used by SWF
|
||||||
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context
|
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context
|
||||||
[Log4J]
|
[Log4J]
|
||||||
|
|||||||
Reference in New Issue
Block a user