We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315da5e commit 78535b8Copy full SHA for 78535b8
pom.xml
@@ -92,10 +92,23 @@
92
<profile>
93
<id>hibernate-52</id>
94
<properties>
95
- <hibernate>5.2.0.Final</hibernate>
+ <hibernate>5.2.4.Final</hibernate>
96
<hibernate.artifact>hibernate-core</hibernate.artifact>
97
</properties>
98
</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>
112
113
<id>eclipselink-next</id>
114
0 commit comments