You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/02/13 18:19:11 UTC

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

Author: hboutemy
Date: Sun Feb 13 17:19:11 2011
New Revision: 1070265

URL: http://svn.apache.org/viewvc?rev=1070265&view=rev
Log:
use timezone id instead of numeric value now that it is supported by MPIR

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=1070265&r1=1070264&r2=1070265&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Feb 13 17:19:11 2011
@@ -143,7 +143,7 @@ under the License.
       <roles>
         <role>PMC Member</role>
       </roles>
-      <timezone>+1</timezone>
+      <timezone>Europe/Paris</timezone>
     </developer>
     <developer>
       <id>jdcasey</id>