Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Andy Wilkinson 2016-12-01 14:47:24 +00:00
commit f454adca1a

View File

@ -1192,7 +1192,7 @@
<lowercase />
</stringutil>
<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.5.x" />
</target>
</configuration>
</execution>