This is an automated email from the ASF dual-hosted git repository.

sjaranowski 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 315d9e5006 Fix build badges in README
315d9e5006 is described below

commit 315d9e50067cb2a625504d2ad5219323e4ea5855
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jan 25 18:07:13 2026 +0100

    Fix build badges in README
    
    old badges stop working ...
---
 README.md | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 022bf567e0..131931bf92 100644
--- a/README.md
+++ b/README.md
@@ -19,12 +19,21 @@ Apache Maven
 
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/maven/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/maven/README.md)
-- [master](https://github.com/apache/maven) = 4.1.x: [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/org.apache.maven/apache-maven)
-[![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master.svg?)][build]
-[![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master.svg?)][test-results]
-- [4.0.x](https://github.com/apache/maven/tree/maven-4.0.x): [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central&versionPrefix=4.0)](https://central.sonatype.com/artifact/org.apache.maven/apache-maven)
-- [3.9.x](https://github.com/apache/maven/tree/maven-3.9.x): [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central&versionPrefix=3.)](https://central.sonatype.com/artifact/org.apache.maven/apache-maven)
 
+- [master](https://github.com/apache/maven) = 4.1.x
+[![Jenkins 
Build](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-maven.apache.org%2Fjob%2FMaven%2Fjob%2Fmaven-box%2Fjob%2Fmaven%2Fjob%2Fmaster%2F)
+  ][build]
+[![Java 
CI](https://github.com/apache/maven/actions/workflows/maven.yml/badge.svg?branch=master)][gh-build]
+
+- [4.0.x](https://github.com/apache/maven/tree/maven-4.0.x): 
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central&versionPrefix=4.0)](https://central.sonatype.com/artifact/org.apache.maven/apache-maven)
+[![Jenkins 
Build](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-maven.apache.org%2Fjob%2FMaven%2Fjob%2Fmaven-box%2Fjob%2Fmaven%2Fjob%2Fmaven-4.0.x%2F)][build-4.0]
+[![Java 
CI](https://github.com/apache/maven/actions/workflows/maven.yml/badge.svg?branch=maven-4.0.x)][gh-build-4.0]
+
+- [3.9.x](https://github.com/apache/maven/tree/maven-3.9.x): 
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central&versionPrefix=3.)](https://central.sonatype.com/artifact/org.apache.maven/apache-maven)
+![Jenkins 
Build](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-maven.apache.org%2Fjob%2FMaven%2Fjob%2Fmaven-box%2Fjob%2Fmaven%2Fjob%2Fmaven-3.9.x%2F)
+[![Java 
CI](https://github.com/apache/maven/actions/workflows/maven.yml/badge.svg?branch=maven-3.9.x)][gh-build-3.9]
 
 Apache Maven is a software project management and comprehension tool. Based on
 the concept of a project object model (POM), Maven can manage a project's
@@ -77,9 +86,11 @@ If you want to bootstrap Maven, you'll need:
 [home]: https://maven.apache.org/
 [license]: https://www.apache.org/licenses/LICENSE-2.0
 [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?
+[build-4.0]: 
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-4.0.x/
+[build-3.9]: 
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/maven-3.9.x/
+[gh-build]: 
https://github.com/apache/maven/actions/workflows/maven.yml?query=branch%3Amaster
+[gh-build-4.0]: 
https://github.com/apache/maven/actions/workflows/maven.yml?query=branch%3Amaven-4.0.x
+[gh-build-3.9]: 
https://github.com/apache/maven/actions/workflows/maven.yml?query=branch%3Amaven-3.9.x
 [maven-home]: https://maven.apache.org/
 [maven-download]: https://maven.apache.org/download.cgi
 [users-list]: https://maven.apache.org/mailing-lists.html

Reply via email to