Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 40fdc0f

Browse files
author
a-brandt
committed
bugfix reconnect (issue #25)
1 parent 9ffc93f commit 40fdc0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To add the driver to your project with maven, add the following code to your pom
2727
<dependency>
2828
<groupId>com.arangodb</groupId>
2929
<artifactId>blueprints-arangodb-graph</artifactId>
30-
<version>1.0.14</version>
30+
<version>1.0.15</version>
3131
</dependency>
3232
....
3333
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>blueprints-arangodb-graph</artifactId>
7-
<version>1.0.15-SNAPSHOT</version>
7+
<version>1.0.15</version>
88
<packaging>jar</packaging>
99

1010
<name>Blueprints-ArangoDB-Graph</name>
@@ -190,7 +190,7 @@
190190

191191
<properties>
192192
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
193-
<arangodb-java-driver.version>2.6.10</arangodb-java-driver.version>
193+
<arangodb-java-driver.version>2.6.11</arangodb-java-driver.version>
194194
<blueprints.version>2.6.0</blueprints.version>
195195
<rexster.version>2.6.0</rexster.version>
196196
<junit.version>4.12</junit.version>

tests/travis/setup_arangodb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
cd $DIR
55

6-
VERSION=2.8.6
6+
VERSION=2.8.11
77
NAME=ArangoDB-$VERSION
88

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

0 commit comments

Comments
 (0)