Skip to content

Commit

Permalink
Next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed May 31, 2017
1 parent 57f2ccb commit f0373aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.4.5.BUILD-SNAPSHOT
version=2.4.6.BUILD-SNAPSHOT
18 changes: 9 additions & 9 deletions src/dist/readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SPRING WEB FLOW 2.4.4
SPRING WEB FLOW 2.4.6
----------------------
http://www.springframework.org/webflow

Expand Down Expand Up @@ -56,27 +56,27 @@ via transitive dependencies):
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.binding</artifactId>
<version>2.4.4.RELEASE</version>
<version>2.4.6.RELEASE</version>
</dependency>

<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.js</artifactId>
<version>2.4.4.RELEASE</version>
<version>2.4.6.RELEASE</version>
</dependency>

<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.webflow</artifactId>
<version>2.4.4.RELEASE</version>
<version>2.4.6.RELEASE</version>
</dependency>

If using JSF all you need to include is:

<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>org.springframework.faces</artifactId>
<version>2.4.4.RELEASE</version>
<version>2.4.6.RELEASE</version>
</dependency>

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

Then declare the following dependencies in your ivy.xml:

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

If using JavaServerFaces:

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

For more information see the reference documentation and the SpringSource Repository FAQ:
https://github.com/spring-projects/spring-framework/wiki/Spring-repository-FAQ
Expand Down
2 changes: 1 addition & 1 deletion src/reference/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title>Spring Web Flow Reference Guide</title>
<titleabbrev>Spring Web Flow</titleabbrev>
<productname>Spring Web Flow</productname>
<releaseinfo>Version 2.4.4</releaseinfo>
<releaseinfo>Version 2.4.6</releaseinfo>
<pubdate></pubdate>
<authorgroup>
<author>
Expand Down

0 comments on commit f0373aa

Please sign in to comment.