Skip to content

Commit ed735b4

Browse files
committed
[ci] publish-release: set a descriptive deployment name
Follow-up on #69
1 parent c177b4a commit ed735b4

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
@@ -279,7 +279,7 @@
279279
<publishingServerId>central</publishingServerId>
280280
<autoPublish>true</autoPublish>
281281
<waitUntil>published</waitUntil>
282-
<deploymentName>${project.artifactId}</deploymentName>
282+
<deploymentName>PMD Build-Tools ${project.version}</deploymentName>
283283
<waitMaxTime>${central-publishing.waitMaxTime}</waitMaxTime>
284284
</configuration>
285285
</plugin>

0 commit comments

Comments
 (0)