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/01 15:34:30 UTC

svn commit: r534079 - in /maven/plugins/trunk/maven-gpg-plugin: pom.xml src/site/site.xml

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"/>