Skip to content

docs: fix README version badge to use dynamic Maven Central badge#42

Open
omghante wants to merge 1 commit into
PhonePe:mainfrom
omghante:docs/40-fix-readme-version-badge
Open

docs: fix README version badge to use dynamic Maven Central badge#42
omghante wants to merge 1 commit into
PhonePe:mainfrom
omghante:docs/40-fix-readme-version-badge

Conversation

@omghante

Copy link
Copy Markdown

Description

Replace the hardcoded v2.2.1 static badge with a dynamic shields.io badge that auto-fetches the latest version from Maven Central. This eliminates the need to manually update the badge on every release.

Related Issue

Fixes #40

Changes Made

  • Replaced static Maven Central badge (v2.2.1) with dynamic shields.io/maven-central badge
  • Updated badge link to point to Sonatype Central artifact page

How to Test

  1. Verify the badge on the README renders the current version (2.2.3)

Checklist

  • I have read the CONTRIBUTING.md guide
  • Code follows the project's style guidelines
  • Tests added for new functionality (if applicable) — N/A, docs only
  • All tests pass (mvn clean verify)
  • Documentation updated (if applicable)

- Replace hardcoded v2.2.1 static badge with dynamic shields.io badge
- Badge now auto-fetches latest version from Maven Central
- Link updated to point to Sonatype Central artifact page

Fixes PhonePe#40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix README version badge (v2.2.1 → v2.2.3)

1 participant