You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/05/04 18:30:30 UTC

svn commit: r1592374 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: hboutemy
Date: Sun May  4 16:30:30 2014
New Revision: 1592374

URL: http://svn.apache.org/r1592374
Log:
remove the "3" from plugin name

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

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1592374&r1=1592373&r2=1592374&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Sun May  4 16:30:30 2014
@@ -33,7 +33,7 @@ under the License.
   <version>3.4-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Apache Maven Site Plugin 3</name>
+  <name>Apache Maven Site Plugin</name>
   <description>The Maven Site Plugin is a plugin that generates a site for the current project.</description>
 
   <contributors>