Commit 83ec35d8 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #18172 from dreis2211

* pr/18172:
  Fix broken links for master snapshot builds

Closes gh-18172
parents 2472836c 09e991ca
......@@ -1677,7 +1677,7 @@
</stringutil>
<var name="github-tag" value="v${revision}" />
<propertyregex property="github-tag" override="true"
input="${github-tag}" regexp=".*SNAPSHOT" replace="2.1.x" />
input="${github-tag}" regexp=".*SNAPSHOT" replace="master" />
</target>
</configuration>
</execution>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment