Repository: commons-math
Updated Branches:
  refs/heads/master 25de9b780 -> 9085dfacc


Apply fix for timestamp format.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/9085dfac
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/9085dfac
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/9085dfac

Branch: refs/heads/master
Commit: 9085dfacc0e84ed1fbe4e961563cdfffbca42e10
Parents: 25de9b7
Author: Thomas Neidhart <thomas.neidh...@gmail.com>
Authored: Wed Dec 2 21:19:37 2015 +0100
Committer: Thomas Neidhart <thomas.neidh...@gmail.com>
Committed: Wed Dec 2 21:19:37 2015 +0100

----------------------------------------------------------------------
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/9085dfac/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index def8dfa..56f985a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -422,6 +422,8 @@
     <math.jgit.buildnumber.version>1.2.10</math.jgit.buildnumber.version>
     <implementation.build>${git.revision}; 
${maven.build.timestamp}</implementation.build>
 
+    <!-- Override default buildNumber timestamp format, needed for coveralls 
plugin -->
+    <maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd 
HH:mm:ssZ}</maven.buildNumber.timestampFormat>
   </properties>
 
   <build>
@@ -822,9 +824,6 @@
           <value>true</value>
         </property>
       </activation>
-      <properties>
-        <buildnumber.skip>true</buildnumber.skip>
-      </properties>
       <build>
         <plugins>
           <plugin>

Reply via email to