Skip to content

Commit 78535b8

Browse files
committed
DATAJPA-978 - Upgraded Hibernate 5.2 build profile to 5.2.4.
1 parent 315da5e commit 78535b8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,23 @@
9292
<profile>
9393
<id>hibernate-52</id>
9494
<properties>
95-
<hibernate>5.2.0.Final</hibernate>
95+
<hibernate>5.2.4.Final</hibernate>
9696
<hibernate.artifact>hibernate-core</hibernate.artifact>
9797
</properties>
9898
</profile>
99+
<profile>
100+
<id>hibernate-52-next</id>
101+
<properties>
102+
<hibernate>5.2.5-SNAPSHOT</hibernate>
103+
<hibernate.artifact>hibernate-core</hibernate.artifact>
104+
</properties>
105+
<repositories>
106+
<repository>
107+
<id>jboss</id>
108+
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
109+
</repository>
110+
</repositories>
111+
</profile>
99112
<profile>
100113
<id>eclipselink-next</id>
101114
<properties>

0 commit comments

Comments
 (0)