From 8ceda729fd1b9435867fd36cac9c77ff28ac5863 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 7 Feb 2020 14:47:18 +0100 Subject: [PATCH] added documentation for the maven --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd9202a8..d41147b9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ To add this project as a dependency (for using the [API](https://github.com/Ellp ``` repositories { maven { - url = "https://maven.chaosfield.at" + url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1' } } @@ -14,4 +14,4 @@ dependencies { compile "de.ellpeck.naturesaura:NaturesAura:VERSION" } ``` -Replace VERSION with the version you want to use. You can find a list of versions by going to the [maven artifact](https://maven.chaosfield.at/de/ellpeck/naturesaura/NaturesAura/). \ No newline at end of file +Replace VERSION with the version you want to use. You can find a list of versions by going to the [maven artifact](https://dev.azure.com/Ellpeck/NaturesAura/_packaging). \ No newline at end of file diff --git a/build.gradle b/build.gradle index 8ec34002..a9be0a66 100644 --- a/build.gradle +++ b/build.gradle @@ -145,7 +145,7 @@ publishing { } repositories { maven { - url 'https://pkgs.dev.azure.com/Ellpeck/_packaging/Ellpeck/maven/v1' + url 'https://pkgs.dev.azure.com/Ellpeck/NaturesAura/_packaging/NaturesAura/maven/v1' credentials { username "Azure DevOps Services" password System.getenv('ACCESS_TOKEN')