Skip to content

Commit 8806525

Browse files
committed
ci: fix snapshot deployment URL and add deployment name
1 parent a3f287d commit 8806525

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<distributionManagement>
209209
<snapshotRepository>
210210
<id>central</id>
211-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
211+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
212212
</snapshotRepository>
213213
</distributionManagement>
214214

@@ -457,6 +457,7 @@
457457
<publishingServerId>central</publishingServerId>
458458
<autoPublish>true</autoPublish>
459459
<waitUntil>published</waitUntil>
460+
<deploymentName>${project.artifactId}:${project.version}</deploymentName>
460461
</configuration>
461462
</plugin>
462463

0 commit comments

Comments
 (0)