Removed the trailing slash in docs url

This commit is contained in:
Marcin Grzejszczak
2019-08-19 09:00:38 +02:00
parent adfcaa2525
commit 12ac72d4b3

View File

@@ -1275,7 +1275,7 @@
replace="\1"/> replace="\1"/>
<var name="github-tag" value="${git.branch}"/> <var name="github-tag" value="${git.branch}"/>
<condition property="docs-url" <condition property="docs-url"
value="https://cloud.spring.io/${docs.main}/"> value="https://cloud.spring.io/${docs.main}">
<and> <and>
<equals arg1="${version-type}" arg2="SNAPSHOT"/> <equals arg1="${version-type}" arg2="SNAPSHOT"/>
<or> <or>
@@ -1285,7 +1285,7 @@
</and> </and>
</condition> </condition>
<condition property="docs-url" <condition property="docs-url"
value="https://cloud.spring.io/${docs.main}/${git.branch}/"> value="https://cloud.spring.io/${docs.main}/${git.branch}">
<and> <and>
<equals arg1="${version-type}" arg2="SNAPSHOT"/> <equals arg1="${version-type}" arg2="SNAPSHOT"/>
<not> <not>