From aae77ffe33fc6a7102d6a5ea073756d8117d35ba Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Wed, 18 Feb 2026 09:05:44 -0800 Subject: [PATCH] MINOR: Fix broken maven badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b97df..dc6f552 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This project includes ORC specifications and the protobuf definition. `Apache ORC Format 1.0.0` is designed to be used for `Apache ORC 2.0+`. Releases: -* Maven Central: ![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.orc/orc/badge.svg) +* Maven Central: ![Maven Central](https://img.shields.io/maven-central/v/org.apache.orc/orc-format.svg) * Downloads: Apache ORC downloads * Release tags: Apache ORC Format releases * Plan: Apache ORC Format future release plan