From 3c3459c44c0fbc78f31ffb786af46859156feb28 Mon Sep 17 00:00:00 2001 From: Vincent Siveton Date: Mon, 1 Nov 2010 21:27:56 +0000 Subject: [PATCH] MPIR-171: support "TimeZones" as a timezone o improved timezone description in the M3 POM model (exactly timezone are between -12 and +14 or a valid timezone id) o support timezone ids in the teamListReport o added joda (ASF2.0) as dependency in MPIR o updated faq git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1029846 13f79535-47bb-0310-9956-ffa450edef68 --- maven-model/src/main/mdo/maven.mdo | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/maven-model/src/main/mdo/maven.mdo b/maven-model/src/main/mdo/maven.mdo index 8abf29ed89..03b2842a28 100644 --- a/maven-model/src/main/mdo/maven.mdo +++ b/maven-model/src/main/mdo/maven.mdo @@ -1194,7 +1194,13 @@ timezone 3.0.0+ - The timezone the contributor is in. This is a number in the range -11 to 12. + + -12 to +14 + or a valid time zone id like "America/Montreal" (UTC-05:00) or "Europe/Paris" (UTC+01:00). + ]]> + String