Commit d9bd2110 authored by Andy Wilkinson's avatar Andy Wilkinson

Link to correct branch on GitHub from snapshot documentation

Closes gh-7548
parent b798b5a4
...@@ -1197,7 +1197,7 @@ ...@@ -1197,7 +1197,7 @@
<lowercase /> <lowercase />
</stringutil> </stringutil>
<var name="github-tag" value="v${project.version}" /> <var name="github-tag" value="v${project.version}" />
<propertyregex property="github-tag" override="true" input="${github-tag}" regexp=".*SNAPSHOT" replace="master" /> <propertyregex property="github-tag" override="true" input="${github-tag}" regexp=".*SNAPSHOT" replace="1.4.x" />
</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