DATAJPA-443 - Upgraded to Hibernate 4.2.8 and 4.3.0.

This commit is contained in:
Oliver Gierke
2014-01-12 19:19:47 +01:00
parent 516977f722
commit 3f4eecf97e

View File

@@ -43,13 +43,13 @@
<profile>
<id>hibernate-42</id>
<properties>
<hibernate>4.2.7.SP1</hibernate>
<hibernate>4.2.8.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-43</id>
<properties>
<hibernate>4.3.0.CR2</hibernate>
<hibernate>4.3.0.Final</hibernate>
</properties>
</profile>
</profiles>