You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/05/31 22:38:57 UTC

svn commit: r543246 - /maven/plugins/trunk/maven-one-plugin/pom.xml

Author: dennisl
Date: Thu May 31 13:38:52 2007
New Revision: 543246

URL: http://svn.apache.org/viewvc?view=rev&rev=543246
Log:
o Sync the name with the artifactId.

Modified:
    maven/plugins/trunk/maven-one-plugin/pom.xml

Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?view=diff&rev=543246&r1=543245&r2=543246
==============================================================================
--- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-one-plugin/pom.xml Thu May 31 13:38:52 2007
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-one-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <name>Maven 1.x Plugin</name>
+  <name>Maven One Plugin</name>
   <version>1.1-SNAPSHOT</version>
   <prerequisites>
     <maven>2.0</maven>