From cf17a153d5b59044eea7cb18f31a092bdf2e1f10 Mon Sep 17 00:00:00 2001 From: "bartlomiej.styczynski" Date: Tue, 27 Jun 2023 12:39:02 +0200 Subject: [PATCH] Move to Java 11 and update Gradle version * Removed Travis badge from README (to be replaced with GH Actions badge) --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 580309ad..138b716b 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 + - com.github.java-json-tools - json-patch - yourVersionHere + com.gravity9 + java-json-tools + yourVersionHere ``` @@ -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