Skip to content

Commit

Permalink
Updated to neo4j 3.1.0, Neo4j-Java-Driver 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Dec 19, 2016
1 parent f36afe3 commit 5c854ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>A template project for building a Neo4j Procedure</description>

<properties>
<neo4j.version>3.1.0-BETA1</neo4j.version>
<neo4j.version>3.1.0</neo4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -42,7 +42,7 @@
<!-- Used to send cypher statements to our procedure. -->
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver</artifactId>
<version>1.1.0-M05</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 5c854ee

Please sign in to comment.