Skip to content

Commit a3f6537

Browse files
committed
DATAJPA-859 - Added build profiles for Hibernate 5.1 and next snapshots.
1 parent f99180b commit a3f6537

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
@@ -55,13 +55,31 @@
5555
<profile>
5656
<id>hibernate-5</id>
5757
<properties>
58-
<hibernate>5.0.5.Final</hibernate>
58+
<hibernate>5.0.7.Final</hibernate>
5959
</properties>
6060
</profile>
6161
<profile>
6262
<id>hibernate-5-next</id>
6363
<properties>
64-
<hibernate>5.0.5-SNAPSHOT</hibernate>
64+
<hibernate>5.0.8-SNAPSHOT</hibernate>
65+
</properties>
66+
<repositories>
67+
<repository>
68+
<id>jboss</id>
69+
<url>https://repository.jboss.org/nexus/content/repositories/public</url>
70+
</repository>
71+
</repositories>
72+
</profile>
73+
<profile>
74+
<id>hibernate-51</id>
75+
<properties>
76+
<hibernate>5.1.0.Final</hibernate>
77+
</properties>
78+
</profile>
79+
<profile>
80+
<id>hibernate-51-next</id>
81+
<properties>
82+
<hibernate>5.1.1-SNAPSHOT</hibernate>
6583
</properties>
6684
<repositories>
6785
<repository>

0 commit comments

Comments
 (0)