From ebb9105c15dc459707d6adb9105291470daa054e Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <niko@krismer.de> Date: Wed, 11 Dec 2013 15:39:07 +0100 Subject: [PATCH] update to newest neo4j version --- etc/vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/vagrant/bootstrap.sh b/etc/vagrant/bootstrap.sh index 377e5199..f25811dd 100644 --- a/etc/vagrant/bootstrap.sh +++ b/etc/vagrant/bootstrap.sh @@ -53,7 +53,7 @@ JAVA_FILE=jdk-$JAVA_VERSION-linux-x64.rpm MAVEN_VERSION=3.1.1 MAVEN_FILE=apache-maven-$MAVEN_VERSION-bin.zip NEO4J_DB_USER=neo4j -NEO4J_VERSION=1.9.5 +NEO4J_VERSION=2.0.0 NEO4J_FILE=neo4j-community-$NEO4J_VERSION-unix.tar.gz NEO4J_SERVICE_NAME=neo4j-service NEO4J_SPATIAL_VERSION=0.11-neo4j-1.9 -- GitLab