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

Skip to content

Commit ea622cd

Browse files
author
Achim Brandt
committed
docu update
1 parent c4e9b26 commit ea622cd

File tree

2 files changed

+31
-15
lines changed

2 files changed

+31
-15
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,29 @@ Support version: ArangoDB-2.2.x
1515

1616
To add the driver to your project with maven, add the following code to your pom.xml:
1717

18-
```XML
19-
<repositories>
20-
<repository>
21-
<id>arangodb-java-driver</id>
22-
<name>maven repository on GitHub</name>
23-
<url>https://raw.github.com/triAGENS/arangodb-java-driver/mvn-repo</url>
24-
<layout>default</layout>
25-
</repository>
26-
</repositories>
27-
```
28-
2918
```XML
3019
<dependencies>
3120
<dependency>
32-
<groupId>at.orz</groupId>
33-
<artifactId>arangodb-java-driver-2.0-standalone</artifactId>
34-
<version>2.0</version>
21+
<groupId>com.arangodb</groupId>
22+
<artifactId>arangodb-java-driver</artifactId>
23+
<version>[2.0,2.1]</version>
3524
</dependency>
25+
....
3626
</dependencies>
3727
```
3828

29+
If you want to test with a snapshot version (e.g. 2.0-SNAPSHOT), add the snapshot repository to your pom.xml:
30+
31+
```XML
32+
<repositories>
33+
<repository>
34+
<id>arangodb-snapshots</id>
35+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
36+
</repository>
37+
</repositories>
38+
```
39+
40+
3941
## Driver Setup
4042

4143
Setup with default configuration:

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,20 @@
2626
<name>tamtam180</name>
2727
<url>http://mt.orz.at/</url>
2828
</developer>
29+
<developer>
30+
<id>gschwab</id>
31+
<name>gschwab</name>
32+
<url>https://github.com/gschwab</url>
33+
</developer>
34+
<developer>
35+
<id>scottashton</id>
36+
<name>scottashton</name>
37+
<url>https://github.com/scottashton</url>
38+
</developer>
2939
<developer>
3040
<id>a-brandt</id>
3141
<name>a-brandt</name>
32-
<url>https://www.arangodb.com/</url>
42+
<url>https://github.com/a-brandt</url>
3343
</developer>
3444
</developers>
3545

@@ -237,4 +247,8 @@
237247
<developerConnection>scm:git:git://github.com/arangodb/arangodb-java-driver.git</developerConnection>
238248
</scm>
239249

250+
<organization>
251+
<name>ArangoDB GmbH</name>
252+
<url>https://www.arangodb.com</url>
253+
</organization>
240254
</project>

0 commit comments

Comments
 (0)
0