Fix broken links for master snapshot builds
See gh-18172
This commit is contained in:
committed by
Stephane Nicoll
parent
2472836c48
commit
09e991ca1c
@@ -1677,7 +1677,7 @@
|
|||||||
</stringutil>
|
</stringutil>
|
||||||
<var name="github-tag" value="v${revision}" />
|
<var name="github-tag" value="v${revision}" />
|
||||||
<propertyregex property="github-tag" override="true"
|
<propertyregex property="github-tag" override="true"
|
||||||
input="${github-tag}" regexp=".*SNAPSHOT" replace="2.1.x" />
|
input="${github-tag}" regexp=".*SNAPSHOT" replace="master" />
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|||||||
Reference in New Issue
Block a user