Skip to content

Commit aabb170

Browse files
committed
[bugfix] Include the version in the name of the deployment created on Maven Central Staging Portal
1 parent 9118e60 commit aabb170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elemental-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@
629629
<artifactId>central-publishing-maven-plugin</artifactId>
630630
<configuration>
631631
<publishingServerId>central</publishingServerId>
632-
<deploymentName>${project.artifactId}</deploymentName>
632+
<deploymentName>${project.artifactId}-${project.version}</deploymentName>
633633
<failOnBuildFailure>true</failOnBuildFailure>
634634
<waitUntil>validated</waitUntil>
635635
</configuration>

0 commit comments

Comments
 (0)