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 a3f287d commit 8806525Copy full SHA for 8806525
1 file changed
pom.xml
@@ -208,7 +208,7 @@
208
<distributionManagement>
209
<snapshotRepository>
210
<id>central</id>
211
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
212
</snapshotRepository>
213
</distributionManagement>
214
@@ -457,6 +457,7 @@
457
<publishingServerId>central</publishingServerId>
458
<autoPublish>true</autoPublish>
459
<waitUntil>published</waitUntil>
460
+ <deploymentName>${project.artifactId}:${project.version}</deploymentName>
461
</configuration>
462
</plugin>
463
0 commit comments