SWF-1225 Update build properties for 2.1.0 release number.

This commit is contained in:
Rossen Stoyanchev
2010-04-09 11:45:33 +00:00
parent 5b3b3a1523
commit 13755f4bbe
15 changed files with 54 additions and 54 deletions

View File

@@ -73,19 +73,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-binding</artifactId>
<version>2.0.9.RELEASE</version>
<version>2.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-js</artifactId>
<version>2.0.9.RELEASE</version>
<version>2.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.0.9.RELEASE</version>
<version>2.1.0.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-faces</artifactId>
<version>2.0.9.RELEASE</version>
<version>2.1.0.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -133,19 +133,19 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.0.9.RELEASE</version>
<version>2.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.0.9.RELEASE</version>
<version>2.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.0.9.RELEASE</version>
<version>2.1.0.RELEASE</version>
</dependency>]]>
</programlisting>
<para>
@@ -155,7 +155,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.0.9.RELEASE</version>
<version>2.1.0.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.9.RELEASE" conf="compile->runtime" />
rev="2.1.0.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.js"
rev="2.0.9.RELEASE" conf="compile->runtime" />
rev="2.1.0.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.webflow"
rev="2.0.9.RELEASE" conf="compile->runtime" />]]>
rev="2.1.0.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.9.RELEASE" conf="compile->runtime" />]]>
rev="2.1.0.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.9.RELEASE</version>
<version>2.1.0.RELEASE</version>
</dependency>]]>
</programlisting>
</sect2>
@@ -337,4 +337,4 @@
Get the snapshot zip with the most recent CI build number from the <ulink url="http://static.springframework.org/downloads/nightly/snapshot-download.php?project=SWF">Web Flow snapshot download area</ulink>.
</para>
</sect1>
</chapter>
</chapter>