Set correct github tag for generated docs

This commit is contained in:
Phillip Webb 2014-03-14 15:19:31 -07:00
parent fcea565433
commit 2747c01e81

View File

@ -284,7 +284,7 @@
<stringutil string="${version-type}" property="spring-boot-repo">
<lowercase />
</stringutil>
<var name="github-tag" value="v1.0.0.RELEASE" />
<var name="github-tag" value="v${project.version}" />
<propertyregex property="github-tag" override="true"
input="${github-tag}" regexp=".*SNAPSHOT" replace="master" />
</target>