Skip to content

Commit df51f27

Browse files
committed
DATAJPA-859 - Added build profiles for Hibernate 5.1 and next snapshots.
1 parent 75f2942 commit df51f27

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

pom.xml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,31 @@
5454
<profile>
5555
<id>hibernate-5</id>
5656
<properties>
57-
<hibernate>5.0.5.Final</hibernate>
57+
<hibernate>5.0.7.Final</hibernate>
5858
</properties>
5959
</profile>
6060
<profile>
6161
<id>hibernate-5-next</id>
6262
<properties>
63-
<hibernate>5.0.5-SNAPSHOT</hibernate>
63+
<hibernate>5.0.8-SNAPSHOT</hibernate>
64+
</properties>
65+
<repositories>
66+
<repository>
67+
<id>jboss</id>
68+
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
69+
</repository>
70+
</repositories>
71+
</profile>
72+
<profile>
73+
<id>hibernate-51</id>
74+
<properties>
75+
<hibernate>5.1.0.Final</hibernate>
76+
</properties>
77+
</profile>
78+
<profile>
79+
<id>hibernate-51-next</id>
80+
<properties>
81+
<hibernate>5.1.1-SNAPSHOT</hibernate>
6482
</properties>
6583
<repositories>
6684
<repository>

0 commit comments

Comments
 (0)