You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/18 23:14:28 UTC

[commons-crypto] branch sebb-docker updated: Fix warning

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch sebb-docker
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/sebb-docker by this push:
     new 42aafac  Fix warning
42aafac is described below

commit 42aafac4d50b42e0a1420bae7566f842bcc4e085
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 19 00:14:21 2022 +0100

    Fix warning
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 53a2d16..9af8cfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@ The following provides more details on the included cryptographic software:
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
 
     <!-- Override default buildNumber timestamp format, needed for coveralls plugin -->
-    <maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat>
+    <maven.buildNumber.timestampFormat>yyyy-MM-dd HH:mm:ssZ</maven.buildNumber.timestampFormat>
   </properties>
 
   <developers>