Skip to content

Commit 0bece6c

Browse files
authored
Merge pull request #41 from evolvedbinary/6.x.x/bugfix/maven-release-name-version
[6.x.x] Include the version in the name of the deployment created on Maven Central Staging Portal
2 parents 5ac1079 + aabb170 commit 0bece6c

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
@@ -628,7 +628,7 @@
628628
<artifactId>central-publishing-maven-plugin</artifactId>
629629
<configuration>
630630
<publishingServerId>central</publishingServerId>
631-
<deploymentName>${project.artifactId}</deploymentName>
631+
<deploymentName>${project.artifactId}-${project.version}</deploymentName>
632632
<failOnBuildFailure>true</failOnBuildFailure>
633633
<waitUntil>validated</waitUntil>
634634
</configuration>

0 commit comments

Comments
 (0)