Skip to content

Commit 802bdfc

Browse files
Merge pull request #35 from gravity9-tech/update-readme-group-and-artifact-ids
Update README with correct groupId and artifactId (including historical)
2 parents 59903e1 + 9f9d3e5 commit 802bdfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ maintain and extend it as the original library is no longer supported.
2020
This is an implementation of [RFC 6902 (JSON Patch)](http://tools.ietf.org/html/rfc6902) and [RFC
2121
7386 (JSON
2222
Merge Patch)](http://tools.ietf.org/html/rfc7386) written in Java,
23-
which uses [Jackson](https://github.com/FasterXML/jackson-databind) (2.2.x) at its core.
23+
which uses [Jackson](https://github.com/FasterXML/jackson-databind) (2.x) at its core.
2424

2525
Its features are:
2626

@@ -45,15 +45,15 @@ dependencies {
4545
With Maven:
4646

4747
```xml
48-
4948
<dependency>
5049
<groupId>com.gravity9</groupId>
5150
<artifactId>java-json-tools</artifactId>
5251
<version>yourVersionHere</version>
5352
</dependency>
5453
```
5554

56-
Versions before 1.10 are available at `groupId` `com.github.fge`.
55+
Versions before 1.10 are available at `groupId` `com.github.fge` and `artifactId` `json-patch`.
56+
Versions 1.10 to 1.13 are available at `groupId` `com.github.java-json-tools` and `artifactId` `json-patch`.
5757

5858
## JSON "diff" factorization
5959

0 commit comments

Comments
 (0)