Author: dennisl
Date: Sun Jul 21 23:06:27 2013
New Revision: 1505501

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

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1505501&r1=1505500&r2=1505501&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sun Jul 21 23:06:27 2013
@@ -33,7 +33,7 @@ under the License.
   <version>2.5-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Maven Assembly Plugin</name>
+  <name>Apache Maven Assembly Plugin</name>
   <description>A Maven plugin to create archives of your project's sources, 
classes, dependencies etc. from flexible assembly descriptors.</description>
 
   <prerequisites>

Copied: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt.vm 
(from r1505399, 
maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt)
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt.vm?p2=maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt.vm&p1=maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt&r1=1505399&r2=1505501&rev=1505501&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/site/apt/index.apt.vm Sun Jul 
21 23:06:27 2013
@@ -4,7 +4,7 @@
   John Casey
   Edwin Punzalan
   ---
-  2012-10-27
+  2013-07-22
   ---
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -27,7 +27,7 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Maven Assembly Plugin
+${project.name}
 
 * Introduction
 

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

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

Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/site.xml?rev=1505501&r1=1505500&r2=1505501&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/site/site.xml Sun Jul 21 
23:06:27 2013
@@ -21,8 +21,7 @@ under the License.
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Maven Assembly plugin">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
   <body>
     <menu name="Reference">
       <item name="Features" href="./features.html"/>


Reply via email to