readme-md-template.md: remove the branch parameters from travis ci and coverall urls, so that the badges also work if the components is using svn instead of git
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1812006 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/bee0b6ec Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/bee0b6ec Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/bee0b6ec Branch: refs/heads/master Commit: bee0b6ec70e22b98b568d93b8277548f291b0334 Parents: 05827bc Author: Pascal Schumacher <[email protected]> Authored: Thu Oct 12 19:47:28 2017 +0000 Committer: Pascal Schumacher <[email protected]> Committed: Thu Oct 12 19:47:28 2017 +0000 ---------------------------------------------------------------------- src/main/resources/commons-xdoc-templates/readme-md-template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/bee0b6ec/src/main/resources/commons-xdoc-templates/readme-md-template.md ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md b/src/main/resources/commons-xdoc-templates/readme-md-template.md index c9ff71b..63d1d4c 100644 --- a/src/main/resources/commons-xdoc-templates/readme-md-template.md +++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md @@ -43,8 +43,8 @@ @NAME@ =================== -[](https://travis-ci.org/apache/@ARTIFACTCOREID@) -[](https://coveralls.io/r/apache/@ARTIFACTCOREID@) +[](https://travis-ci.org/apache/@ARTIFACTCOREID@) +[](https://coveralls.io/r/apache/@ARTIFACTCOREID@) [](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/) [](https://javadoc.io/doc/@GROUPID@/@ARTIFACTCOREID@/@VERSION@)
