Skip to content

Commit cf17a15

Browse files
committed
Move to Java 11 and update Gradle version
* Removed Travis badge from README (to be replaced with GH Actions badge)
1 parent 6ae9b97 commit cf17a15

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![License LGPLv3][LGPLv3 badge]][LGPLv3]
22
[![License ASL 2.0][ASL 2.0 badge]][ASL 2.0]
3-
[![Build Status][Travis badge]][Travis]
43
[![Maven Central][Maven Central badge]][Maven]
54

65
## Read me first
@@ -39,17 +38,18 @@ With Gradle:
3938

4039
```groovy
4140
dependencies {
42-
compile(group: "com.github.java-json-tools", name: "json-patch", version: "yourVersionHere");
41+
compile(group: "com.gravity9", name: "java-json-tools", version: "yourVersionHere");
4342
}
4443
```
4544

4645
With Maven:
4746

4847
```xml
48+
4949
<dependency>
50-
<groupId>com.github.java-json-tools</groupId>
51-
<artifactId>json-patch</artifactId>
52-
<version>yourVersionHere</version>
50+
<groupId>com.gravity9</groupId>
51+
<artifactId>java-json-tools</artifactId>
52+
<version>yourVersionHere</version>
5353
</dependency>
5454
```
5555

@@ -436,7 +436,5 @@ Before:
436436
[LGPLv3]: http://www.gnu.org/licenses/lgpl-3.0.html
437437
[ASL 2.0 badge]: https://img.shields.io/:license-Apache%202.0-blue.svg
438438
[ASL 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
439-
[Travis Badge]: https://travis-ci.com/java-json-tools/json-patch.svg?branch=master
440-
[Travis]: https://travis-ci.com/java-json-tools/json-patch
441439
[Maven Central badge]: https://img.shields.io/maven-central/v/com.github.java-json-tools/json-patch.svg
442440
[Maven]: https://search.maven.org/artifact/com.github.java-json-tools/json-patch

0 commit comments

Comments
 (0)