Author: dennisl
Date: Sun Jul 21 23:35:00 2013
New Revision: 1505518

URL: http://svn.apache.org/r1505518
Log:
Follow ASF branding rules.

Added:
    maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm   
(contents, props changed)
      - copied, changed from r1505399, 
maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt
Removed:
    maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt
Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml
    maven/plugins/trunk/maven-dependency-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1505518&r1=1505517&r2=1505518&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Sun Jul 21 23:35:00 2013
@@ -33,7 +33,7 @@ under the License.
   <version>2.9-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Maven Dependency Plugin</name>
+  <name>Apache Maven Dependency Plugin</name>
   <description>Provides utility goals to work with dependencies like copying, 
unpacking, analyzing, resolving and many more.</description>
 
   <prerequisites>

Copied: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm 
(from r1505399, 
maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt)
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm?p2=maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm&p1=maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt&r1=1505399&r2=1505518&rev=1505518&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt 
(original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm Sun 
Jul 21 23:35:00 2013
@@ -21,10 +21,10 @@
   Allan Ramirez
   Brian Fox
   ------
-  2009-04-08
+  2013-07-22
   ------
 
-Maven Dependency Plugin
+${project.name}
 
   The dependency plugin provides the capability to manipulate artifacts. It
   can copy and/or unpack artifacts from local or remote repositories to a

Propchange: 
maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-dependency-plugin/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:keywords = Author Date Id HeadURL Revision

Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/site.xml?rev=1505518&r1=1505517&r2=1505518&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/site.xml Sun Jul 21 
23:35:00 2013
@@ -21,8 +21,7 @@ under the License.
 
 <project xmlns="http://maven.apache.org/DECORATION/1.3.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 
http://maven.apache.org/xsd/decoration-1.3.0.xsd";
-  name="Maven Dependency plugin">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 
http://maven.apache.org/xsd/decoration-1.3.0.xsd";>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>


Reply via email to