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 14:03:07 UTC

svn commit: r1157791 - /maven/pom/trunk/asf/site-pom.xml

Author: hboutemy
Date: Mon Aug 15 12:03:06 2011
New Revision: 1157791

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

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

Modified: maven/pom/trunk/asf/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/site-pom.xml?rev=1157791&r1=1157790&r2=1157791&view=diff
==============================================================================
--- maven/pom/trunk/asf/site-pom.xml (original)
+++ maven/pom/trunk/asf/site-pom.xml Mon Aug 15 12:03:06 2011
@@ -29,7 +29,7 @@ under the License.
     <relativePath>./pom.xml</relativePath>
   </parent>
 
-  <artifactId>asf-pom-site</artifactId>
+  <artifactId>apache.</artifactId>
   <packaging>pom</packaging>
 
   <name>Apache Software Foundation Parent POM</name>