Skip to content

Commit e500688

Browse files
committed
HSEARCH-5400 Use new snapshot repository
1 parent ac2f69c commit e500688

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build/parents/build/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,20 @@
14661466
<!--
14671467
Enable the sonatype-oss Snapshots repository, for Hibernate ORM 6+ in particular.
14681468
-->
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>
14691483
<repository>
14701484
<id>sonatype-oss</id>
14711485
<name>Maven Central Snapshots</name>

0 commit comments

Comments
 (0)