Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
a-brandt committed Apr 22, 2016
1 parent e026495 commit ae2195d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To add the driver to your project with maven, add the following code to your pom
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
<version>1.0.13</version>
<version>1.0.14</version>
</dependency>
....
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/travis/setup_arangodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR

VERSION=2.8.6
VERSION=2.8.7
NAME=ArangoDB-$VERSION

if [ ! -d "$DIR/$NAME" ]; then
Expand Down

0 comments on commit ae2195d

Please sign in to comment.