Removed the trailing slash in docs url
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user