Skip to content

Commit

Permalink
Update README.md with correct BOM version (#490)
Browse files Browse the repository at this point in the history
* Update README.md with correct BOM version

* update xrpl4j-bom readme

---------

Co-authored-by: nkramer44 <[email protected]>
  • Loading branch information
sappenin and nkramer44 authored Oct 11, 2023
1 parent b3b548b commit 7f40733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ current [BOM](https://howtodoinjava.com/maven/maven-bom-bill-of-materials-depend
<dependency>
<groupId>org.xrpl</groupId>
<artifactId>xrpl4j-bom</artifactId>
<version>3.0.1</version>
<version>3.2.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions xrpl4j-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ POM file. For example:
<dependency>
<groupId>org.xrpl.xrpl4j</groupId>
<artifactId>xrpl4j-bom</artifactId>
<version>3.0.0</version>
<version>3.2.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -31,7 +31,7 @@ POM file. For example:

With this in place, whenever you want to add a `<dependency/>` you won't need to worry about specifying the version.
Instead, version numbers are controlled by the BOM you import, as in the example above, which will use only
version `3.0.0` of all xrpl-4j dependencies.
version `3.2.1` of all xrpl-4j dependencies.

For more information on how BOM files work, consult this [tutorial](https://www.baeldung.com/spring-maven-bom) or others
on Google.

0 comments on commit 7f40733

Please sign in to comment.