Author: hboutemy
Date: Sat Jun 24 10:12:26 2017
New Revision: 1799749

URL: http://svn.apache.org/viewvc?rev=1799749&view=rev
Log:
s/Maven Repository Center/Maven Central Repository/ to avoid "Maven Repository" 
to implicitely mean "Central Repository"

Modified:
    maven/site/trunk/content/site.xml
    maven/site/trunk/content/xdoc/index.xml.vm
    maven/site/trunk/content/xdoc/repository/index.xml

Modified: maven/site/trunk/content/site.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/site.xml?rev=1799749&r1=1799748&r2=1799749&view=diff
==============================================================================
--- maven/site/trunk/content/site.xml (original)
+++ maven/site/trunk/content/site.xml Sat Jun 24 10:12:26 2017
@@ -84,7 +84,7 @@ under the License.
         <item name="Mojo API" href="/developers/mojo-api-specification.html" />
         <item name="Maven API" href="/ref/current/index.html"/>
       </item>
-      <item name="Maven Repository Centre" href="/repository/index.html" 
collapse="true">
+      <item name="Maven Central Repository" href="/repository/index.html" 
collapse="true">
       </item>
       <item name="Maven Developer Centre" href="/developers/index.html"/>
       <item name="Books and Resources" href="/articles.html" />

Modified: maven/site/trunk/content/xdoc/index.xml.vm
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/index.xml.vm?rev=1799749&r1=1799748&r2=1799749&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/index.xml.vm (original)
+++ maven/site/trunk/content/xdoc/index.xml.vm Sat Jun 24 10:12:26 2017
@@ -68,17 +68,17 @@ under the License.
       <tr>
         <th style="white-space:nowrap; font-weight: bold; font-size: 
1.25em">Extend</th>
         <th style="white-space:nowrap; font-weight: bold; font-size: 
1.25em"><a href="plugin-developers/index.html">Write Maven Plugins</a></th>
-        <th style="white-space:nowrap; font-weight: bold; font-size: 
1.25em"><a href="repository/index.html">Improve the Maven Repository</a></th>
+        <th style="white-space:nowrap; font-weight: bold; font-size: 
1.25em"><a href="repository/index.html">Improve the Maven Central 
Repository</a></th>
       </tr>
       <tr>
         <td></td>
         <td>
-            Information for those who may or may not be using Maven, but want 
to provide a plugin for shared
+            Information for those who want to provide a Maven plugin for shared
             functionality or to accompany their own product or toolset
         </td>
         <td>
-            Information for those who may or may not use, but are interested 
in getting project metadata into the
-            repository
+            Information for those who may or may not use Maven, but are 
interested in getting project metadata into the
+            <a href="repository/index.html">central repository</a>
         </td>
       </tr>
       <tr>

Modified: maven/site/trunk/content/xdoc/repository/index.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/repository/index.xml?rev=1799749&r1=1799748&r2=1799749&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/repository/index.xml (original)
+++ maven/site/trunk/content/xdoc/repository/index.xml Sat Jun 24 10:12:26 2017
@@ -22,23 +22,23 @@
 <document>
 
   <properties>
-    <title>Repository Centre</title>
+    <title>Maven Central Repository</title>
     <author email="brett_AT_apache_DOT_org">Brett Porter</author>
     <author email="hboutemy_AT_apache_DOT_org">Hervé Boutemy</author>
   </properties>
 
   <body>
 
-    <section name="Maven Repository Centre">
+    <section name="Maven Central Repository">
 
-      <p>This documentation centre is for those that need to use or contribute 
to the Maven repository. This includes those
+      <p>This documentation is for those that need to use or contribute to the 
Maven central repository. This includes those
     that need dependencies for their own build or projects that wish to have
-    their releases added to the Maven repository.</p>
+    their releases added to the Maven central repository, even if they don't 
use Maven as their build tool.</p>
 
       <ul>
         <li><a href="../project-faq.html">Maintaining your Metadata</a> - 
Information for third-party projects</li>
         <li><a 
href="../guides/mini/guide-central-repository-upload.html">Guide to uploading 
artifacts</a> - How to
-        get things uploaded to the repository</li>
+        get things uploaded to the central repository</li>
       </ul>
 
 <!-- TODO: more documents to link to here. Use the navigation cues (how to 
upload, how to mirror, etc). -->


Reply via email to