You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/14 23:52:40 UTC

commons-build-plugin git commit: Fix for components that have a major version number in their artifact IDs.

Repository: commons-build-plugin
Updated Branches:
  refs/heads/master e11f51d3b -> 8675bb58e


Fix for components that have a major version number in their artifact
IDs.

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/8675bb58
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/8675bb58
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/8675bb58

Branch: refs/heads/master
Commit: 8675bb58e0ca08e3ce83db2c9b09a73487d6893e
Parents: e11f51d
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon May 14 17:52:34 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon May 14 17:52:34 2018 -0600

----------------------------------------------------------------------
 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/8675bb58/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 63d1d4c..100e77d 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/@ARTIFACTCOREID@.svg)](https://travis-ci.org/apache/@ARTIFACTCOREID@)
-[![Coverage Status](https://coveralls.io/repos/apache/@ARTIFACTCOREID@/badge.svg)](https://coveralls.io/r/apache/@ARTIFACTCOREID@)
+[![Build Status](https://travis-ci.org/apache/commons-@ID@.svg)](https://travis-ci.org/apache/commons-@ID@)
+[![Coverage Status](https://coveralls.io/repos/apache/commons-@ID@/badge.svg)](https://coveralls.io/r/apache/commons-@ID@)
 [![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@)