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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6ed82443e chore(readme): filter out alpha release from the latest 
maven central version badge
6ed82443e is described below

commit 6ed82443e7dbf634cb0ed923545f6d27bf9db36b
Author: lprimak <[email protected]>
AuthorDate: Sat Feb 28 02:28:31 2026 -0600

    chore(readme): filter out alpha release from the latest maven central 
version badge
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8ef4a29c9..1edf81634 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 [<img src="https://shiro.apache.org/images/apache-shiro-logo.png"; 
align="right" alt="Apache Shiro" />](https://shiro.apache.org)
 
-[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.shiro/shiro-core)](https://central.sonatype.com/artifact/org.apache.shiro/shiro-core/)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.shiro/shiro-core?filter=!*alpha*)](https://central.sonatype.com/artifact/org.apache.shiro/shiro-core/)
 [![Build 
Status](https://ci-builds.apache.org/buildStatus/icon?job=Shiro%2FShiro-all%2Fmain)](https://ci-builds.apache.org/job/Shiro/job/Shiro-all/job/main/)
 [![OpenSSF 
Scorecard](https://img.shields.io/ossf-scorecard/github.com/apache/shiro?style=plastic&label=openssf%20scorecard)](https://deps.dev/project/github/apache%2Fshiro)
 [![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/shiro/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/shiro/README.md)

Reply via email to