You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2022/10/13 22:14:02 UTC

[datasketches-java] branch test_windows updated: remove colon from maven build timestamp format

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

jmalkin pushed a commit to branch test_windows
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


The following commit(s) were added to refs/heads/test_windows by this push:
     new 50a36567 remove colon from maven build timestamp format
50a36567 is described below

commit 50a36567813e4a44d5574f7010c84fd73e8b8ff9
Author: jmalkin <78...@users.noreply.github.com>
AuthorDate: Thu Oct 13 15:13:52 2022 -0700

    remove colon from maven build timestamp format
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 80186e51..49afe5e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,7 @@ under the License.
     <project.build.sourceEncoding>${charset.encoding}</project.build.sourceEncoding>
     <project.build.resourceEncoding>${charset.encoding}</project.build.resourceEncoding>
     <project.reporting.outputEncoding>${charset.encoding}</project.reporting.outputEncoding>
+    <maven.build.timestamp.format>yyyy-MM-dd'T'HH-mm-ss'Z'</maven.build.timestamp.format>
 
     <!-- org.codehaus plugins -->
     <!-- used for strict profile testing-->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org