diff --git a/build.gradle b/build.gradle
index 4123b102..7a171b6d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -417,6 +417,7 @@ configure(rootProject) {
include "readme.txt"
include "license.txt"
into "${baseDir}"
+ expand(version: project.version)
}
from(zipTree(docsZip.archivePath)) {
diff --git a/src/dist/readme.txt b/src/dist/readme.txt
index 95923649..8731340e 100644
--- a/src/dist/readme.txt
+++ b/src/dist/readme.txt
@@ -1,5 +1,5 @@
-SPRING WEB FLOW 2.4.6
-----------------------
+SPRING WEB FLOW ${version}
+---------------
http://www.springframework.org/webflow
1. INTRODUCTION
@@ -56,19 +56,19 @@ via transitive dependencies):
org.springframework.webflow
org.springframework.binding
- 2.4.6.RELEASE
+ ${version}
org.springframework.webflow
org.springframework.js
- 2.4.6.RELEASE
+ ${version}
org.springframework.webflow
org.springframework.webflow
- 2.4.6.RELEASE
+ ${version}
If using JSF all you need to include is:
@@ -76,7 +76,7 @@ If using JSF all you need to include is:
org.springframework.webflow
org.springframework.faces
- 2.4.6.RELEASE
+ ${version}
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:
Then declare the following dependencies in your ivy.xml:
-
-
-
+
+
+
If using JavaServerFaces:
-
+
For more information see the reference documentation and the SpringSource Repository FAQ:
https://github.com/spring-projects/spring-framework/wiki/Spring-repository-FAQ
diff --git a/src/reference/index.xml b/src/reference/index.xml
index 9e086c30..f6bafab3 100644
--- a/src/reference/index.xml
+++ b/src/reference/index.xml
@@ -12,7 +12,7 @@
Spring Web Flow Reference Guide
Spring Web Flow
Spring Web Flow
- Version 2.4.6
+ Version ${version}