Fixed ordering of g🅰️t:v in 'Unable to download artifact' message

and similar messages (was g🅰️v:t, and the rest of m2 uses g🅰️t:v).


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kenney Westerhof 2005-10-28 17:25:18 +00:00
parent 20ac7dcefc
commit 61d5fc6cf4
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class AbstractArtifactResolutionException
sb.append( message );
sb.append( LS );
sb.append( " " + groupId + ":" + artifactId + ":" + version + ":" + type );
sb.append( " " + groupId + ":" + artifactId + ":" + type + ":" + version );
sb.append( LS );
if ( remoteRepositories != null && !remoteRepositories.isEmpty() )
{