#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

@@ -10,9 +10,6 @@
<artifactId>spring-data-jpa-java8</artifactId>
<name>Spring Data JPA - Java 8 specific features</name>
<properties>
<spring-data-releasetrain.version>Ingalls-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>
</project>