Increment version to 2.3.1.BUILD-SNAPSHOT.

This commit is contained in:
Rossen Stoyanchev
2011-12-29 13:24:39 -05:00
parent 63bc6f2660
commit e5f17df95b
29 changed files with 130 additions and 159 deletions

View File

@@ -58,7 +58,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.3.0.RELEASE</version>
<version>2.3.1.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-faces</artifactId>
<version>2.3.0.RELEASE</version>
<version>2.3.1.RELEASE</version>
</dependency>
]]>
</programlisting>
@@ -106,7 +106,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.3.0.RELEASE</version>
<version>2.3.1.RELEASE</version>
</dependency>]]>
</programlisting>
<para>
@@ -116,7 +116,7 @@
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.3.0.RELEASE</version>
<version>2.3.1.RELEASE</version>
</dependency>]]>
</programlisting>
<para>
@@ -150,14 +150,14 @@
</para>
<programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.webflow"
rev="2.3.0.RELEASE" conf="compile->runtime" />]]>
rev="2.3.1.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.3.0.RELEASE" conf="compile->runtime" />]]>
rev="2.3.1.RELEASE" conf="compile->runtime" />]]>
</programlisting>
</sect2>
<sect2 id="webflow-dm-server-lib">
@@ -182,7 +182,7 @@
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow-library</artifactId>
<type>libd</type>
<version>2.3.0.RELEASE</version>
<version>2.3.1.RELEASE</version>
</dependency>]]>
</programlisting>
</sect2>

View File

@@ -6,7 +6,7 @@
<title>Spring Web Flow Reference Guide</title>
<titleabbrev>Spring Web Flow</titleabbrev>
<productname>Spring Web Flow</productname>
<releaseinfo>Version 2.3.0</releaseinfo>
<releaseinfo>Version 2.3.1</releaseinfo>
<pubdate></pubdate>
<authorgroup>
<author>