This commit is contained in:
Keith Donald
2008-10-17 22:07:25 +00:00
parent 1967e96e96
commit b1ecc97c2e

View File

@@ -88,19 +88,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -111,7 +111,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -141,11 +141,11 @@
</para>
<programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.binding"
rev="2.0.3.RELEASE" conf="compile->runtime" />
rev="2.0.4.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.js"
rev="2.0.3.RELEASE" conf="compile->runtime" />
rev="2.0.4.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.webflow"
rev="2.0.3.RELEASE" conf="compile->runtime" />
rev="2.0.4.RELEASE" conf="compile->runtime" />
]]>
</programlisting>
<para>
@@ -153,7 +153,7 @@
</para>
<programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.faces"
rev="2.0.3.RELEASE" conf="compile->runtime" />
rev="2.0.4.RELEASE" conf="compile->runtime" />
]]>
</programlisting>
</sect2>
@@ -170,19 +170,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -193,7 +193,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.4.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -218,19 +218,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.3.CI-###</version>
<version>3.0.0.CI-###</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.3.CI-###</version>
<version>3.0.0.CI-###</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.3.CI-###</version>
<version>3.0.0.CI-###</version>
</dependency>
]]>
</programlisting>
@@ -241,12 +241,12 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.3.CI-###</version>
<version>3.0.0.CI-###</version>
</dependency>
]]>
</programlisting>
<para>
Where '###' above represents the build number like 2.0.3.CI-500.
Where '###' above represents the build number like 3.0.0.CI-500.
Get the latest build number by browsing the <ulink url="http://static.springframework.org/downloads/nightly/snapshot-download.php?project=SWF">nightly build area</ulink>.
</para>
</sect1>