From c6bc350d78e328f0082ea33bbd609a615a3ae64f Mon Sep 17 00:00:00 2001 From: Mark Angrish Date: Sat, 10 Dec 2016 12:38:02 +1100 Subject: [PATCH] DATAGRAPH-936 - Upgrade Neo4j OGM to 2.1.0. --- spring-data-neo4j/pom.xml | 2 +- src/main/asciidoc/reference/setup.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-data-neo4j/pom.xml b/spring-data-neo4j/pom.xml index 9eabc404f..f44a9393b 100644 --- a/spring-data-neo4j/pom.xml +++ b/spring-data-neo4j/pom.xml @@ -25,7 +25,7 @@ spring-data-neo4j - 2.1.0-RC1 + 2.1.0 ogm-http.properties diff --git a/src/main/asciidoc/reference/setup.adoc b/src/main/asciidoc/reference/setup.adoc index 9fe8b415d..df9745f86 100644 --- a/src/main/asciidoc/reference/setup.adoc +++ b/src/main/asciidoc/reference/setup.adoc @@ -313,7 +313,7 @@ To do that update the Spring Boot properties to use the current SDN version. Upd UTF-8 UTF-8 Ingalls-BUILD-SNAPSHOT - 2.1.0-RC1 + 2.1.0 ...