We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2f69c commit e500688Copy full SHA for e500688
build/parents/build/pom.xml
@@ -1466,6 +1466,20 @@
1466
<!--
1467
Enable the sonatype-oss Snapshots repository, for Hibernate ORM 6+ in particular.
1468
-->
1469
+ <repository>
1470
+ <id>central-snapshots</id>
1471
+ <name>Maven Central Snapshots</name>
1472
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
1473
+ <layout>default</layout>
1474
+ <releases>
1475
+ <enabled>false</enabled>
1476
+ <updatePolicy>never</updatePolicy>
1477
+ </releases>
1478
+ <snapshots>
1479
+ <enabled>true</enabled>
1480
+ <updatePolicy>always</updatePolicy>
1481
+ </snapshots>
1482
+ </repository>
1483
<repository>
1484
<id>sonatype-oss</id>
1485
<name>Maven Central Snapshots</name>
0 commit comments