Commit 09e991ca authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Fix broken links for master snapshot builds

See gh-18172
parent 2472836c
...@@ -1677,7 +1677,7 @@ ...@@ -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>
......
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