Link to correct branch on GitHub from snapshot documentation
Closes gh-7548
This commit is contained in:
parent
b798b5a40b
commit
d9bd211062
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue