This is an automated email from the ASF dual-hosted git repository.
aheritier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 43eb189 [chore] Update CI environment
new ef62d7a Merge pull request #516 from aheritier/ci-maven
43eb189 is described below
commit 43eb189a92e9c3a08f876c77217316e34fffe354
Author: Arnaud HeĢritier <[email protected]>
AuthorDate: Mon Jul 26 15:48:10 2021 +0200
[chore] Update CI environment
Replace ci-builds by ci-maven
---
README.md | 12 ++++++------
maven-bom/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 44c794b..39d5335 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@ Apache Maven
[][jira]
[][license]
[](https://search.maven.org/artifact/org.apache.maven/apache-maven)
-[][build]
-[][test-results]
+[][build]
+[][test-results]
Apache Maven is a software project management and comprehension tool. Based on
@@ -75,10 +75,10 @@ If you want to bootstrap Maven, you'll need:
[home]: https://maven.apache.org/
[jira]: https://issues.apache.org/jira/projects/MNG/
[license]: https://www.apache.org/licenses/LICENSE-2.0
-[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?
+[build]:
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master/
+[test-results]:
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master/lastCompletedBuild/testReport/
+[build-status]:
https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master.svg?
+[build-tests]:
https://img.shields.io/jenkins/t/https/ci-maven.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
diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml
index 097fadf..3f9f983 100644
--- a/maven-bom/pom.xml
+++ b/maven-bom/pom.xml
@@ -51,7 +51,7 @@ under the License.
</issueManagement>
<ciManagement>
<system>Jenkins</system>
- <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/</url>
+ <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/</url>
</ciManagement>
<distributionManagement>
<downloadUrl>https://maven.apache.org/download.html</downloadUrl>
diff --git a/pom.xml b/pom.xml
index bd2d46f..d5d89e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@ under the License.
</issueManagement>
<ciManagement>
<system>Jenkins</system>
- <url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/</url>
+ <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/</url>
</ciManagement>
<distributionManagement>
<downloadUrl>https://maven.apache.org/download.html</downloadUrl>