Skip to content

Commit c62ba1e

Browse files
committed
[MDEPLOY-207] Remove @deprecated marked code
o followup fixed the exception message. git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1791612 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4ab9964 commit c62ba1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ else if ( !ArtifactUtils.isSnapshot( project.getVersion() ) && altReleaseDeploym
239239
if ( !matcher.matches() )
240240
{
241241
throw new MojoFailureException( altDeploymentRepo, "Invalid syntax for repository.",
242-
"Invalid syntax for alternative repository. Use \"id::layout::url\"." );
242+
"Invalid syntax for alternative repository. Use \"id::url\"." );
243243
}
244244
else
245245
{

0 commit comments

Comments
 (0)