Skip to content

Commit b30de3c

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

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
@@ -615,7 +615,7 @@
615615
<artifactId>central-publishing-maven-plugin</artifactId>
616616
<configuration>
617617
<publishingServerId>central</publishingServerId>
618-
<deploymentName>${project.artifactId}</deploymentName>
618+
<deploymentName>${project.artifactId}-${project.version}</deploymentName>
619619
<failOnBuildFailure>true</failOnBuildFailure>
620620
<waitUntil>validated</waitUntil>
621621
</configuration>

0 commit comments

Comments
 (0)