Author: aheritier
Date: Mon Jul 17 13:24:22 2006
New Revision: 422837

URL: http://svn.apache.org/viewvc?rev=422837&view=rev
Log:
Update / Set projects names

Modified:
    maven/maven-1/plugins/trunk/plugins-common/project.xml
    maven/maven-1/plugins/trunk/plugins-parent/project.xml
    maven/maven-1/plugins/trunk/plugins-site/project.xml

Modified: maven/maven-1/plugins/trunk/plugins-common/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugins-common/project.xml?rev=422837&r1=422836&r2=422837&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-common/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugins-common/project.xml Mon Jul 17 13:24:22 
2006
@@ -22,6 +22,7 @@
 
   <groupId>maven</groupId>
   <artifactId>plugins-common</artifactId>
+  <name>Maven Plugins Common Project</name>
   <currentVersion>1.0</currentVersion>
 
   <organization>

Modified: maven/maven-1/plugins/trunk/plugins-parent/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugins-parent/project.xml?rev=422837&r1=422836&r2=422837&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-parent/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugins-parent/project.xml Mon Jul 17 13:24:22 
2006
@@ -21,8 +21,9 @@
   <pomVersion>3</pomVersion>
   <extend>../plugins-common/project.xml</extend>
 
-  <id>plugins-parent</id>
-  <name>Maven Plugins</name>
+  <groupId>maven</groupId>
+  <artifactId>plugins-parent</artifactId>
+  <name>Maven Plugins Parent Project</name>
 
   
<url>http://maven.apache.org/maven-1.x/plugins/${pom.artifactId.substring(6,pom.artifactId.length()-7)}/</url>
   
<issueTrackingUrl>http://jira.codehaus.org/browse/MP${pom.artifactId.substring(6,pom.artifactId.length()-7).toUpperCase()}</issueTrackingUrl>

Modified: maven/maven-1/plugins/trunk/plugins-site/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugins-site/project.xml?rev=422837&r1=422836&r2=422837&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-site/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugins-site/project.xml Mon Jul 17 13:24:22 
2006
@@ -21,8 +21,9 @@
   <pomVersion>3</pomVersion>
   <extend>../plugins-common/project.xml</extend>
   
-  <id>plugins-site-master</id>
-  <name>Maven Plugins</name>
+  <groupId>maven</groupId>
+  <artifactId>plugins-site-master</artifactId>
+  <name>Maven Plugins Root Site Project</name>
 
   <url>http://maven.apache.org/maven-1.x/plugins/bundled/</url>
   
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10030</issueTrackingUrl>


Reply via email to