From 10060e4001e125c2afe21b52130d74962f11c895 Mon Sep 17 00:00:00 2001 From: Emux Date: Mon, 12 Sep 2016 19:53:01 +0300 Subject: [PATCH] SNAPSHOT publish: fix repository in docs, #165 --- docs/Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Integration.md b/docs/Integration.md index da58529d3..ee2b2dea4 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -57,7 +57,7 @@ The dependencies for Maven are declared in a similar way. For example: We publish regularly SNAPSHOT builds to Sonatype OSS Repository Hosting. To use `master-SNAPSHOT` version add as repository, e.g. in Gradle: ```groovy -maven { url "https://oss.sonatype.org/content/groups/public/" } +maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } ``` ## JitPack