You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/08/15 21:20:37 UTC

svn commit: r1157955 - /maven/pom/trunk/maven/site-pom.xml

Author: hboutemy
Date: Mon Aug 15 19:20:37 2011
New Revision: 1157955

URL: http://svn.apache.org/viewvc?rev=1157955&view=rev
Log:
define an artifactId as near as possible from parent artifactId "maven-parent" to give a good Project Summary report

Modified:
    maven/pom/trunk/maven/site-pom.xml

Modified: maven/pom/trunk/maven/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/site-pom.xml?rev=1157955&r1=1157954&r2=1157955&view=diff
==============================================================================
--- maven/pom/trunk/maven/site-pom.xml (original)
+++ maven/pom/trunk/maven/site-pom.xml Mon Aug 15 19:20:37 2011
@@ -29,7 +29,7 @@ under the License.
     <relativePath>./pom.xml</relativePath>
   </parent>
 
-  <artifactId>maven-parent-site</artifactId>
+  <artifactId>maven-parent.</artifactId>
   <packaging>pom</packaging>
 
   <name>Apache Maven Parent POM</name>