Skip to content

Commit 481d981

Browse files
committed
Remove '/repository/maven-snapshots' in snapshot repository (pom)
1 parent b02213f commit 481d981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
<snapshotRepository>
520520
<uniqueVersion>true</uniqueVersion>
521521
<id>${central.serverId}</id>
522-
<url>${central.sonatype.url}/repository/maven-snapshots/</url>
522+
<url>${central.sonatype.url}</url>
523523
<layout>default</layout>
524524
</snapshotRepository>
525525
<repository>

0 commit comments

Comments
 (0)