Try out different timestamp format for coverall plugin. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1717423 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/123ed9c9 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/123ed9c9 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/123ed9c9 Branch: refs/heads/master Commit: 123ed9c90d0e1569012a982336cc9bd515a277b0 Parents: 1ce3b3e Author: Thomas Neidhart <[email protected]> Authored: Tue Dec 1 13:09:11 2015 +0000 Committer: Thomas Neidhart <[email protected]> Committed: Tue Dec 1 13:09:11 2015 +0000 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/123ed9c9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 488b173..e815629 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
