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 4c48c2b commit 26b0d54Copy full SHA for 26b0d54
src/main/java/org/apache/maven/plugins/deploy/DeployFileMojo.java
@@ -368,7 +368,7 @@ public void execute() throws MojoException {
368
ProducedArtifact deployable = session.createProducedArtifact(
369
artifact.getGroupId(),
370
artifact.getArtifactId(),
371
- artifact.getVersion().asString(),
+ artifact.getVersion().toString(),
372
classifiers.substring(ci, nci).trim(),
373
extension,
374
type);
0 commit comments