You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/07/03 12:50:10 UTC

svn commit: r1142412 - /maven/pom/trunk/maven/pom.xml

Author: bimargulies
Date: Sun Jul  3 10:50:09 2011
New Revision: 1142412

URL: http://svn.apache.org/viewvc?rev=1142412&view=rev
Log:
Fix time zone for me to include DST as per Herve's suggestion.

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1142412&r1=1142411&r2=1142412&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Jul  3 10:50:09 2011
@@ -394,7 +394,7 @@ under the License.
       <roles>
         <role>Committer</role>
       </roles>
-      <timezone>-5</timezone>
+      <timezone>America/Boston</timezone>
     </developer>
     <!--End Committers-->
     <developer>



Re: svn commit: r1142412 - /maven/pom/trunk/maven/pom.xml

Posted by Hervé BOUTEMY <he...@free.fr>.
Hi Benson,

Here are a few problems with actual config:
- you should add your apache id
- your entry should be sorted by id
- [WARNING] The time zone 'America/Boston' for the developer 'Benson 
Margulies' is not a recognised time zone

Notice: with actual pom documentation, you can check your entry with
mvn -f site-pom.xml site

Regards,

Hervé

Le dimanche 3 juillet 2011, bimargulies@apache.org a écrit :
> Author: bimargulies
> Date: Sun Jul  3 10:50:09 2011
> New Revision: 1142412
> 
> URL: http://svn.apache.org/viewvc?rev=1142412&view=rev
> Log:
> Fix time zone for me to include DST as per Herve's suggestion.
> 
> Modified:
>     maven/pom/trunk/maven/pom.xml
> 
> Modified: maven/pom/trunk/maven/pom.xml
> URL:
> http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1142412&r1=
> 1142411&r2=1142412&view=diff
> ==========================================================================
> ==== --- maven/pom/trunk/maven/pom.xml (original)
> +++ maven/pom/trunk/maven/pom.xml Sun Jul  3 10:50:09 2011
> @@ -394,7 +394,7 @@ under the License.
>        <roles>
>          <role>Committer</role>
>        </roles>
> -      <timezone>-5</timezone>
> +      <timezone>America/Boston</timezone>
>      </developer>
>      <!--End Committers-->
>      <developer>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org