Skip to content

Commit b7b33fa

Browse files
committed
updated README.md
1 parent 8252de2 commit b7b33fa

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
![ArangoDB-Logo](https://docs.arangodb.com/assets/arangodb_logo_2016_inverted.png)
2-
31
# ArangoDB VelocyPack Java
42

53
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.arangodb/velocypack/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.arangodb/velocypack)
@@ -15,22 +13,11 @@ To add the dependency to your project with maven, add the following code to your
1513
<dependency>
1614
<groupId>com.arangodb</groupId>
1715
<artifactId>velocypack</artifactId>
18-
<version>1.0.13</version>
16+
<version>x.y.z</version>
1917
</dependency>
2018
</dependencies>
2119
```
2220

23-
If you want to test with a snapshot version (e.g. 1.0.0-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
24-
25-
```XML
26-
<repositories>
27-
<repository>
28-
<id>arangodb-snapshots</id>
29-
<url>https://oss.sonatype.org/content/groups/staging</url>
30-
</repository>
31-
</repositories>
32-
```
33-
3421
## Compile
3522

3623
```

0 commit comments

Comments
 (0)