#252 - Upgraded to Spring Boot 1.5 snapshots (and thus Ingalls).

Let JPA examples work with latest Hibernate (5.2.7).
This commit is contained in:
Oliver Gierke
2017-01-27 12:29:41 +01:00
parent c523b8d468
commit 4cf37f3527
6 changed files with 3 additions and 24 deletions

View File

@@ -6,11 +6,6 @@
<artifactId>spring-data-neo4j-example</artifactId>
<name>Spring Data Neo4j - Example</name>
<properties>
<neo4j-ogm.version>2.1.0</neo4j-ogm.version>
<spring-data-releasetrain.version>Ingalls-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>
<parent>
<groupId>org.springframework.data.examples</groupId>
<artifactId>spring-data-neo4j-examples</artifactId>
@@ -33,4 +28,4 @@
</dependencies>
</project>
</project>