From 1a1c6b7d6b2fe2b7c6fa04ac8297e44b86d0ef8c Mon Sep 17 00:00:00 2001 From: Andrew Oberstar Date: Mon, 8 Feb 2021 23:11:33 -0600 Subject: [PATCH] Readme updates for Bintray fallout --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 099b0baf..348d857e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,28 @@ # grgit -[![Download](https://api.bintray.com/packages/ajoberstar/maven/grgit/images/download.svg)](https://bintray.com/ajoberstar/maven/grgit/_latestVersion) ![Build](https://github.com/ajoberstar/grgit/workflows/Build/badge.svg) +## Project News + +### Retirement of Bintray/JCenter + +This project was previously uploaded to JCenter, which is being retired by JFrog on May 1st 2021. + +To allow continued acess to past versions, I've made a Maven repo available in [bintray-backup](https://github.com/ajoberstar/bintray-backup). Add the following to your repositories to use it. + +```groovy +maven { + name = 'ajoberstar-backup' + url = 'https://ajoberstar.github.io/bintray-backup/' +} +``` + +Made possible by [lacasseio/bintray-helper](https://github.com/lacasseio/bintray-helper) in case you have a similar need to pull your old Bintray artifacts. + +### Maintenance + +I'm not spending much time on this project anymore. If you're interested in taking over maintenance, please open an issue. + ## Why do you care? [JGit](https://eclipse.org/jgit/) provides a powerful Java API for interacting with Git repositories. However,