Skip to content

fix(java): correct version in README Maven dependency snippet#113

Open
0xAxiom wants to merge 1 commit into
coinbase:mainfrom
0xAxiom:fix/java-readme-version-mismatch
Open

fix(java): correct version in README Maven dependency snippet#113
0xAxiom wants to merge 1 commit into
coinbase:mainfrom
0xAxiom:fix/java-readme-version-mismatch

Conversation

@0xAxiom
Copy link
Copy Markdown

@0xAxiom 0xAxiom commented Apr 25, 2026

Summary

The Java README installation example referenced 0.1.0-SNAPSHOT but java/pom.xml is already at 1.0.0-SNAPSHOT. This one-line fix aligns the snippet with the actual artifact version so new users copy the correct dependency.

Change

- <version>0.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>

Fixes x402-foundation#2059 (reported by @Nihal4777)

AI-assisted contribution (OpenClaw / Claude). Single-line doc fix, verified against pom.xml.

@cb-heimdall
Copy link
Copy Markdown

cb-heimdall commented Apr 25, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

README.md showed 0.1.0-SNAPSHOT but pom.xml is already at 1.0.0-SNAPSHOT.
Aligns the installation example with the actual artifact version.

Fixes x402-foundation#2059
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

Incorrect version in Java library installation steps

2 participants