1- SPRING WEB FLOW 2.4.4
1+ SPRING WEB FLOW 2.4.6
22----------------------
33http://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
7474If 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
8282To 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
9494Then 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
100100If 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
104104For more information see the reference documentation and the SpringSource Repository FAQ:
105105https://github.com/spring-projects/spring-framework/wiki/Spring-repository-FAQ
0 commit comments