updated to 2.0.7 dev after 2.0.6 release

This commit is contained in:
Keith Donald
2009-03-15 05:48:55 +00:00
parent 41ed434a31
commit 068eac18e5
15 changed files with 42 additions and 42 deletions

View File

@@ -92,19 +92,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -115,7 +115,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -145,11 +145,11 @@
</para>
<programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.binding"
rev="2.0.6.RELEASE" conf="compile->runtime" />
rev="2.0.7.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.js"
rev="2.0.6.RELEASE" conf="compile->runtime" />
rev="2.0.7.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.webflow"
rev="2.0.6.RELEASE" conf="compile->runtime" />
rev="2.0.7.RELEASE" conf="compile->runtime" />
]]>
</programlisting>
<para>
@@ -157,7 +157,7 @@
</para>
<programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.faces"
rev="2.0.6.RELEASE" conf="compile->runtime" />
rev="2.0.7.RELEASE" conf="compile->runtime" />
]]>
</programlisting>
</sect2>
@@ -175,19 +175,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-binding</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-js</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -198,7 +198,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-faces</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.0.7.RELEASE</version>
</dependency>
]]>
</programlisting>

View File

@@ -24,7 +24,7 @@
<bookinfo>
<title>Spring Web Flow Reference Guide</title>
<productname>Spring Web Flow</productname>
<releaseinfo>Version 2.0.6</releaseinfo>
<releaseinfo>Version 2.0.7</releaseinfo>
<pubdate>March 2009</pubdate>
<authorgroup>
<author>