Skip to content

Commit 1371672

Browse files
author
Bence Erős
committed
removing jitpack references from README
1 parent ce47e6e commit 1371672

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,15 @@ a better choice, since it seems to be [twice faster](https://github.com/erosb/js
4343
Add the JitPack repository and the dependency to your `pom.xml` as follows:
4444

4545
```xml
46+
4647
<dependency>
47-
<groupId>com.github.everit-org.json-schema</groupId>
48-
<artifactId>org.everit.json.schema</artifactId>
49-
<version>1.14.0</version>
48+
<groupId>com.github.erosb</groupId>
49+
<artifactId>everit-json-schema</artifactId>
50+
<version>1.14.0</version>
5051
</dependency>
51-
...
52-
<repositories>
53-
<repository>
54-
<id>jitpack.io</id>
55-
<url>https://jitpack.io</url>
56-
</repository>
57-
</repositories>
5852
```
5953

60-
_Note_: from version `1.6.0`, the library is primarily distributed through JitPack. Previous versions are also available through maven central.
54+
_Note about older versions_: versions between `1.6.0` and `1.9.1` can only be found on [JitPack](https://jitpack.io/docs/) with `com.github.everit-org.json-schema:org.everit.json.schema` coordinates. Versions `1.0.0` ... `1.5.1` are available on Maven Central under `org.everit.json:org.everit.json.schema` coordinates.
6155

6256
### Java6/7 versions
6357

0 commit comments

Comments
 (0)