Skip to content

Commit 8672a80

Browse files
committed
Add version number to deployment name
1 parent b111324 commit 8672a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
<extensions>true</extensions>
656656
<configuration>
657657
<publishingServerId>central</publishingServerId>
658-
<deploymentName>${project.artifactId}</deploymentName>
658+
<deploymentName>${project.artifactId}-${project.version}</deploymentName>
659659
<failOnBuildFailure>true</failOnBuildFailure>
660660
<waitUntil>validated</waitUntil>
661661
</configuration>

0 commit comments

Comments
 (0)