Repository: maven
Updated Branches:
  refs/heads/master 4ba3b752d -> 7e2d657fa


Make the non-canonical build revision display the time zone


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/7e2d657f
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/7e2d657f
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/7e2d657f

Branch: refs/heads/master
Commit: 7e2d657fa08bff3d7f9383bdbb0cb660aec58a11
Parents: 4ba3b75
Author: Michael Osipov <micha...@apache.org>
Authored: Sat Oct 10 16:54:43 2015 +0200
Committer: Michael Osipov <micha...@apache.org>
Committed: Sat Oct 10 16:54:43 2015 +0200

----------------------------------------------------------------------
 maven-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/7e2d657f/maven-core/pom.xml
----------------------------------------------------------------------
diff --git a/maven-core/pom.xml b/maven-core/pom.xml
index 4876a0b..9c5024e 100644
--- a/maven-core/pom.xml
+++ b/maven-core/pom.xml
@@ -210,7 +210,7 @@
               <goal>create-timestamp</goal>
             </goals>
             <configuration>
-              
<timestampFormat>'NON-CANONICAL_'yyyy-MM-dd'T'HH:mm:ss_'${user.name}'</timestampFormat>
+              
<timestampFormat>'NON-CANONICAL_'yyyy-MM-dd'T'HH:mm:ssXXX_'${user.name}'</timestampFormat>
               
<timestampPropertyName>nonCanonicalRevision</timestampPropertyName>
             </configuration>
           </execution>

Reply via email to