notice that since maven-project-info-reports 2.3, you can write a timezone as a fully formatted timezone, like Eurpoe/London, instead of an offset (which ignores daylight saving) [1]
Regards, Hervé [1] http://jira.codehaus.org/browse/MPIR-171 Le dimanche 3 juillet 2011, [email protected] a écrit : > Author: bimargulies > Date: Sun Jul 3 02:37:31 2011 > New Revision: 1142363 > > URL: http://svn.apache.org/viewvc?rev=1142363&view=rev > Log: > Add myself as a committer. > > 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=1142363&r1= > 1142362&r2=1142363&view=diff > ========================================================================== > ==== --- maven/pom/trunk/maven/pom.xml (original) > +++ maven/pom/trunk/maven/pom.xml Sun Jul 3 02:37:31 2011 > @@ -388,6 +388,14 @@ under the License. > </roles> > <timezone>+1</timezone> > </developer> > + <developer> > + <name>Benson Margulies</name> > + <email>[email protected]</email> > + <roles> > + <role>Committer</role> > + </roles> > + <timezone>-5</timezone> > + </developer> > <!--End Committers--> > <developer> > <id>aramirez</id> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
