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

caicancai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/main by this push:
     new d9c9697f39 [CALCITE-7460] Broken Maven Central and CI Status badges in 
README
d9c9697f39 is described below

commit d9c9697f39a8e594921fae0428760d4bd64d08e7
Author: Cancai Cai <[email protected]>
AuthorDate: Fri Apr 3 11:38:01 2026 +0800

    [CALCITE-7460] Broken Maven Central and CI Status badges in README
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index af6a60e2da..adccca475b 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@
 {% endcomment %}
 -->
 
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.calcite/calcite-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.calcite/calcite-core)
-[![CI 
Status](https://github.com/apache/calcite/workflows/CI/badge.svg?branch=main)](https://github.com/apache/calcite/actions?query=branch%3Amain)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.calcite/calcite-core.svg)](https://central.sonatype.com/artifact/org.apache.calcite/calcite-core)
+[![CI 
Status](https://github.com/apache/calcite/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/apache/calcite/actions?query=branch%3Amain)
 
 # Apache Calcite
 

Reply via email to