File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <antlr >4.13.2</antlr > <!-- align with Hibernate's parser -->
3131 <eclipselink >5.0.0-B07</eclipselink >
3232 <eclipselink-next >5.0.0-SNAPSHOT</eclipselink-next >
33- <hibernate >7.0.0.CR2</hibernate >
34- <hibernate-70-snapshots >7.0.0-SNAPSHOT</hibernate-70-snapshots >
33+ <hibernate >7.0.0.Final</hibernate >
34+ <hibernate-70-snapshots >7.0.1-SNAPSHOT</hibernate-70-snapshots >
35+ <hibernate-71-snapshots >7.1.0-SNAPSHOT</hibernate-71-snapshots >
3536 <hsqldb >2.7.4</hsqldb >
3637 <h2 >2.3.232</h2 >
3738 <jakarta-persistence-api >3.2.0</jakarta-persistence-api >
8889 </repository >
8990 </repositories >
9091 </profile >
92+ <profile >
93+ <id >hibernate-71-snapshots</id >
94+ <properties >
95+ <hibernate >${hibernate-71-snapshots}</hibernate >
96+ <jakarta-persistence-api >3.2.0</jakarta-persistence-api >
97+ </properties >
98+ <repositories >
99+ <repository >
100+ <id >sonatype-oss</id >
101+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
102+ <releases >
103+ <enabled >false</enabled >
104+ </releases >
105+ </repository >
106+ </repositories >
107+ </profile >
91108 <profile >
92109 <id >all-dbs</id >
93110 <build >
You can’t perform that action at this time.
0 commit comments