From ec300fc0dc39dbc78d6292a2a3a82f2f5197fc03 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Mon, 31 Jul 2017 14:07:20 +0200 Subject: [PATCH] Parameterize references to project version SWF-1707 --- build.gradle | 1 + src/dist/readme.txt | 18 +++++++++--------- src/reference/index.xml | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index 16683fe1..cb78a103 100644 --- a/build.gradle +++ b/build.gradle @@ -297,6 +297,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 72bc7989..eb95a20c 100644 --- a/src/dist/readme.txt +++ b/src/dist/readme.txt @@ -1,5 +1,5 @@ -SPRING WEB FLOW 2.5.0 ----------------------- +SPRING WEB FLOW ${version} +-------------------------- http://www.springframework.org/webflow 1. INTRODUCTION @@ -56,13 +56,13 @@ via transitive dependencies): org.springframework.webflow org.springframework.binding - x.y.z.RELEASE + ${version} org.springframework.webflow org.springframework.webflow - x.y.z.RELEASE + ${version} If using JSF all you need to include is: @@ -70,7 +70,7 @@ If using JSF all you need to include is: org.springframework.webflow org.springframework.faces - x.y.z.RELEASE + ${version} To access jars using Ivy, add the following repositories to your Ivy config: @@ -87,13 +87,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 01651f00..ccc75073 100644 --- a/src/reference/index.xml +++ b/src/reference/index.xml @@ -9,7 +9,7 @@ Spring Web Flow Reference Guide Spring Web Flow Spring Web Flow - Version 2.5.0 + Version ${version}