2.0.9 build properties

This commit is contained in:
Keith Donald
2009-09-25 03:11:14 +00:00
parent 059e57644f
commit 8452e1994e
5 changed files with 33 additions and 33 deletions

View File

@@ -73,19 +73,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-binding</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-js</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-faces</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -133,19 +133,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.RELEASE</version>
</dependency>]]>
</programlisting>
<para>
@@ -155,7 +155,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.RELEASE</version>
</dependency>]]>
</programlisting>
<para>
@@ -188,18 +188,18 @@
</para>
<programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.binding"
rev="2.0.8.RELEASE" conf="compile->runtime" />
rev="2.0.9.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.js"
rev="2.0.8.RELEASE" conf="compile->runtime" />
rev="2.0.9.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.webflow"
rev="2.0.8.RELEASE" conf="compile->runtime" />]]>
rev="2.0.9.RELEASE" conf="compile->runtime" />]]>
</programlisting>
<para>
And if using JavaServerFaces:
</para>
<programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.faces"
rev="2.0.8.RELEASE" conf="compile->runtime" />]]>
rev="2.0.9.RELEASE" conf="compile->runtime" />]]>
</programlisting>
</sect2>
<sect2 id="webflow-dm-server-lib">
@@ -224,7 +224,7 @@
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow-library</artifactId>
<type>libd</type>
<version>2.0.8.RELEASE</version>
<version>2.0.9.RELEASE</version>
</dependency>]]>
</programlisting>
</sect2>

View File

@@ -25,8 +25,8 @@
<title>Spring Web Flow Reference Guide</title>
<titleabbrev>Spring Web Flow</titleabbrev>
<productname>Spring Web Flow</productname>
<releaseinfo>Version 2.0.8</releaseinfo>
<pubdate>August 2009</pubdate>
<releaseinfo>Version 2.0.0</releaseinfo>
<pubdate></pubdate>
<authorgroup>
<author>
<firstname>Keith</firstname>