You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/12/01 14:09:11 UTC

svn commit: r1717423 - /commons/proper/collections/trunk/pom.xml

Author: tn
Date: Tue Dec  1 13:09:11 2015
New Revision: 1717423

URL: http://svn.apache.org/viewvc?rev=1717423&view=rev
Log:
Try out different timestamp format for coverall plugin.

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1717423&r1=1717422&r2=1717423&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Tue Dec  1 13:09:11 2015
@@ -501,6 +501,9 @@
     <!-- Override javadoc plugin version due to a vulnerability of the generated javadoc
          see http://jira.codehaus.org/browse/MJAVADOC-370, remove after update to CP 32   -->
     <commons.javadoc.version>2.9.1</commons.javadoc.version>
+
+    <!-- Override default buildNumber timestamp format, needed for coveralls plugin -->
+    <maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat>
   </properties>