You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2019/01/15 17:17:08 UTC

svn commit: r1851402 - in /maven/website/content: maven-site-1.0-site.jar pom.html

Author: svn-site-role
Date: Tue Jan 15 17:17:08 2019
New Revision: 1851402

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/maven-site-1.0-site.jar
    maven/website/content/pom.html

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.

Modified: maven/website/content/pom.html
==============================================================================
--- maven/website/content/pom.html (original)
+++ maven/website/content/pom.html Tue Jan 15 17:17:08 2019
@@ -1128,7 +1128,7 @@ Display parameters as parsed by Maven (i
   ...
 &lt;/project&gt;</pre></div>
 <ul>
-<li><b>id</b>, <b>name</b>, <b>email</b>: These corrospond to the developer's ID (presumably some unique ID across an organization), the developer's name and email address.</li>
+<li><b>id</b>, <b>name</b>, <b>email</b>: These correspond to the developer's ID (presumably some unique ID across an organization), the developer's name and email address.</li>
 <li><b>organization</b>, <b>organizationUrl</b>: As you probably guessed, these are the developer's organization name and it's URL, respectively.</li>
 <li><b>roles</b>: A <tt>role</tt> should specify the standard actions that the person is responsible for. Like a single person can wear many hats, a single person can take on multiple <tt>roles</tt>.</li>
 <li><b>timezone</b>: A valid time zone ID like <tt>America/New_York</tt> or <tt>Europe/Berlin</tt>, or a numerical offset in hours (and fraction) from UTC where the developer lives, e.g., <tt>-5</tt> or <tt>+1</tt>. Time zone IDs are highly preferred because they are not affected by DST and time zone shifts. Refer to the <a class="externalLink" href="https://www.iana.org/time-zones">IANA</a> for the official time zone database and a listing in <a class="externalLink" href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones">Wikipedia</a>.</li>