Skip to content

Commit 6303245

Browse files
use plexusDistMgmtSnapshotsUrl property
1 parent c0809a6 commit 6303245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ limitations under the License.
318318
</repository>
319319
<snapshotRepository>
320320
<id>sonatype-central-portal</id>
321-
<url>https://central.sonatype.com/repository/maven-snapshots</url>
321+
<url>${plexusDistMgmtSnapshotsUrl}</url>
322322
</snapshotRepository>
323323
<!-- site distribution management must be override in child projects -->
324324
<site>
@@ -338,7 +338,7 @@ limitations under the License.
338338
<maven.compiler.proc>none</maven.compiler.proc>
339339
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
340340
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
341-
<plexusDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl>
341+
<plexusDistMgmtSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots</plexusDistMgmtSnapshotsUrl>
342342
<project.build.outputTimestamp>2025-05-23T18:11:49Z</project.build.outputTimestamp>
343343
<gpg.useagent>true</gpg.useagent>
344344
<spotless-maven-plugin.version>2.44.4</spotless-maven-plugin.version>

0 commit comments

Comments
 (0)