evenisse 2005/04/04 05:41:44
Modified: maven-plugins/maven-plugin-plugin pom.xml
Log:
Fix name
Revision Changes Path
1.13 +1 -1
maven-components/maven-plugins/maven-plugin-plugin/pom.xml
Index: pom.xml
===================================================================
RCS file:
/home/cvs/maven-components/maven-plugins/maven-plugin-plugin/pom.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pom.xml 1 Apr 2005 16:03:42 -0000 1.12
+++ pom.xml 4 Apr 2005 12:41:44 -0000 1.13
@@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-plugin-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <name>Maven</name>
+ <name>Maven PLUGIN Plugin</name>
<version>1.0-SNAPSHOT</version>
<inceptionYear>2001</inceptionYear>
<dependencies>