fix(java): correct version in README Maven dependency snippet#113
Open
0xAxiom wants to merge 1 commit into
Open
fix(java): correct version in README Maven dependency snippet#1130xAxiom wants to merge 1 commit into
0xAxiom wants to merge 1 commit into
Conversation
🟡 Heimdall Review Status
|
e093127 to
59b0d67
Compare
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
59b0d67 to
c38afeb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Java README installation example referenced
0.1.0-SNAPSHOTbutjava/pom.xmlis already at1.0.0-SNAPSHOT. This one-line fix aligns the snippet with the actual artifact version so new users copy the correct dependency.Change
Fixes x402-foundation#2059 (reported by @Nihal4777)