DATAJPA-795 - Upgraded Hibernate 5 build profile to 5.0.1.

Upgraded build profiles for 4.2 and 4.3 to the latest bugfix releases as well.
This commit is contained in:
Oliver Gierke
2015-09-09 13:18:49 +02:00
parent 14dc23ebb8
commit 01a2648f2f

View File

@@ -43,25 +43,25 @@
<profile>
<id>hibernate-42</id>
<properties>
<hibernate>4.2.19.Final</hibernate>
<hibernate>4.2.20.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-43</id>
<properties>
<hibernate>4.3.9.Final</hibernate>
<hibernate>4.3.11.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-5</id>
<properties>
<hibernate>5.0.0.Final</hibernate>
<hibernate>5.0.1.Final</hibernate>
</properties>
</profile>
<profile>
<id>hibernate-5-next</id>
<properties>
<hibernate>5.0.1-SNAPSHOT</hibernate>
<hibernate>5.0.2-SNAPSHOT</hibernate>
</properties>
<repositories>
<repository>