Author: pascalschumacher
Date: Thu Oct 12 19:47:28 2017
New Revision: 1812006

URL: http://svn.apache.org/viewvc?rev=1812006&view=rev
Log:
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

Modified:
    
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md

Modified: 
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md?rev=1812006&r1=1812005&r2=1812006&view=diff
==============================================================================
--- 
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md
 (original)
+++ 
commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md
 Thu Oct 12 19:47:28 2017
@@ -43,8 +43,8 @@
 @NAME@
 ===================
 
-[![Build 
Status](https://travis-ci.org/apache/@ARTIFACTCOREID@.svg?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/@ARTIFACTCOREID@.svg)](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@/@VERSION@.svg)](https://javadoc.io/doc/@GROUPID@/@ARTIFACTCOREID@/@VERSION@)
 


Reply via email to