DATAJPA-485 - Upgraded to Hibernate profiles to 4.3.4 and 4.2.10.

This commit is contained in:
Oliver Gierke
2014-03-04 11:22:52 +01:00
parent 8a1b4365a2
commit 55735fb27b

View File

@@ -43,13 +43,13 @@
<profile>
<id>hibernate-42</id>
<properties>
<hibernate>4.2.8.Final</hibernate>
<hibernate>4.2.10.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-43</id>
<properties>
<hibernate>4.3.1.Final</hibernate>
<hibernate>4.3.4.Final</hibernate>
</properties>
</profile>
</profiles>