mirror of https://github.com/apache/maven.git
update ASF CI url
This commit is contained in:
parent
fe26a18663
commit
dd54c1e952
12
README.md
12
README.md
|
@ -20,8 +20,8 @@ Apache Maven
|
|||
[![ASF Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MNG.json)][jira]
|
||||
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
|
||||
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven/apache-maven)
|
||||
[![Jenkins Status](https://img.shields.io/jenkins/s/https/builds.apache.org/job/maven-box/job/maven/job/master.svg?)][build]
|
||||
[![Jenkins tests](https://img.shields.io/jenkins/t/https/builds.apache.org/job/maven-box/job/maven/job/master.svg?)][test-results]
|
||||
[![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/master.svg?)][build]
|
||||
[![Jenkins tests](https://img.shields.io/jenkins/t/https/ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/master.svg?)][test-results]
|
||||
|
||||
|
||||
Apache Maven is a software project management and comprehension tool. Based on
|
||||
|
@ -75,10 +75,10 @@ mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-3.7.x-SNAPSHOT" clean
|
|||
[home]: https://maven.apache.org/
|
||||
[jira]: https://issues.apache.org/jira/projects/MNG/
|
||||
[license]: https://www.apache.org/licenses/LICENSE-2.0
|
||||
[build]: https://builds.apache.org/job/maven-box/job/maven/job/master/
|
||||
[test-results]: https://builds.apache.org/job/maven-box/job/maven/job/master/lastCompletedBuild/testReport/
|
||||
[build-status]: https://img.shields.io/jenkins/s/https/builds.apache.org/job/maven-box/job/maven/job/master.svg?
|
||||
[build-tests]: https://img.shields.io/jenkins/t/https/builds.apache.org/job/maven-box/job/maven/job/master.svg?
|
||||
[build]: https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/master/
|
||||
[test-results]: https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/master/lastCompletedBuild/testReport/
|
||||
[build-status]: https://img.shields.io/jenkins/s/https/ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/master.svg?
|
||||
[build-tests]: https://img.shields.io/jenkins/t/https/ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/master.svg?
|
||||
[maven-home]: https://maven.apache.org/
|
||||
[maven-download]: https://maven.apache.org/download.cgi
|
||||
[users-list]: https://maven.apache.org/mailing-lists.html
|
||||
|
|
Loading…
Reference in New Issue