2.0.9 build properties
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user