update version to 2.2.0

This commit is contained in:
Rossen Stoyanchev
2010-08-25 08:53:11 +00:00
parent fe39a25d72
commit 0e50c45c1b
3 changed files with 15 additions and 15 deletions

View File

@@ -17,7 +17,7 @@
</scp> </scp>
<sshexec host="spring02.managed.contegix.com" username="${username}" keyfile="${key.file}" passphrase="${passphrase}" <sshexec host="spring02.managed.contegix.com" username="${username}" keyfile="${key.file}" passphrase="${passphrase}"
command="rm /opt/www/domains/springframework.org/www/htdocs/spring-webflow/docs/2.1.x ; ln -s /opt/www/domains/springframework.org/www/htdocs/spring-webflow/docs/${bundle.version} /opt/www/domains/springframework.org/www/htdocs/spring-webflow/docs/2.1.x ; ln -s /opt/www/domains/springframework.org/www/htdocs/spring-webflow/docs/${bundle.version}/spring-webflow-reference/ /opt/www/domains/springframework.org/www/htdocs/spring-webflow/docs/${bundle.version}/reference" /> command="rm /opt/www/domains/springframework.org/www/htdocs/spring-webflow/docs/2.2.x ; ln -s /opt/www/domains/springframework.org/www/htdocs/spring-webflow/docs/${bundle.version} /opt/www/domains/springframework.org/www/htdocs/spring-webflow/docs/2.2.x ; ln -s /opt/www/domains/springframework.org/www/htdocs/spring-webflow/docs/${bundle.version}/spring-webflow-reference/ /opt/www/domains/springframework.org/www/htdocs/spring-webflow/docs/${bundle.version}/reference" />
<scp remoteToDir="${username}@spring02.managed.contegix.com:/opt/www/domains/springframework.org/www/htdocs/schema/faces" <scp remoteToDir="${username}@spring02.managed.contegix.com:/opt/www/domains/springframework.org/www/htdocs/schema/faces"
keyfile="${key.file}" passphrase="${passphrase}" sftp="true" verbose="true"> keyfile="${key.file}" passphrase="${passphrase}" sftp="true" verbose="true">

View File

@@ -58,19 +58,19 @@
<dependency> <dependency>
<groupId>org.springframework.webflow</groupId> <groupId>org.springframework.webflow</groupId>
<artifactId>spring-binding</artifactId> <artifactId>spring-binding</artifactId>
<version>2.1.0.RELEASE</version> <version>2.2.0.RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.webflow</groupId> <groupId>org.springframework.webflow</groupId>
<artifactId>spring-js</artifactId> <artifactId>spring-js</artifactId>
<version>2.1.0.RELEASE</version> <version>2.2.0.RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.webflow</groupId> <groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId> <artifactId>spring-webflow</artifactId>
<version>2.1.0.RELEASE</version> <version>2.2.0.RELEASE</version>
</dependency> </dependency>
]]> ]]>
</programlisting> </programlisting>
@@ -81,7 +81,7 @@
<dependency> <dependency>
<groupId>org.springframework.webflow</groupId> <groupId>org.springframework.webflow</groupId>
<artifactId>spring-faces</artifactId> <artifactId>spring-faces</artifactId>
<version>2.1.0.RELEASE</version> <version>2.2.0.RELEASE</version>
</dependency> </dependency>
]]> ]]>
</programlisting> </programlisting>
@@ -118,19 +118,19 @@
<dependency> <dependency>
<groupId>org.springframework.webflow</groupId> <groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId> <artifactId>org.springframework.binding</artifactId>
<version>2.1.0.RELEASE</version> <version>2.2.0.RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.webflow</groupId> <groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId> <artifactId>org.springframework.js</artifactId>
<version>2.1.0.RELEASE</version> <version>2.2.0.RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.webflow</groupId> <groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId> <artifactId>org.springframework.webflow</artifactId>
<version>2.1.0.RELEASE</version> <version>2.2.0.RELEASE</version>
</dependency>]]> </dependency>]]>
</programlisting> </programlisting>
<para> <para>
@@ -140,7 +140,7 @@
<dependency> <dependency>
<groupId>org.springframework.webflow</groupId> <groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId> <artifactId>org.springframework.faces</artifactId>
<version>2.1.0.RELEASE</version> <version>2.2.0.RELEASE</version>
</dependency>]]> </dependency>]]>
</programlisting> </programlisting>
<para> <para>
@@ -173,18 +173,18 @@
</para> </para>
<programlisting language="xml"><![CDATA[ <programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.binding" <dependency org="org.springframework.webflow" name="org.springframework.binding"
rev="2.1.0.RELEASE" conf="compile->runtime" /> rev="2.2.0.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.js" <dependency org="org.springframework.webflow" name="org.springframework.js"
rev="2.1.0.RELEASE" conf="compile->runtime" /> rev="2.2.0.RELEASE" conf="compile->runtime" />
<dependency org="org.springframework.webflow" name="org.springframework.webflow" <dependency org="org.springframework.webflow" name="org.springframework.webflow"
rev="2.1.0.RELEASE" conf="compile->runtime" />]]> rev="2.2.0.RELEASE" conf="compile->runtime" />]]>
</programlisting> </programlisting>
<para> <para>
And if using JavaServerFaces: And if using JavaServerFaces:
</para> </para>
<programlisting language="xml"><![CDATA[ <programlisting language="xml"><![CDATA[
<dependency org="org.springframework.webflow" name="org.springframework.faces" <dependency org="org.springframework.webflow" name="org.springframework.faces"
rev="2.1.0.RELEASE" conf="compile->runtime" />]]> rev="2.2.0.RELEASE" conf="compile->runtime" />]]>
</programlisting> </programlisting>
</sect2> </sect2>
<sect2 id="webflow-dm-server-lib"> <sect2 id="webflow-dm-server-lib">
@@ -209,7 +209,7 @@
<groupId>org.springframework.webflow</groupId> <groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow-library</artifactId> <artifactId>org.springframework.webflow-library</artifactId>
<type>libd</type> <type>libd</type>
<version>2.1.0.RELEASE</version> <version>2.2.0.RELEASE</version>
</dependency>]]> </dependency>]]>
</programlisting> </programlisting>
</sect2> </sect2>

View File

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