File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/apache/maven/plugins/deploy Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ under the License.
6969
7070 <properties >
7171 <javaVersion >17</javaVersion >
72- <mavenVersion >4.0.0-rc-3 </mavenVersion >
72+ <mavenVersion >4.0.0-rc-4 </mavenVersion >
7373
7474 <guiceVersion >6.0.0</guiceVersion >
7575 <mavenAntrunPluginVersion >${version.maven-antrun-plugin}</mavenAntrunPluginVersion >
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ public void execute() throws MojoException {
368368 ProducedArtifact deployable = session .createProducedArtifact (
369369 artifact .getGroupId (),
370370 artifact .getArtifactId (),
371- artifact .getVersion ().asString (),
371+ artifact .getVersion ().toString (),
372372 classifiers .substring (ci , nci ).trim (),
373373 extension ,
374374 type );
You can’t perform that action at this time.
0 commit comments