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@
 ===================
 
-[![Build 
Status](https://travis-ci.org/apache/@[email protected]?branch=master)](https://travis-ci.org/apache/@ARTIFACTCOREID@)
-[![Coverage 
Status](https://coveralls.io/repos/apache/@ARTIFACTCOREID@/badge.svg?branch=master)](https://coveralls.io/r/apache/@ARTIFACTCOREID@)
+[![Build 
Status](https://travis-ci.org/apache/@[email protected])](https://travis-ci.org/apache/@ARTIFACTCOREID@)
+[![Coverage 
Status](https://coveralls.io/repos/apache/@ARTIFACTCOREID@/badge.svg)](https://coveralls.io/r/apache/@ARTIFACTCOREID@)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/badge.svg)](https://maven-badges.herokuapp.com/maven-central/@GROUPID@/@ARTIFACTCOREID@/)
 
[![Javadocs](https://javadoc.io/badge/@GROUPID@/@ARTIFACTCOREID@/@[email protected])](https://javadoc.io/doc/@GROUPID@/@ARTIFACTCOREID@/@VERSION@)
 

Reply via email to