From fd68d34f7289e85bb8fb0b4ea88e841989fb6b21 Mon Sep 17 00:00:00 2001 From: Luanne Misquitta Date: Sun, 27 Nov 2016 08:19:38 +0400 Subject: [PATCH] DATAGRAPH-930 - Upgrade Neo4j OGM to 2.1.0.RC1. --- 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 5934fede8..9eabc404f 100644 --- a/spring-data-neo4j/pom.xml +++ b/spring-data-neo4j/pom.xml @@ -25,7 +25,7 @@ spring-data-neo4j - 2.1.0-SNAPSHOT + 2.1.0-RC1 ogm-http.properties diff --git a/src/main/asciidoc/reference/setup.adoc b/src/main/asciidoc/reference/setup.adoc index 313cfdc7b..9fe8b415d 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-SNAPSHOT + 2.1.0-RC1 ...