Skip to content
Snippets Groups Projects
Commit 12e6412a authored by User expired's avatar User expired
Browse files

updating neo4j to latest version

parent c6ce93fd
No related branches found
No related tags found
No related merge requests found
Pipeline #
Upcoming version: Upcoming version:
----------------- -----------------
- updating neo4j to latest version (Nikolaus Krismer)
- fixed open task (downloading without error checking for spatialite DB (Nikolaus Krismer) - fixed open task (downloading without error checking for spatialite DB (Nikolaus Krismer)
- fixed invalid file name (Nikolaus Krismer) - fixed invalid file name (Nikolaus Krismer)
- fixing problem where mineT functionswere not added to DB (Nikolaus Krismer) - fixing problem where mineT functionswere not added to DB (Nikolaus Krismer)
......
...@@ -97,7 +97,7 @@ MAVEN_VERSION="3.3.9" ...@@ -97,7 +97,7 @@ MAVEN_VERSION="3.3.9"
MAVEN_FILE="apache-maven-$MAVEN_VERSION-bin.zip" MAVEN_FILE="apache-maven-$MAVEN_VERSION-bin.zip"
MAVEN_DOWNLOAD_URL="http://www.eu.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/$MAVEN_FILE" MAVEN_DOWNLOAD_URL="http://www.eu.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/$MAVEN_FILE"
NEO4J_DB_USER="neo4j" NEO4J_DB_USER="neo4j"
NEO4J_VERSION="3.0.3" NEO4J_VERSION="3.0.4"
NEO4J_FILE="neo4j-community-$NEO4J_VERSION-unix.tar.gz" NEO4J_FILE="neo4j-community-$NEO4J_VERSION-unix.tar.gz"
NEO4J_DOWNLOAD_URL="http://neo4j.com/artifact.php?name=$NEO4J_FILE" NEO4J_DOWNLOAD_URL="http://neo4j.com/artifact.php?name=$NEO4J_FILE"
NEO4J_SERVICE_NAME="neo4j" NEO4J_SERVICE_NAME="neo4j"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment