Skip to content

Commit d5d9332

Browse files
committed
Upgrade to Hibernate 7.1.0.Final.
Closes #3969
1 parent 4b083ea commit d5d9332

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

pom.xml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
3030
<antlr>4.13.2</antlr> <!-- align with Hibernate's parser -->
3131
<eclipselink>5.0.0-B09</eclipselink>
3232
<eclipselink-next>5.0.0-SNAPSHOT</eclipselink-next>
33-
<hibernate>7.1.0.CR2</hibernate>
34-
<hibernate-70-snapshots>7.0.7-SNAPSHOT</hibernate-70-snapshots>
35-
<hibernate-71-snapshots>7.1.0-SNAPSHOT</hibernate-71-snapshots>
33+
<hibernate>7.1.0.Final</hibernate>
34+
<hibernate-71-snapshots>7.1.1-SNAPSHOT</hibernate-71-snapshots>
3635
<hsqldb>2.7.4</hsqldb>
3736
<h2>2.3.232</h2>
3837
<jakarta-persistence-api>3.2.0</jakarta-persistence-api>
@@ -65,22 +64,6 @@
6564
</repository>
6665
</repositories>
6766
</profile>
68-
<profile>
69-
<id>hibernate-70-snapshots</id>
70-
<properties>
71-
<hibernate>${hibernate-70-snapshots}</hibernate>
72-
<jakarta-persistence-api>3.2.0</jakarta-persistence-api>
73-
</properties>
74-
<repositories>
75-
<repository>
76-
<id>sonatype-oss</id>
77-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
78-
<releases>
79-
<enabled>false</enabled>
80-
</releases>
81-
</repository>
82-
</repositories>
83-
</profile>
8467
<profile>
8568
<id>hibernate-71-snapshots</id>
8669
<properties>

0 commit comments

Comments
 (0)