Skip to content

Commit

Permalink
Move to Java 11 and update Gradle version
Browse files Browse the repository at this point in the history
    * Removed Travis badge from README (to be replaced with GH Actions badge)
  • Loading branch information
BartekGravity committed Jun 27, 2023
1 parent 6ae9b97 commit cf17a15
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![License LGPLv3][LGPLv3 badge]][LGPLv3]
[![License ASL 2.0][ASL 2.0 badge]][ASL 2.0]
[![Build Status][Travis badge]][Travis]
[![Maven Central][Maven Central badge]][Maven]

## Read me first
Expand Down Expand Up @@ -39,17 +38,18 @@ With Gradle:

```groovy
dependencies {
compile(group: "com.github.java-json-tools", name: "json-patch", version: "yourVersionHere");
compile(group: "com.gravity9", name: "java-json-tools", version: "yourVersionHere");
}
```

With Maven:

```xml

<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-patch</artifactId>
<version>yourVersionHere</version>
<groupId>com.gravity9</groupId>
<artifactId>java-json-tools</artifactId>
<version>yourVersionHere</version>
</dependency>
```

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

0 comments on commit cf17a15

Please sign in to comment.