You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2016/01/15 06:10:21 UTC

[09/30] maven-surefire git commit: [SUREFIRE] Badges to README.md

[SUREFIRE] Badges to README.md


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7b7e47a2
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/7b7e47a2
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/7b7e47a2

Branch: refs/heads/3.0-rc1
Commit: 7b7e47a20830f0a6fb62c8e13d29489d580606cb
Parents: 62009ac
Author: Tibor17 <ti...@lycos.com>
Authored: Sun Jan 10 22:13:24 2016 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Sun Jan 10 22:13:24 2016 +0100

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7b7e47a2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index bb8ee6b..0958be6 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.maven.surefire/surefire/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.apache.maven.surefire/surefire)
 [![license](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
-[![coverage](http://d7.mnpk.org/jcb/jenkins/c/http/builds.apache.org/job/maven-surefire?style=flat-square)](http://d7.mnpk.org/jcb/jenkins/c/http/builds.apache.org/job/maven-surefire?style=flat-square)
+[![coverage](https://img.shields.io/jenkins/c/https/builds.apache.org/maven-surefire.svg)](https://img.shields.io/jenkins/c/https/builds.apache.org/maven-surefire.svg)
 [![Build Status](https://builds.apache.org/job/maven-surefire/badge/icon)](https://builds.apache.org/job/maven-surefire)
 [![Build Status](https://builds.apache.org/job/maven-surefire-windows/badge/icon)](https://builds.apache.org/job/maven-surefire-windows)
 [![Build Status](https://builds.apache.org/job/maven-surefire-mvn-2.2.1/badge/icon)](https://builds.apache.org/job/maven-surefire-mvn-2.2.1)
@@ -10,7 +10,7 @@
 Surefire needs Maven 3.0.5 and JDK 1.6+ to be built.
 But in order to run IT tests, you can do:
 * -DmavenHomeUsed= path to a Maven 2.x home
-* or -Pmaven-2.2.1, this profile will download a Maven 2.2.1 distrib and use it for integration tests.
+* or -Pmaven-2.2.1, this profile will download Maven 2.2.1 distribution and use it for integration tests.
 In order to run tests for a release check during the vote the following memory requirements are needed:
 export MAVEN_OPTS="-Xmx768m -XX:MaxPermSize=1g -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true"