We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9118e60 commit aabb170Copy full SHA for aabb170
elemental-parent/pom.xml
@@ -629,7 +629,7 @@
629
<artifactId>central-publishing-maven-plugin</artifactId>
630
<configuration>
631
<publishingServerId>central</publishingServerId>
632
- <deploymentName>${project.artifactId}</deploymentName>
+ <deploymentName>${project.artifactId}-${project.version}</deploymentName>
633
<failOnBuildFailure>true</failOnBuildFailure>
634
<waitUntil>validated</waitUntil>
635
</configuration>
0 commit comments