From b3c8c076939cf5e5245dfca000604b56bdfad478 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Norswap\" Laurent" Date: Fri, 12 Mar 2021 01:31:30 +0100 Subject: [PATCH] update install instruction to point at maven central and artifactory --- doc/INSTALL.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index f60e0ba..a00a1e0 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -1,11 +1,12 @@ # Install Autumn -The project's artifacts are hosted on [Bintray] and available from JCenter. +The project's artifacts are hosted on [Maven Central], and on a public [Artifactory repository]. -It's also possible to use [JitPack] as an alternative (detailed instructions not provided). +The only difference is that new releases will land on the artifactory repository a few hours +earlier. -[Bintray]: https://bintray.com/norswap/maven/autumn -[JitPack]: https://jitpack.io/#norswap/autumn +[Maven Central]: https://search.maven.org/artifact/com.norswap/autumn/ +[Artifactory repository]: https://norswap.jfrog.io/artifactory/maven/ **Setup:** If you are using IntelliJ IDEA, make sure to define the environment variable `AUTUMN_USE_CHAR_COLUMN` for more accurate hyperlinked file locations. The same applies if your @@ -29,7 +30,7 @@ repositories { dependencies { // ... - implementation("com.norswap:autumn:1.1.0") + implementation("com.norswap:autumn:1.2.0") } ``` @@ -43,7 +44,7 @@ repositories { dependencies { // ... - implementation 'com.norswap:autumn:1.1.0' + implementation 'com.norswap:autumn:1.2.0' } ``` @@ -66,7 +67,7 @@ In `pom.xml`: com.norswap autumn - 1.0.6 + 1.2.0