Skip to content

Commit 936bb31

Browse files
Upgrade to Hibernate 7.0 Final.
Closes: #3896
1 parent c35e30e commit 936bb31

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

pom.xml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
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>
@@ -88,6 +89,22 @@
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>

0 commit comments

Comments
 (0)