Skip to content

Commit 0e80cdd

Browse files
authored
Merge pull request #25 from evolvedbinary/7.x.x/bugfix/maven-release-name-version
[7.x.x] Include the version in the name of the deployment created on Maven Central Staging Portal
2 parents fee97c4 + b30de3c commit 0e80cdd

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

0 commit comments

Comments
 (0)