[MNG-2318] Fixing parent id() method to match format from model id method, so relative-path POMs can be validated for correct info.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@672839 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2008-06-30 17:51:21 +00:00
parent 9514380003
commit 116105ef35
1 changed files with 1 additions and 0 deletions

View File

@ -1946,6 +1946,7 @@
id.append( ":" );
id.append( getArtifactId() );
id.append( ":" );
id.append( "pom" );
// id.append( getPackaging() );
id.append( ":" );
id.append( getVersion() );