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 0bc144184a
commit 76c0aaa699

View File

@@ -41,13 +41,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>