Skip to content

Commit dc2d3c0

Browse files
Appending the project version to the maven central deployment name. Thought I could use the project name to create a customized filter URL to simplify the link in the instructions, but that doesn't appear to work as desired. This qualifier should make it easier to identify the desired project contents much easier among multiple deployments.
1 parent f7eb257 commit dc2d3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
<version>0.9.0</version>
432432
<extensions>true</extensions>
433433
<configuration>
434-
<deploymentName>${project.name}</deploymentName>
434+
<deploymentName>${project.name}-${project.version}</deploymentName>
435435
<publishingServerId>central</publishingServerId>
436436
</configuration>
437437
</plugin>

0 commit comments

Comments
 (0)