File tree 1 file changed +19
-2
lines changed
1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 30
30
<antlr >4.13.2</antlr > <!-- align with Hibernate's parser -->
31
31
<eclipselink >5.0.0-B07</eclipselink >
32
32
<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 >
35
36
<hsqldb >2.7.4</hsqldb >
36
37
<h2 >2.3.232</h2 >
37
38
<jakarta-persistence-api >3.2.0</jakarta-persistence-api >
88
89
</repository >
89
90
</repositories >
90
91
</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 >
91
108
<profile >
92
109
<id >all-dbs</id >
93
110
<build >
You can’t perform that action at this time.
0 commit comments