Skip to content

Commit 1a7311d

Browse files
authored
Update README.md
1 parent e958e8b commit 1a7311d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ JSON Schema $Ref Parser for the JVM
77
[![branches coverage](https://raw.githubusercontent.com/ZenWave360/json-schema-ref-parser-jvm/badges/branches.svg)](https://github.com/ZenWave360/json-schema-ref-parser-jvm/actions/workflows/build.yml)
88
[![GitHub](https://img.shields.io/github/license/ZenWave360/json-schema-ref-parser-jvm)](https://github.com/ZenWave360/json-schema-ref-parser-jvm/blob/main/LICENSE)
99

10+
> **Note**: Starting with version 0.9.0, the Maven `groupId` has changed to `io.zenwave360`. The code remains fully compatible.
1011
1112
Parse, Resolve, and Dereference JSON Schema $ref pointers
1213

@@ -120,7 +121,7 @@ Installation:
120121
--------------------------
121122
```xml
122123
<dependency>
123-
<groupId>io.github.zenwave360</groupId>
124+
<groupId>io.zenwave360</groupId>
124125
<artifactId>json-schema-ref-parser-jvm</artifactId>
125126
<version>${json-schema-ref-parser-jvm.version}</version>
126127
</dependency>

0 commit comments

Comments
 (0)