Skip to content

Commit 2bbc3ea

Browse files
committed
add deployment name for central
1 parent 1cfa5fc commit 2bbc3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,9 @@
363363
<version>0.8.0</version>
364364
<extensions>true</extensions>
365365
<configuration>
366+
<deploymentName>${project.artifactId} ${project.version}</deploymentName>
366367
<!-- Same id as in the deployment workflow -->
367368
<publishingServerId>central</publishingServerId>
368-
<centralSnapshotsUrl>https://s01.oss.sonatype.org/content/repositories/snapshots/</centralSnapshotsUrl>
369369
<waitUntil>published</waitUntil>
370370
<autoPublish>true</autoPublish>
371371
</configuration>

0 commit comments

Comments
 (0)