You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/08/13 10:13:22 UTC

svn commit: r1804887 - /commons/proper/weaver/trunk/README.md

Author: pascalschumacher
Date: Sun Aug 13 10:13:22 2017
New Revision: 1804887

URL: http://svn.apache.org/viewvc?rev=1804887&view=rev
Log:
README.md: add maven central badge

Modified:
    commons/proper/weaver/trunk/README.md

Modified: commons/proper/weaver/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/README.md?rev=1804887&r1=1804886&r2=1804887&view=diff
==============================================================================
--- commons/proper/weaver/trunk/README.md (original)
+++ commons/proper/weaver/trunk/README.md Sun Aug 13 10:13:22 2017
@@ -44,6 +44,7 @@ Apache Commons Weaver
 ===================
 
 [![Build Status](https://travis-ci.org/apache/commons-weaver.svg?branch=trunk)](https://travis-ci.org/apache/commons-weaver)
+[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-weaver-base/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-weaver-base/)
 
 Apache Commons Weaver provides an easy way to enhance compiled Java classes by generating ("weaving") bytecode into those classes.