Skip to content

Commit 7ddb1b9

Browse files
committed
Polishing.
Adopt to changed Hibernate snapshots location. See #4114
1 parent e748498 commit 7ddb1b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<eclipselink-next>4.0.8-SNAPSHOT</eclipselink-next>
3333
<hibernate>6.6.38.Final</hibernate>
3434
<hibernate-62>6.2.38.Final</hibernate-62>
35-
<hibernate-66-snapshots>6.6.38-SNAPSHOT</hibernate-66-snapshots>
35+
<hibernate-66-snapshots>6.6.39-SNAPSHOT</hibernate-66-snapshots>
3636
<hibernate-70>7.0.10.Final</hibernate-70>
3737
<hibernate-70-snapshots>7.0.0-SNAPSHOT</hibernate-70-snapshots>
3838
<hsqldb>2.7.4</hsqldb>
@@ -70,8 +70,8 @@
7070
</properties>
7171
<repositories>
7272
<repository>
73-
<id>sonatype-oss</id>
74-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
73+
<id>sonatype-central</id>
74+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
7575
<releases>
7676
<enabled>false</enabled>
7777
</releases>
@@ -87,8 +87,8 @@
8787
</properties>
8888
<repositories>
8989
<repository>
90-
<id>sonatype-oss</id>
91-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
90+
<id>sonatype-central</id>
91+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
9292
<releases>
9393
<enabled>false</enabled>
9494
</releases>
@@ -103,8 +103,8 @@
103103
</properties>
104104
<repositories>
105105
<repository>
106-
<id>sonatype-oss</id>
107-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
106+
<id>sonatype-central</id>
107+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
108108
<releases>
109109
<enabled>false</enabled>
110110
</releases>

0 commit comments

Comments
 (0)