Skip to content

Commit

Permalink
SNAPSHOT publish: fix repository in docs, opensciencemap#165
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Sep 12, 2016
1 parent bd8cdd5 commit 10060e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10060e4

Please sign in to comment.