8000 changed docu · anderick/arangodb-java-driver@9168974 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9168974

Browse files
author
Achim Brandt
committed
changed docu
1 parent ea622cd commit 9168974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ To add the driver to your project with maven, add the following code to your pom
2626
</dependencies>
2727
```
2828

29-
If you want to test with a snapshot version (e.g. 2.0-SNAPSHOT), add the snapshot repository to your pom.xml:
29+
If you want to test with a snapshot version (e.g. 2.0-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
3030

3131
```XML
3232
<repositories>
3333
<repository>
3434
<id>arangodb-snapshots</id>
35-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
35+
<url>https://oss.sonatype.org/content/groups/staging</url>
3636
</repository>
3737
</repositories>
3838
```

0 commit comments

Comments
 (0)
0