Author: dennisl Date: Tue May 1 06:34:29 2007 New Revision: 534079 URL: http://svn.apache.org/viewvc?view=rev&rev=534079 Log: o Use the correct name in pom.xml, which means that it can also be removed from site.xml.
Modified: maven/plugins/trunk/maven-gpg-plugin/pom.xml maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml Modified: maven/plugins/trunk/maven-gpg-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/pom.xml?view=diff&rev=534079&r1=534078&r2=534079 ============================================================================== --- maven/plugins/trunk/maven-gpg-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-gpg-plugin/pom.xml Tue May 1 06:34:29 2007 @@ -8,7 +8,7 @@ <artifactId>maven-gpg-plugin</artifactId> <packaging>maven-plugin</packaging> <version>1.0-alpha-4-SNAPSHOT</version> - <name>maven-gpg-plugin Maven Mojo</name> + <name>Maven GPG Plugin</name> <prerequisites> <maven>2.0.5</maven> </prerequisites> Modified: maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml?view=diff&rev=534079&r1=534078&r2=534079 ============================================================================== --- maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml (original) +++ maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml Tue May 1 06:34:29 2007 @@ -18,7 +18,7 @@ under the License. --> -<project name="Maven GPG Plugin"> +<project> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/>