Set correct github tag for generated docs
This commit is contained in:
parent
fcea565433
commit
2747c01e81
|
|
@ -284,7 +284,7 @@
|
||||||
<stringutil string="${version-type}" property="spring-boot-repo">
|
<stringutil string="${version-type}" property="spring-boot-repo">
|
||||||
<lowercase />
|
<lowercase />
|
||||||
</stringutil>
|
</stringutil>
|
||||||
<var name="github-tag" value="v1.0.0.RELEASE" />
|
<var name="github-tag" value="v${project.version}" />
|
||||||
<propertyregex property="github-tag" override="true"
|
<propertyregex property="github-tag" override="true"
|
||||||
input="${github-tag}" regexp=".*SNAPSHOT" replace="master" />
|
input="${github-tag}" regexp=".*SNAPSHOT" replace="master" />
|
||||||
</target>
|
</target>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue