Updated version number in readme, changelog and docs to 1.0.1.
This commit is contained in:
@@ -2,7 +2,7 @@ SPRING WEB FLOW (SWF) CHANGELOG
|
||||
===============================
|
||||
http://www.springframework.org
|
||||
|
||||
Changes in version 1.0.1 ()
|
||||
Changes in version 1.0.1 (08.01.2007)
|
||||
-------------------------------------
|
||||
|
||||
General
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<bookinfo>
|
||||
<title>Spring Web Flow</title>
|
||||
<subtitle>Reference Documentation</subtitle>
|
||||
<releaseinfo>Version 1.0</releaseinfo>
|
||||
<pubdate>October 2006</pubdate>
|
||||
<releaseinfo>Version 1.0.1</releaseinfo>
|
||||
<pubdate>January 2007</pubdate>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Keith</firstname>
|
||||
|
||||
@@ -630,7 +630,7 @@
|
||||
<sect1 id="introduction-support">
|
||||
<title>Support</title>
|
||||
<para>
|
||||
Spring Web Flow 1.0 is supported on Spring Framework 1.2.7 or > for the 1.x series and
|
||||
Spring Web Flow 1.x is supported on Spring Framework 1.2.7 or > for the 1.x series and
|
||||
supported on 2.0 or > for the 2.x series.
|
||||
</para>
|
||||
<para>
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
</configurations>
|
||||
|
||||
<dependencies defaultconf="global->default">
|
||||
<!-- global (core) dependencies -->
|
||||
<!-- global (core) dependencies -->
|
||||
<dependency org="commons-logging" name="commons-logging" rev="1.0.4" />
|
||||
<dependency org="ognl" name="ognl" rev="2.6.9" />
|
||||
<!-- Xerces and XML-apis are required only under JDK 1.4 for XSD support -->
|
||||
<!-- Note: POMs are incorrect in m2 repo; ignoring since they are optional anyway
|
||||
<dependency org="xerces" name="xercesImpl" rev="2.8.0"/>
|
||||
<dependency org="xml-apis" name="xml-apis" rev="1.3.03"/>
|
||||
<dependency org="xerces" name="xercesImpl" rev="2.8.0"/>
|
||||
<dependency org="xml-apis" name="xml-apis" rev="1.3.03"/>
|
||||
-->
|
||||
<dependency org="commons-codec" name="commons-codec" rev="1.1" />
|
||||
<dependency org="org.springframework" name="spring-beans" rev="2.0" />
|
||||
@@ -57,7 +57,7 @@
|
||||
<dependency org="javax.servlet" name="servlet-api" rev="2.4" conf="buildtime->default" />
|
||||
<dependency org="javax.portlet" name="portlet-api" rev="1.0" conf="buildtime->default" />
|
||||
|
||||
<!-- test time only dependencies -->
|
||||
<!-- test time only dependencies -->
|
||||
<dependency org="log4j" name="log4j" rev="1.2.13" conf="test->default" />
|
||||
<dependency org="org.easymock" name="easymock" rev="2.2" conf="test->default" />
|
||||
<dependency org="com.cenqua.clover" name="clover" rev="1.3.12" conf="test->default" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SPRING WEB FLOW 1.0 (October 2006)
|
||||
----------------------------------------
|
||||
SPRING WEB FLOW 1.0.1 (January 2007)
|
||||
------------------------------------
|
||||
http://www.springframework.org/webflow
|
||||
http://forum.springframework.org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user