This commit is contained in:
Keith Donald
2008-11-10 23:25:03 +00:00
parent 89c3f6299c
commit 0098da1d3e

View File

@@ -91,19 +91,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.0.5.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.0.5.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.4.RELEASE" conf="compile->runtime" />
rev="2.0.5.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.js"
rev="2.0.4.RELEASE" conf="compile->runtime" />
rev="2.0.5.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.webflow"
rev="2.0.4.RELEASE" conf="compile->runtime" />
rev="2.0.5.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.4.RELEASE" conf="compile->runtime" />
rev="2.0.5.RELEASE" conf="compile->runtime" />
]]>
</programlisting>
</sect2>
@@ -173,19 +173,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.0.5.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -196,7 +196,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.0.5.RELEASE</version>
</dependency>
]]>
</programlisting>