Skip to content

Commit f0373aa

Browse files
committed
Next development version
1 parent 57f2ccb commit f0373aa

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.4.5.BUILD-SNAPSHOT
1+
version=2.4.6.BUILD-SNAPSHOT

src/dist/readme.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPRING WEB FLOW 2.4.4
1+
SPRING WEB FLOW 2.4.6
22
----------------------
33
http://www.springframework.org/webflow
44

@@ -56,27 +56,27 @@ via transitive dependencies):
5656
<dependency>
5757
<groupId>org.springframework.webflow</groupId>
5858
<artifactId>org.springframework.binding</artifactId>
59-
<version>2.4.4.RELEASE</version>
59+
<version>2.4.6.RELEASE</version>
6060
</dependency>
6161

6262
<dependency>
6363
<groupId>org.springframework.webflow</groupId>
6464
<artifactId>org.springframework.js</artifactId>
65-
<version>2.4.4.RELEASE</version>
65+
<version>2.4.6.RELEASE</version>
6666
</dependency>
6767

6868
<dependency>
6969
<groupId>org.springframework.webflow</groupId>
7070
<artifactId>org.springframework.webflow</artifactId>
71-
<version>2.4.4.RELEASE</version>
71+
<version>2.4.6.RELEASE</version>
7272
</dependency>
7373

7474
If using JSF all you need to include is:
7575

7676
<dependency>
7777
<groupId>org.springframework.webflow</groupId>
7878
<artifactId>org.springframework.faces</artifactId>
79-
<version>2.4.4.RELEASE</version>
79+
<version>2.4.6.RELEASE</version>
8080
</dependency>
8181

8282
To access jars using Ivy, add the following repositories to your Ivy config:
@@ -93,13 +93,13 @@ To access jars using Ivy, add the following repositories to your Ivy config:
9393

9494
Then declare the following dependencies in your ivy.xml:
9595

96-
<dependency org="org.springframework.webflow" name="org.springframework.binding" rev="2.4.4.RELEASE" conf="compile->runtime" />
97-
<dependency org="org.springframework.webflow" name="org.springframework.js" rev="2.4.4.RELEASE" conf="compile->runtime" />
98-
<dependency org="org.springframework.webflow" name="org.springframework.webflow" rev="2.4.4.RELEASE" conf="compile->runtime" />
96+
<dependency org="org.springframework.webflow" name="org.springframework.binding" rev="2.4.6.RELEASE" conf="compile->runtime" />
97+
<dependency org="org.springframework.webflow" name="org.springframework.js" rev="2.4.6.RELEASE" conf="compile->runtime" />
98+
<dependency org="org.springframework.webflow" name="org.springframework.webflow" rev="2.4.6.RELEASE" conf="compile->runtime" />
9999

100100
If using JavaServerFaces:
101101

102-
<dependency org="org.springframework.webflow" name="org.springframework.faces" rev="2.4.4.RELEASE" conf="compile->runtime" />
102+
<dependency org="org.springframework.webflow" name="org.springframework.faces" rev="2.4.6.RELEASE" conf="compile->runtime" />
103103

104104
For more information see the reference documentation and the SpringSource Repository FAQ:
105105
https://github.com/spring-projects/spring-framework/wiki/Spring-repository-FAQ

src/reference/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<title>Spring Web Flow Reference Guide</title>
1313
<titleabbrev>Spring Web Flow</titleabbrev>
1414
<productname>Spring Web Flow</productname>
15-
<releaseinfo>Version 2.4.4</releaseinfo>
15+
<releaseinfo>Version 2.4.6</releaseinfo>
1616
<pubdate></pubdate>
1717
<authorgroup>
1818
<author>

0 commit comments

Comments
 (0)