update version to 2.0.6

This commit is contained in:
Keith Donald
2008-11-22 00:35:07 +00:00
parent 79acf4e07a
commit 643fa838ef
16 changed files with 46 additions and 43 deletions

View File

@@ -91,19 +91,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.5.RELEASE</version>
<version>2.0.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.5.RELEASE</version>
<version>2.0.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.5.RELEASE</version>
<version>2.0.6.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.5.RELEASE</version>
<version>2.0.6.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -144,11 +144,11 @@
</para>
<programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.binding"
rev="2.0.5.RELEASE" conf="compile->runtime" />
rev="2.0.6.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.js"
rev="2.0.5.RELEASE" conf="compile->runtime" />
rev="2.0.6.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.webflow"
rev="2.0.5.RELEASE" conf="compile->runtime" />
rev="2.0.6.RELEASE" conf="compile->runtime" />
]]>
</programlisting>
<para>
@@ -156,7 +156,7 @@
</para>
<programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.faces"
rev="2.0.5.RELEASE" conf="compile->runtime" />
rev="2.0.6.RELEASE" conf="compile->runtime" />
]]>
</programlisting>
</sect2>
@@ -173,19 +173,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.5.RELEASE</version>
<version>2.0.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.5.RELEASE</version>
<version>2.0.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.5.RELEASE</version>
<version>2.0.6.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -196,7 +196,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.5.RELEASE</version>
<version>2.0.6.RELEASE</version>
</dependency>
]]>
</programlisting>

View File

@@ -24,8 +24,8 @@
<bookinfo>
<title>Spring Web Flow Reference Guide</title>
<productname>Spring Web Flow</productname>
<releaseinfo>Version 2.0.5</releaseinfo>
<pubdate>November 2008</pubdate>
<releaseinfo>Version 2.0.6</releaseinfo>
<pubdate>December 2008</pubdate>
<authorgroup>
<author>
<firstname>Keith</firstname>