We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6580fd7 commit 7cdf53fCopy full SHA for 7cdf53f
pom.xml
@@ -30,9 +30,8 @@
30
<antlr>4.10.1</antlr> <!-- align with Hibernate's parser -->
31
<eclipselink>3.0.3</eclipselink>
32
<eclipselink-next>4.0.2</eclipselink-next>
33
- <hibernate>6.2.4.Final</hibernate>
34
- <hibernate-next>6.3.0.Final</hibernate-next>
35
- <hibernate-next-snapshots>6.3.1-SNAPSHOT</hibernate-next-snapshots>
+ <hibernate>6.3.1.Final</hibernate>
+ <hibernate-next-snapshots>6.3.2-SNAPSHOT</hibernate-next-snapshots>
36
<hsqldb>2.7.1</hsqldb>
37
<h2>2.2.220</h2>
38
<jsqlparser>4.5</jsqlparser>
@@ -55,12 +54,6 @@
55
54
56
57
<profiles>
58
- <profile>
59
- <id>hibernate-63</id>
60
- <properties>
61
- <hibernate>${hibernate-next}</hibernate>
62
- </properties>
63
- </profile>
64
<profile>
65
<id>hibernate-63-next</id>
66
<properties>
0 commit comments