File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 29
29
<properties >
30
30
<antlr >4.10.1</antlr > <!-- align with Hibernate's parser -->
31
31
<eclipselink >3.0.3</eclipselink >
32
+ <eclipselink-next >4.0.2</eclipselink-next >
32
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 >
33
36
<hsqldb >2.7.1</hsqldb >
34
37
<h2 >2.2.220</h2 >
35
38
<jsqlparser >4.5</jsqlparser >
55
58
<profile >
56
59
<id >hibernate-63</id >
57
60
<properties >
58
- <hibernate >6.3.0.Final </hibernate >
61
+ <hibernate >${hibernate-next} </hibernate >
59
62
</properties >
60
63
</profile >
61
64
<profile >
62
65
<id >hibernate-63-next</id >
63
66
<properties >
64
- <hibernate >6.3.1-SNAPSHOT </hibernate >
67
+ <hibernate >${hibernate-next-snapshots} </hibernate >
65
68
</properties >
66
69
<repositories >
67
70
<repository >
113
116
<profile >
114
117
<id >eclipselink-next</id >
115
118
<properties >
116
- <eclipselink >4.0.2 </eclipselink >
119
+ <eclipselink >${eclipselink-next} </eclipselink >
117
120
</properties >
118
121
</profile >
119
122
</profiles >
You can’t perform that action at this time.
0 commit comments