File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2929 <properties >
3030 <antlr >4.10.1</antlr > <!-- align with Hibernate's parser -->
3131 <eclipselink >3.0.3</eclipselink >
32+ <eclipselink-next >4.0.2</eclipselink-next >
3233 <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 >
3336 <hsqldb >2.7.1</hsqldb >
3437 <h2 >2.2.220</h2 >
3538 <jsqlparser >4.5</jsqlparser >
5558 <profile >
5659 <id >hibernate-63</id >
5760 <properties >
58- <hibernate >6.3.0.Final </hibernate >
61+ <hibernate >${hibernate-next} </hibernate >
5962 </properties >
6063 </profile >
6164 <profile >
6265 <id >hibernate-63-next</id >
6366 <properties >
64- <hibernate >6.3.1-SNAPSHOT </hibernate >
67+ <hibernate >${hibernate-next-snapshots} </hibernate >
6568 </properties >
6669 <repositories >
6770 <repository >
113116 <profile >
114117 <id >eclipselink-next</id >
115118 <properties >
116- <eclipselink >4.0.2 </eclipselink >
119+ <eclipselink >${eclipselink-next} </eclipselink >
117120 </properties >
118121 </profile >
119122 </profiles >
You can’t perform that action at this time.
0 commit comments