Skip to content

Commit 00f7ae8

Browse files
committed
bumpversion
1 parent 271ce8b commit 00f7ae8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ An implementation of the [Apache TinkerPop OLTP Provider](https://tinkerpop.apac
88

99
This Provider supports:
1010
* Apache TinkerPop 3.3
11-
* ArangoDB 3.3 (via ArangoDB Java Driver 5.0.0).
11+
* ArangoDB 3.3+ (via ArangoDB Java Driver 5.0.0).
1212

1313
## ArangoDB
1414

@@ -24,7 +24,7 @@ To add the provider to your project via maven you need to add the following depe
2424
<dependency>
2525
<groupId>org.arangodb</groupId>
2626
<artifactId>arangodb-tinkerpop-provider</artifactId>
27-
<version>2.0.0</version>
27+
<version>2.0.1</version>
2828
</dependency>
2929
....
3030
</dependencies>
@@ -53,8 +53,6 @@ builder.graph("modern")
5353

5454
// create a ArangoDB graph
5555
BaseConfiguration conf = builder.build();
56-
// The Graph.GRAPH ("gremlin.graph") configuration must point to the Graph implementation class
57-
conf.addProperty(Graph.GRAPH, ArangoDBGraph.class.getName());
5856
Graph graph = GraphFactory.open(conf);
5957
GraphTraversalSource gts = new GraphTraversalSource(graph);
6058

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.arangodb</groupId>
88
<artifactId>arangodb-tinkerpop-provider</artifactId>
9-
<version>2.0.0</version>
9+
<version>2.0.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>ArangoDB-TinkerPop-Provider</name>

0 commit comments

Comments
 (0)