This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 25bcc6d88 MINOR: Fix broken maven badge image
25bcc6d88 is described below
commit 25bcc6d883ae2f1ad6d3e7592a3bcca7464b5323
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Feb 5 02:26:50 2026 -0800
MINOR: Fix broken maven badge image
### What changes were proposed in this pull request?
This PR aims to fix the broken maven badge image.
### Why are the changes needed?
**BEFORE**
<img width="339" height="158" alt="Screenshot 2026-02-05 at 01 21 31"
src="https://github.com/user-attachments/assets/b124cbaf-b92f-4301-8a81-717e491bda5f"
/>
**AFTER**
<img width="325" height="156" alt="Screenshot 2026-02-05 at 01 20 43"
src="https://github.com/user-attachments/assets/4574d8f7-9537-4944-ae01-12f9135c78ee"
/>
### How was this patch tested?
Check in the PR branch.
- https://github.com/dongjoon-hyun/orc/tree/MINOR_FIX_IMAGE
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3 Pro (High)` on `Antigravity`
Closes #2509 from dongjoon-hyun/MINOR_FIX_IMAGE.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2520e213b..3e018e712 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ This project includes both a Java library and a C++ library
for reading and writ
Releases:
* Latest: [Apache ORC releases](https://orc.apache.org/releases)
-* Maven Central: [](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22)
+* Maven Central: [](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22)
* Downloads: [Apache ORC downloads](https://orc.apache.org/downloads)
* Release tags: [Apache ORC release
tags](https://github.com/apache/orc/releases)
* Plan: [Apache ORC future release
plan](https://github.com/apache/orc/milestones)