Skip to content

Commit 7782e51

Browse files
authored
Update README.md
1 parent 0f5660f commit 7782e51

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
[![License LGPLv3][LGPLv3 badge]][LGPLv3]
22
[![License ASL 2.0][ASL 2.0 badge]][ASL 2.0]
33
[![Build Status][Travis badge]][Travis]
4-
![Maven Central](https://img.shields.io/maven-central/v/com.github.fge/json-schema-validator.svg)
5-
6-
## Travis builds now enabled
7-
8-
Builds are now verified by Travis (see [issue #20](https://github.com/java-json-tools/json-patch/issues/20) from the json-patch project for details)
9-
10-
https://travis-ci.org/java-json-tools/json-schema-validator
4+
![Maven Central](https://img.shields.io/maven-central/v/com.github.java-json-tools/json-schema-validator.svg)
115

126
## Read me first
137

@@ -16,7 +10,7 @@ The **current** version of this project is licensed under both [LGPLv3] (or late
1610

1711
**Version 2.2 is out**. See [here](https://github.com/java-json-tools/json-schema-validator/wiki/Whatsnew_22)
1812
for the list of changes compared to 2.0. And of course, it still has [all the
19-
features](https://github.com/daveclayton/json-schema-validator/wiki/Features) of older versions.
13+
features](https://github.com/java-json-tools/json-schema-validator/wiki/Features) of older versions.
2014

2115
## What this is
2216

@@ -63,21 +57,22 @@ Gradle:
6357

6458
```groovy
6559
dependencies {
66-
compile(group: "com.github.fge", name: "json-schema-validator", version: "yourVersionHere");
60+
compile(group: "com.github.java-json-tools", name: "json-schema-validator", version: "2.2.8");
6761
}
6862
```
6963

7064
Maven:
7165

7266
```xml
7367
<dependency>
74-
<groupId>com.github.fge</groupId>
68+
<groupId>com.github.java-json-tools</groupId>
7569
<artifactId>json-schema-validator</artifactId>
76-
<version>your-version-here</version>
70+
<version>2.2.8</version>
7771
</dependency>
7872
```
7973

8074
### "Full" jar; command line
75+
OUTDATED: Let me know if you need this in the issues section.
8176

8277
This jar contains the library plus all its dependencies. Download the **lib** jar (a little more
8378
than 6 MiB) from [Bintray](https://bintray.com/fge/maven/json-schema-validator/view).
@@ -114,5 +109,5 @@ details.
114109
[LGPLv3]: http://www.gnu.org/licenses/lgpl-3.0.html
115110
[ASL 2.0 badge]: https://img.shields.io/:license-Apache%202.0-blue.svg
116111
[ASL 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
117-
[Travis Badge]: https://api.travis-ci.org/daveclayton/json-schema-validator.svg?branch=master
118-
[Travis]: https://travis-ci.org/daveclayton/json-schema-validator
112+
[Travis Badge]: https://api.travis-ci.org/java-json-tools/json-schema-validator.svg?branch=master
113+
[Travis]: https://travis-ci.org/java-json-tools/json-schema-validator

0 commit comments

Comments
 (0)